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

EPM BPC 10.0 NW: The PROMPT windows does not show all the parameters

0 Likes
600

Hello,

The system is SAP BPC 10.0 NW.

I have modified the PROMPT of the DATA MANAGER:

------------------------------------------

PROMPT(MESSAGE,"ACTUALIZAR VALORES EN VERSION DE TRABAJO: Por favor revise los valores seleccionados antes de lanzar el paquete. Recuerde que antes de lanzar este proceso, la versión de destino debe de contener datos")

PROMPT(SELECTINPUT,,,"Seleccione el valor para las siguiente dimensión (por defecto se recogerán los valores del contexto del informe):","TIEMPO",,1)

PROMPT(RADIOBUTTON,%VERSION_ORIGEN%,"Seleccione la versión origena usar como referencia (en caso de haber sido copiada de otra):",2,{"PPTO_V1","PPTO_V2","PPTO_V3","PPTO_V4","PPTO_V5","PPTO_V6","PPTO_V7","PPTO_V8","PPTO_V9","PPTO_V10","PPTO_V11","PPTO_V12","PPTO_V13","PPTO_V14","PPTO_V15"},{"PPTO_V1","PPTO_V2","PPTO_V3","PPTO_V4","PPTO_V5","PPTO_V6","PPTO_V7","PPTO_V8","PPTO_V9","PPTO_V10","PPTO_V11","PPTO_V12","PPTO_V13","PPTO_V14","PPTO_V15"})

PROMPT(RADIOBUTTON,%VERSION_DESTINO%,"Seleccione la versión destino sobre la cual quiere realizar las actualizaciones:",2,{"PPTO_V1","PPTO_V2","PPTO_V3","PPTO_V4","PPTO_V5","PPTO_V6","PPTO_V7","PPTO_V8","PPTO_V9","PPTO_V10","PPTO_V11","PPTO_V12","PPTO_V13","PPTO_V14","PPTO_V15"},{"PPTO_V1","PPTO_V2","PPTO_V3","PPTO_V4","PPTO_V5","PPTO_V6","PPTO_V7","PPTO_V8","PPTO_V9","PPTO_V10","PPTO_V11","PPTO_V12","PPTO_V13","PPTO_V14","PPTO_V15"})

INFO(%EQU%,=)

INFO(%TAB%,;)

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

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

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

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

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,LOGICFILENAME,ZCALC_ACT_RAT_VIV.LGF)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,REPLACEPARAM,VERSION_ORIGEN%EQU%%VERSION_ORIGEN%%TAB%VERSION_DESTINO%EQU%%VERSION_DESTINO%)

-----------------------------

The parameters pass correctly to the logic script, but the launch window does not show all the parameters.
Any ideas?

Thank you!


Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

Unfortunately it's a standard behavior! Only SELECTINPUT selection will be shown. You can do nothing with it.

0 Likes

Thanks Vadim, Can I use two SELECTINPUT for the same dimension?

former_member186338
Active Contributor
0 Likes

Yes you can, but only one will be shown on the summary page. And you will need different variables to pass to the script using MEMBERSELECTION.

P.S. Please accept the correct answer.

former_member186338
Active Contributor
0 Likes

P.S. If you need more help - please describe what do you want to achieve!

Answers (0)