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

Add user defined dimension in Selection screen..

manish_kale
Explorer
0 Kudos
199

Hello,

I am trying to run the logic from Badi..I need to add user defined dimension into Badi, how will I do that...Please find below Advance Script

(SELECTINPUT,%SELECTION%,,,"%ACCOUNT_DIM%,%ENTITY_DIM%,%CATEGORY_DIM%,%CURRENCY_DIM%,%TIME_DIM%,%SUBTABLES_DIM%,%PLANT_DIM%")


(COPYMOVEINPUT,%SELECTION%,%TOSELECTION%,"Select the members to COPY and where to",%DIMS%,0)


(/CPMB/DEFAULT_FORMULAS_LOGIC,SUSER,%USER%)


(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPPSET,%APPSET%)


(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPP,%APP%)


(/CPMB/DEFAULT_FORMULAS_LOGIC,SELECTION,%SELECTION%)


(/CPMB/DEFAULT_FORMULAS_LOGIC,TOSELECTION,%TOSELECTION%)


(/CPMB/DEFAULT_FORMULAS_LOGIC,LOGICFILENAME,ZBPC_INDEX.LGF)

Please suggest.  Please find attached selection screen.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Manish,

Inside selectinput, just type the dimension name, ie: USER_DIMENSION

don't use % to enclose them.

(SELECTINPUT,%SELECTION%,,,"%ACCOUNT_DIM%,USER_DIMENSION,%ENTITY_DIM%,%CATEGORY_DIM%,%CURRENCY_DIM%,%TIME_DIM%,%SUBTABLES_DIM%,%PLANT_DIM%")


Andy

manish_kale
Explorer
0 Kudos

Thanks Andy,

How will I add "from and to" for time dimension in same script.............Will this be done?

dinesh_veluru
Active Participant
0 Kudos

Hi Manish,

Please remove the Time dimension from SELECTINPUT and use COPYMOVEINPUT for Time dimension

PROMPT(COPYMOVEINPUT,%SELECTION%,%TOSELECTION%,"Select the members to Time and where to","%TIME_DIM%")

Thanks,

Dinesh.V

former_member186338
Active Contributor
0 Kudos

But not only COPYMOVEINPUT!

You have to use TASK MEMBERSELECTION to pass %TOSELECTION%

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,TOSELECTION,%TOSELECTION%) - absolutely incorrect!


Vadim

Answers (0)