cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BADI in Script Logic

srshekars
Participant
0 Likes
173

Hi,

Can anyone explain how the following will work.

*START_BADI XXXXXX

Query=Off

Write=Off

<key1> = <value1>

<key2> = <value2>

*END_BADI


in the above script what is the purpose of <key1> = <value1>;

Tried to find documents but nothing was useful.


Thanks,

Sekhar



Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

Just read a standard help, Custom Logic and BADI - SAP Business Planning and Consolidation, version for SAP NetWeaver - SAP Lib...

BADI parameters are shown in the sample!

Vadim

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Sekhar,

<key1> = <value1>;


used for passing parameter from BPC front end to the logic in the backend.


Andy