Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.2 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.2 KB

ABAP RESTful Application Programming (RAP) Model Samples

This repository contains code samples used in various blog posts. Each blog post has its own folder and contains respective source code files.

Jump to source code.

How to use Late Numbering in ABAP RAP Unmanaged implementation with Purchase Contract as an example.

SCN blog post - Late Numbering in Unmanaged RAP BO

Jump to source code.

How to use Early Numbering with Semantic Keys in ABAP RAP Managed implementation.

SCN blog Ppost - Early Numbering with Semantic Keys - RAP Managed Implementation