The below post shows step by step , on how to create a very basic sales order app. In this part-1 will see how to
Author: coderobbot
RAP- CRUD Operations
Let’s get started with the post where we will design a Fiori App with basic CRUD operation on flight model data. What are the steps
RAP Intro!
There are 3 main layers in ABAP RAP Model– Data Modeling & Behavior Layer Business Service Provisioning Layer Service Consumption Layer Data Modeling and Behavior
CRM WEBUI – Let’s Get Started!
This post helps to create a simple view with one field with value node. Later creating two views and navigating between two views. Launch Tx–
Control Outbound IDoc Creation
IDoc’s are extensively used for different data transfer between SAP systems. Once we do all the IDoc configurations, the outbound IDoc’s generated in the sender
SALV TABLE – COLUMN COLOR
Below is the report code that just display the ALV using SALV class with no column color. CLASS lcl_flight DEFINITION.PUBLIC SECTION.DATA: lt_flight TYPE TABLE OF