SAP Intelligent Robotic Process Automation is scheduled to be retired as of June 15th, 2023. It will be available until the end of the current subscription term. It will not be available for renewal terms that begin after the retirement date. SAP Intelligent Robotic Process Automation capabilities can be now found under SAP Build Process Automation
Identify the sap system logon users assigned to SAP GRC Fire Fighter ID
If your organization has implemented SAP GRC (governance, risk, and compliance) and the IT Support team is using Fire Fighter users to troubleshoot production issues, then many times in the change log you see a user ID associated with Fire Fighter User and you want to know that who is the actual sap system logon user (functional/developer/basis/security) who actioned the item.
How to reset the ALV export for format for excel/spreadsheet (SAPGUI / WebDynpro)?
Many times while exporting the data from ALV users accidentally selects “Always Use Selected Format” and later they do not get any option to select a different format during export. This blogs explain how to reset that defaulted ALV export settings.
Application Development with ABAP RESTful Application Programming Model (On-Premise)
This blog will focus on end-to-end application development with the managed approach of the ABAP RESTful Application Programming Model and SAP Fiori Elements.
Design @ RAP
Design / Prototype Create Dictionary Objects Fill Data Core Data Services (CDS) Data Model Data Model Projection Metadata Extension Business Service Service Definition Service Binding Business Object Behavior Behavior Definition Behavior Implementation Classes...
Create Dictionary Objects @ ABAP RESTful Application Programming Model (On-Premise)
As per the requirement, we will need four tables. One each for Header & Item data for contacts. Additionally, I created a master table for the contact categories and phone number tags, this is required to supply value help for UI.
Core Data Services (CDS) Data Model @ ABAP RESTful Application Programming Model (On-Premise)
We will define the Interface Views for the Phone Book App using CDS (Core Data Services) in ADT (ABAP Development Tools)
Business Service @ ABAP RESTful Application Programming Model (On-Premise)
Service scope is confirmed using Service Definition.
We can provide the list of entity sets that need exposure.
Business Object Behavior @ ABAP RESTful Application Programming Model (On-Premise)
To specify the business object’s behavior, the behavior definition as the corresponding development object is used. A business object behavior definition (behavior definition for short) is an ABAP Repository object that describes the behavior of a business object in the context of the ABAP RESTful application programming model. A behavior definition is defined using the Behavior Definition Language (BDL).
Create Fiori App @ ABAP RESTful Application Programming Model (On-Premise)
Create Fiori Elements Application in Business Application Studio consuming the OData Service created in previous steps.