cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hey,

i have a Funktion DERIVE_BP_VENGEN in BRFPlus with a Decision Table `DT_VORLAGEENKREDITOR` with values. I have geretated the code in BRFPlus to call the Funktion.

1. Question is:
What is the Type of my DECISION TABLE in Code CREATE DATA lr_bp_vengen TYPE ( ENTER DESIRED TYPE HERE ) ?

I need the values in a internal table in my ABAP methods.

0 Likes
View Entire Topic
RiccardoBrogi
Product and Topic Expert
Product and Topic Expert

Hello Hakan,

please check the MDG generated structure for the corresponding entity type (in your example, BP_VENGEN); it should be fine to use the generated structure for Primary Persistence (for example, /MDGBPX/_S_BP_PP_BP_VENGEN).

BR,
R.

P.S. the BRF+ framework can directly generated a RFC-enabled Function Module - you just have to click on "Generate -> Function Module (RFC)".

hakangueden
Explorer
0 Likes

thanks for your help.

Where can i find the gererated structure spezialy for my decision table ?

I haven't find the type.

RiccardoBrogi
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Hakan,

The generated structures are related to the entity types of the MDG data model.

From the MDG customizing (transaction code MDGIMG), go to "General Settings -> Data Modeling -> Generate Data Model-specific Structures".