Category: ABAP

Reading BRF+ Decision Table into ABAP

The below snippet helps you to read BRF+ decision tables into ABAP, where only I EQ LOW range or direct value assignment is specified in a particular BRF+ table cell (everything other is ignored). To get the BRF+ table content into ABAP: obtain the BRF+ table GUID from the BRF+ Workbench and pass it as i_id define a […]

READ MORE

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