Category: ABAP

CDS and BOPF Admin Data (create/change user and time) Determination using Annotations

Using the SAP Netweaver Innovation Package 7.51 sp1 you can implement new data models easily with CDS including full CRUD support, where change operations are managed by the BOPF framework. The BOPF Object is generated based on the Object Model annotations you put in the CDS View at activation. This solution using SADL shows a BOPF adoptation/consumption, […]

READ MORE

Plan Report / Job in background programmatically

There are cases, when you need to plan reports programatically to run in background in ABAP – providing some selection parameters – such as cleanup reports, generations, data retrieval and storage from external resources and so on. You can react on your application specific events, and plan a job to be processed by a batch […]

READ MORE

Application Log Helper Class

Every ABAP developer will write an application log some day. SAP system provides wide range of logging and monitoring capabilities from simple tools to sophisticated ones. SAP is restructuring the different applications and functions encapsulated in packages to specific layers and and application components from time to time. Writing a helper class from scratch to […]

READ MORE

ABAP Developer Tools – the Fine Tuning

Without touching every detail of the ABAP Development Tools installation; I’d like to show You some features of ABAP in Eclipse to fine tune the look and feel and behavior. The eye-catching adjustments help You to configure ADT to Your own flavour. To see the adjustments instantly, log on to an SAP system in advance. […]

READ MORE