Skip to Content
0
Former Member
Nov 13, 2012 at 05:23 PM

BPC 10 BADI: Pass parameter SelectInput

81 Views

Hi experts,

I'm trying to pass selectinput parameters to my badi. When I build my package I m using :

PROMPT (SELECTINPUT,,, ,%ENTITY_DIM%,%CATEGORY_DIM%,%TIME_DIM%)

TASK (CPMB/ALLOCATION_LOGIC,SELECTION,%SELECTION%)



and my script logic:



*start badi it_test

query=on

write= on

debug =on

logic = callingscript.lgf

selection=$selection$



*endbadi



When I execute the badi, it's filtering this members (selectinput) on table ct_data, but I need to know witch members i m using, to SELECT dates from another application(CUBE). Is possible to retrieve these members in table IT_Param, for example?