on ‎2018 Apr 12 4:45 PM
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!
Request clarification before answering.
Unfortunately it's a standard behavior! Only SELECTINPUT selection will be shown. You can do nothing with it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 34 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.