cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic selection of decision tables and condition tables

michael_geist4
Explorer
0 Kudos

Hi all,

I want to avoid creating DDIC tables in SAP TM, i.e. for partner determination due to FU creation.

Therefore I want to create a BRF+ decision table with 100s of entries. The result will be partner role and BP number which I add to the BP in the FU. My question: If I know the name of the condition or decision table, how can I get the entries of these tables dynamically, that it is useable for all BRF+ tables?

I checked FDT demo reports, classes, etc... no idea 😞

I thought the easiest way is to re-use SAP standard when I navigate into a decision table where entries already maintained and the system selects all entries. Independent on the decision table the result is anytime that the entries will be shown 🙂

Thanks for help and support.

Cheers

Michael

Accepted Solutions (1)

Accepted Solutions (1)

anand_t4
Explorer
0 Kudos

Hi Michael,

Entries are not stored in row format @ DB level, so a flat selection is not possible by standard.

I have done something similar in past, by using the API class for Decision table which is

CL_FDT_DECISION_TABLE.

- Get all data which will be have reference of row and column position for a data.

- Define a local or DDIC structure to reflect the decision table and map then using ABAP!

Hope this helps! All the Best.

Thanks .

Answers (0)