cancel
Showing results for 
Search instead for 
Did you mean: 

ISSUE IN PACKAGE TO EXECUTE ALLOCATION

Former Member
0 Kudos

Hi Experts,

I am trying to execute package for allocation by using script logic.

While executing package, it should show me member selection screen for each dimension but it is showing blank page as below:

Below is the coding of allocation package script:

PROMPT(SELECTINPUT,,,,"%DL_CATEGORY%DL_CURRENCY%DL_ENTITY%DL_ACCOUNT%UP_ZAIN1%DL_TIME%")

TASK(/CPMB/ALLOCATION_LOGIC,SUSER,%USER%)

TASK(/CPMB/ALLOCATION_LOGIC,SAPPSET,%APPSET%)

TASK(/CPMB/ALLOCATION_LOGIC,SAPP,%APP%)

TASK(/CPMB/ALLOCATION_LOGIC,LOGICFILENAME,ALLOCATION1.LGF)

Please guide where i am mistaken????

Regards,

Zain Bashir

Accepted Solutions (1)

Accepted Solutions (1)

Shrikant_Jadhav
Active Contributor
0 Kudos

Hi Zain,

Modify the PROMT line as follows -


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


Shrikant

Former Member
0 Kudos

Thanks!

former_member186338
Active Contributor
0 Kudos

Just for understanding:

You enclose in % standard dimension types - %CATEGORY_DIM%,%CURRENCY_DIM%... to be replaced by your actual dimension names.

You have to use your real dimension names without %: "DL_CATEGORY,DL_CURRENCY,DL_ENTITY"

Vadim

Answers (0)