Hello.
I need to get the complete content of a BRF+ decision table in an internal table in ABAP.
Is that possible?
BRF+ application : RS_CUST1P2
Decision table: DT_NON_USER_AGT_GRP_CUST1P2
Can someone show me some example code?
@jasper.blok
You already have an active moderator alert for this content.
Hello,
you can try to follow reading BRF+ table into ABAP. Just obtain the GUID of decision table DT_NON_USER_AGT_GRP_CUST1P2 from the BRF+ Workbench and define an internal table to receive the data.
Kind regards
Attila
Add comment