cancel
Showing results for 
Search instead for 
Did you mean: 

How to read BRF+ decision table into an internal table in ABAP

Former Member
0 Kudos

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?

Accepted Solutions (0)

Answers (2)

Answers (2)

Attila
Active Participant
0 Kudos

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

Former Member
0 Kudos

@jasper.blok