25
S4H410 SAP S/4HANA Embedded Analytics and Modeling with Core Data Services (CDS) Views . . COURSE OUTLINE . Course Version: 05 Course Duration: 2 Day(s)

S4H410 - ABeam Consulting...S4H410 SAP S/4HANA Embedded Analytics and Modeling with Core Data Services (CDS) Views.. COURSE OUTLINE. Course Version: 05 Course Duration: 2 Day(s)

  • Upload
    others

  • View
    24

  • Download
    0

Embed Size (px)

Citation preview

S4H410SAP S/4HANA Embedded Analytics and Modeling with Core Data Services (CDS) Views

..

COURSE OUTLINE.

Course Version: 05Course Duration: 2 Day(s)

SAP Copyrights and Trademarks

© 2016 SAP SE or an SAP affiliate company. All rights reserved.

No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP SE or an SAP affiliate company.

SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP SE (or an SAP affiliate company) in Germany and other countries. Please see http://global12.sap.com/corporate-en/legal/copyright/index.epx for additional trademark information and notices.

Some software products marketed by SAP SE and its distributors contain proprietary software components of other software vendors.

National product specifications may vary.

These materials are provided by SAP SE or an SAP affiliate company for informational purposes only, without representation or warranty of any kind, and SAP SE or its affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP SE or SAP affiliate company products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.

In particular, SAP SE or its affiliated companies have no obligation to pursue any course of business outlined in this document or any related presentation, or to develop or release any functionality mentioned therein. This document, or any related presentation, and SAP SE’s or its affiliated companies’ strategy and possible future developments, products, and/or platform directions and functionality are all subject to change and may be changed by SAP SE or its affiliated companies at any time for any reason without notice. The information in this document is not a commitment, promise, or legal obligation to deliver any material, code, or functionality. All forward-looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are cautioned not to place undue reliance on these forward-looking statements, which speak only as of their dates, and they should not be relied upon in making purchasing decisions.

© Copyright. All rights reserved. iii

Typographic Conventions

American English is the standard used in this handbook.

The following typographic conventions are also used.

This information is displayed in the instructor’s presentation

Demonstration

Procedure

Warning or Caution

Hint

Related or Additional Information

Facilitated Discussion

User interface control Example text

Window title Example text

iv © Copyright. All rights reserved.

Contents

vii Course Overview

1 Unit 1: Introduction into VDM and CDS

1 Lesson: Virtual Data Model1 Lesson: The Core Data Services (CDS) Views

3 Unit 2: Required Tools

3 Lesson: Prerequisites for using CDS Views3 Lesson: Install Eclipse and ABAP for Eclipse3 Lesson: Connect ABAP for Eclipse to the S/4HANA System

5 Unit 3: The Data Model

5 Lesson: The used data model5 Lesson: Build a CDS view

7 Unit 4: Introduction into Annotations

7 Lesson: ABAP Annotations7 Lesson: Analytics Annotations7 Lesson: Semantics Annotations7 Lesson: ObjectModel Annotations

9 Unit 5: The Basic View

9 Lesson: Basic View9 Lesson: Build Basic views

11 Unit 6: The Composite View

11 Lesson: Composite View11 Lesson: Build Composite View

13 Unit 7: The Consumption View

13 Lesson: Consumption View13 Lesson: Create Consumption Views

15 Unit 8: CDS Views in BI Tools

15 Lesson: The Query Browser15 Lesson: The KPI Modeler

17 Unit 9: Troubleshooting SAP Fiori and OData

17 Lesson: Troubleshooting SAP Fiori17 Lesson: Troubleshooting OData

© Copyright. All rights reserved. v

vi © Copyright. All rights reserved.

Course Overview

TARGET AUDIENCEThis course is intended for the following audiences:

● Development Consultant

● Help Desk/CoE Support

● Technology Consultant

© Copyright. All rights reserved. vii

viii © Copyright. All rights reserved.

UNIT 1 Introduction into VDM and CDS

Lesson 1: Virtual Data ModelLesson ObjectivesAfter completing this lesson, you will be able to:

● Understand the concept of the Virtual Data Model

Lesson 2: The Core Data Services (CDS) ViewsLesson ObjectivesAfter completing this lesson, you will be able to:

● Understand the idea behind Core Data Services (CDS)

© Copyright. All rights reserved. 1

Unit 1: Introduction into VDM and CDS

2 © Copyright. All rights reserved.

UNIT 2 Required Tools

Lesson 1: Prerequisites for using CDS ViewsLesson ObjectivesAfter completing this lesson, you will be able to:

● Name the prerequisites for using the ABAP Development Tools (ADT)

Lesson 2: Install Eclipse and ABAP for EclipseLesson ObjectivesAfter completing this lesson, you will be able to:

● Install Eclipse and ABAP for Eclipse

Lesson 3: Connect ABAP for Eclipse to the S/4HANA SystemLesson ObjectivesAfter completing this lesson, you will be able to:

● Connect ABAP for Eclipse to the S/4HANA System

© Copyright. All rights reserved. 3

Unit 2: Required Tools

4 © Copyright. All rights reserved.

UNIT 3 The Data Model

Lesson 1: The used data modelLesson ObjectivesAfter completing this lesson, you will be able to:

● Explain the data model and the used tables

Lesson 2: Build a CDS viewLesson ObjectivesAfter completing this lesson, you will be able to:

● Build the first CDS view

© Copyright. All rights reserved. 5

Unit 3: The Data Model

6 © Copyright. All rights reserved.

UNIT 4 Introduction into Annotations

Lesson 1: ABAP AnnotationsLesson ObjectivesAfter completing this lesson, you will be able to:

● Understand the idea behind ABAP CDS annotation

Lesson 2: Analytics AnnotationsLesson ObjectivesAfter completing this lesson, you will be able to:

● Explain how the Analytical Manager uses Analytical Query

Lesson 3: Semantics AnnotationsLesson ObjectivesAfter completing this lesson, you will be able to:

● Understand the idea behind Semantic Annotation

Lesson 4: ObjectModel AnnotationsLesson ObjectivesAfter completing this lesson, you will be able to:

● Understand the ObjectModel, DefaultAggregation, OData and VDM Annotations

© Copyright. All rights reserved. 7

Unit 4: Introduction into Annotations

8 © Copyright. All rights reserved.

UNIT 5 The Basic View

Lesson 1: Basic ViewLesson ObjectivesAfter completing this lesson, you will be able to:

● Understand the concept of the Basic view

Lesson 2: Build Basic viewsLesson ObjectivesAfter completing this lesson, you will be able to:

● Build Basic views

© Copyright. All rights reserved. 9

Unit 5: The Basic View

10 © Copyright. All rights reserved.

UNIT 6 The Composite View

Lesson 1: Composite ViewLesson ObjectivesAfter completing this lesson, you will be able to:

● Understand the concept of the Composite view

Lesson 2: Build Composite ViewLesson ObjectivesAfter completing this lesson, you will be able to:

● Build Composite View

© Copyright. All rights reserved. 11

Unit 6: The Composite View

12 © Copyright. All rights reserved.

UNIT 7 The Consumption View

Lesson 1: Consumption ViewLesson ObjectivesAfter completing this lesson, you will be able to:

● Explain the Consumption View

Lesson 2: Create Consumption ViewsLesson ObjectivesAfter completing this lesson, you will be able to:

● Build the consumption views

© Copyright. All rights reserved. 13

Unit 7: The Consumption View

14 © Copyright. All rights reserved.

UNIT 8 CDS Views in BI Tools

Lesson 1: The Query BrowserLesson ObjectivesAfter completing this lesson, you will be able to:

● Use the Query browser

Lesson 2: The KPI ModelerLesson ObjectivesAfter completing this lesson, you will be able to:

● Create a KPI definition with the KPI Design tool

© Copyright. All rights reserved. 15

Unit 8: CDS Views in BI Tools

16 © Copyright. All rights reserved.

UNIT 9 Troubleshooting SAP Fiori and OData

Lesson 1: Troubleshooting SAP FioriLesson ObjectivesAfter completing this lesson, you will be able to:

● Troubleshoot SAP Fiori

Lesson 2: Troubleshooting ODataLesson ObjectivesAfter completing this lesson, you will be able to:

● Troubleshoot OData

© Copyright. All rights reserved. 17