Skip to Content
0
Former Member
Apr 25, 2013 at 05:35 PM

How to read an entire BRF+ decision table within ABAP code

1911 Views

Hi,

Can anyone please advise how to do the above in a formatted way.

I have seen these method and debugged which would be ideal to use but are private methods

CL_FDT_WD_DECISION_TABLE_MODEL->GET_TABLE_DATA

CL_FDT_DT_EXCEL->GET_FORMATTED_DT_DATA

Also the following method seems to have the data but needs a lot of formatting which I would rather not do:

CL_FDT_DECISION_TABLE IF_FDT_DECISION_TABLE~GET_TABLE_DATA->GET_TABLE_DATA

Any suggestions on the best API / method to access a full descision table within ABAP would be appreciated.

Note that I have found the below thread which helps a bit but I need further help as above.

http://scn.sap.com/thread/3305153

Samir