Skip to content

alikapllan/abap_rap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ABAP RAP Learning

All changes have been committed one by one, so the change flow can be tracked in commits.

To-Do for Testing in your system

  1. Create Database tables (if not created automatically after pulling the repo using ABAPGit)
  2. Run the Data Load Class within the related Package in Eclipse ADT as 'ABAP Application (Console)'. Then you will have mock data.
  3. Now in Service Binding you can call the app in preview and play on it.

RAP CRUD Syntax

Create
Read
Update
Delete

Overview of Development Package of this Example

-> Some parts might be unnecessary or even missing( me a junior and still learning :') ). But I just wanted to add it so you can at least see what kind of a development structure in package it has.
image

This Managed Scenario Example 2 - Translation App is replicated from a blog of SoftwareHeroes.com. The development flow is explained in this blog very well also using ADT RAP Generator Wizard.

Development Flow of RAP

image

Business Object

image

Managed Business Object Runtime Implementation

image

Unmanaged Business Object Runtime Implementation

image

Troubleshooting of SAP Fiori App

image image

Releases

No releases published

Packages

No packages published