ABE-IPSABE HOLDINGABE BOOKS
English Polski
On-line access

Bookstore

0.00 PLN
Bookshelf (0) 
Your bookshelf is empty
ABAP RESTful Programming Model: ABAP Development for SAP S/4HANA

ABAP RESTful Programming Model: ABAP Development for SAP S/4HANA

Authors
Publisher Rheinwerk Verlag
Year 13/02/2020
Pages 563
Version hardback
Language English
ISBN 9781493219032
Categories
Delivery to United States

check shipping prices
Ask about the product
Email
question
  Send
Add to bookshelf

Book description

You've worked with ABAP, SAP Fiori, and OData-now see how these technologies and more come together in the ABAP RESTful programming model! Build on your expertise to create cloud-ready applications for SAP S/4HANA and deploy applications to the SAP Fiori launchpad. Manage applications with Git version control, automated testing, and continuous integration. Make the new model work for you! Based on the best-selling book, ABAP Programming Model for SAP Fiori by Stefan Haas and Bince Mathew.

1) ABAP RESTful programming model
2) End-to-end development
3) SAP S/4HANA
4) SAP Fiori Elements
5) Business objects
6) Deployment
7) Core data services (CDS)
8) OData services
9) Automated testing
10) Continuous integration
11) SAP Cloud Platform

a. ABAP RESTful Programming Model
Develop web-based SAP HANA-optimized ABAP applications for SAP S/4HANA. Master the new ABAP RESTful programming model, from queries, business objects, and business services, to its relationship to SAP Fiori and SAP Gateway.

b. SAP Fiori Elements and Freestyle Applications
Get the step-by-step instructions you need to create list reports, overview pages, analytical list pages, and freestyle applications. See how the ABAP RESTful programming model incorporates core data services, business object behaviors, OData, and more.

c. Deployment and Operations
Once your applications are developed, deploy them to the SAP Fiori launchpad. Implement Git version control, automated backend and frontend testing, and continuous integration.

ABAP RESTful Programming Model: ABAP Development for SAP S/4HANA

Table of contents

... Preface ... 15

... Purpose of This Book ... 15

... Target Audience ... 16

... Structure of This Book ... 16

... Acknowledgments ... 19

... Part I: SAP S/4HANA and SAP Fiori ... 21

1 ... SAP S/4HANA Architecture ... 23

1.1 ... Core Architecture ... 23

1.2 ... Backend ... 31

1.3 ... User Experience ... 47

1.4 ... SAP S/4HANA Editions ... 48

1.5 ... SAP Cloud Platform ... 51

1.6 ... Summary ... 53

2 ... SAP Fiori and the Design-Led Development Process ... 55

2.1 ... What Is SAP Fiori? ... 55

2.2 ... Design-Led Development Process ... 74

2.3 ... Different SAP Fiori App Types ... 76

2.4 ... Prototyping Tools ... 90

2.5 ... Summary ... 105

3 ... ABAP RESTful Programming Model ... 107

3.1 ... Core Data Services ... 108

3.2 ... SAP Gateway ... 110

3.3 ... OData ... 111

3.4 ... ABAP RESTful Programming Model ... 115

3.5 ... Summary ... 135

... Part II: Developing Applications for SAP S/4HANA ... 137

4 ... Developing an SAP Fiori Elements List Report and Object Page ... 139

4.1 ... Core Data Services Views ... 141

4.2 ... Developing an Unmanaged Transactional Application Using the ABAP RESTful Programming Model ... 170

4.3 ... Virtual Elements in Core Data Services ... 236

4.4 ... Adding User Interface Annotations to Projection Views ... 238

4.5 ... Generating a List Report Template in SAP Web IDE Full-Stack ... 256

4.6 ... Extending the User Interface ... 260

4.7 ... List Report Application versus Worklist Application ... 267

4.8 ... Summary ... 267

5 ... Developing an Overview Page ... 269

5.1 ... Core Data Services Views ... 269

5.2 ... Adding User Interface Annotations ... 279

5.3 ... Creating an OData Service Using the ABAP RESTful Programming Model ... 286

5.4 ... Generating an Overview Page Template Project in SAP Web IDE ... 291

5.5 ... Summary ... 307

6 ... Developing an Analytical List Page ... 309

6.1 ... Introduction ... 309

6.2 ... Building the Required CDS Views ... 309

6.3 ... Configuring the Title Area ... 315

6.4 ... Configuring the Filter Area ... 318

6.5 ... Configuring the Content Area ... 321

6.6 ... Combining All the UI Annotations in the Metadata Extension View ... 325

6.7 ... Generating an Analytical List Page from SAP Web IDE ... 329

6.8 ... Summary ... 341

7 ... Developing a Freestyle Application ... 343

7.1 ... Smart Controls ... 343

7.2 ... Application Development with the SAP Web IDE Full-Stack ... 352

7.3 ... Summary ... 378

8 ... Deploying Applications to the SAP Fiori Launchpad ... 379

8.1 ... Uploading a User Interface to the ABAP Frontend Server ... 379

8.2 ... SAP Fiori Launchpad Admin Page ... 386

8.3 ... Creating the Technical Catalog and Business Catalog ... 391

8.4 ... Creating the Application Tiles ... 392

8.5 ... Creating Groups for Application Tiles ... 405

8.6 ... Creating and Assigning a Transaction PFCG Role to Users ... 407

8.7 ... Setting Up Intent-Based Cross-Application Navigation from OVP to LRP ... 413

8.8 ... Summary ... 415

... Part III: Operating Applications ... 417

9 ... Version Control in SAP Web IDE Using Git ... 419

9.1 ... Git Introduction ... 419

9.2 ... Git Basics ... 419

9.3 ... Summary ... 444

10 ... Automated Testing ... 445

10.1 ... Backend Test Automation ... 448

10.2 ... Frontend Test Automation ... 465

10.3 ... End-to-End Test Automation Tools ... 471

10.4 ... Summary ... 475

11 ... Continuous Integration ... 477

11.1 ... Introduction ... 478

11.2 ... Setting Up a Continuous Integration Pipeline for SAPUI5 on the ABAP Server ... 481

11.3 ... Continuous Integration on the ABAP Server ... 498

11.4 ... Summary ... 505

12 ... ABAP on Git ... 507

12.1 ... Creating a Git Repository ... 507

12.2 ... Installation and Setup ... 509

12.3 ... Create New ABAP Objects in Eclipse ... 512

12.4 ... Staging and Committing ABAP Code to Git ... 513

12.5 ... Setting Up the abapGit Plugin in Eclipse ... 516

12.6 ... Connecting to abapGit Repositories ... 516

12.7 ... Cloning Git Repository into Eclipse ... 517

12.8 ... Exporting Existing Packages as ZIP Files from a System Using abapGit ... 519

12.9 ... Importing Package ZIP Files into Another ABAP System Using abapGit ... 520

12.10 ... Summary ... 522

A ... Developing Applications on the SAP Cloud Platform ... 523

A.1 ... Introduction to SAP Cloud Platform ... 523

A.2 ... SAP Cloud Platform Application Programming Model ... 524

A.3 ... Developing an App on SAP Cloud Platform Using the SAP Web IDE Full-Stack ... 526

A.4 ... Summary ... 552

B ... The Authors ... 553

... Index ... 555


We also recommend books

Strony www Białystok Warszawa
801 777 223