The ABAP RESTful Application Programming Model (RAP) has revolutionized how we build modern business applications on SAP S/4HANA. This blog series dives into creating a Customer Management application using an unmanaged RAP scenario. In this first part, we’ll explore the data model and behavior definitions that form the application’s foundation.
Scenario Overview
Our Customer Management application centers around a Customer entity and its related data. We’ll model this with a parent-child relationship:
Customer (Parent): The core entity holding general customer information.Child Entities:Account ReferenceAgreement ReferenceContact MediumPayment MethodCustomer AttachmentCharacteristicCredit ProfileEvent InputEvent SubscriptionRelated PartyTime Period
We’ll also implement attachment functionality, allowing users to associate files with Customer records.
The ABAP RESTful Application Programming Model (RAP) has revolutionized how we build modern business applications on SAP S/4HANA. This blog series dives into creating a Customer Management application using an unmanaged RAP scenario. In this first part, we’ll explore the data model and behavior definitions that form the application’s foundation.Scenario OverviewOur Customer Management application centers around a Customer entity and its related data. We’ll model this with a parent-child relationship:Customer (Parent): The core entity holding general customer information.Child Entities:Account ReferenceAgreement ReferenceContact MediumPayment MethodCustomer AttachmentCharacteristicCredit ProfileEvent InputEvent SubscriptionRelated PartyTime PeriodWe’ll also implement attachment functionality, allowing users to associate files with Customer records. Read More Technology Blog Posts by Members articles
#SAP
#SAPTechnologyblog