cancel
Showing results for 
Search instead for 
Did you mean: 

BRFPLus Funktion DECISION TABLE in ABAP Code internal Table

02-18-2021 11:23 AM
hakangueden Explorer
1320 views 3 comments
0 Likes
SAP Managed Tags
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

Accepted Solutions (0)

Answers (1)

Answers (1)

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".