Hi,
The issue is that we are trying to put all the Data manager packages in all applications into one unique package.
If BPC admin changes the parameters or currency rates , he just has to run that one package which includes all necessary
packages and he may look into logs if he has to.
Firstly , We tried to put multiple run_logic process types into one process chains, but it is giving errors like;
u201CAn exception with the type CX_SY_TABLE_KEY_SPECIFICATION occurred, but was neither handled locally, nor declared in
a RAISING clause Line Type Contains a Component with the Name FI_ACCu201D
or
u201CAn exception with the type CX_SY_OPEN_SQL_DB occurred, but was neither handled locally, nor declared in a RAISING clause
The system tried to insert a data record, even though a data record with the same primary key already existsu201D.
Secondly, after we read the blog () and we tried to run program
UJD_TEST_PACKAGE , but we get errors with %SELECTION% prompt variable.
Is there any other solution you can advise?
If we use the program UJD_TEST_PACKAGE how do we fill AnswerPrompt paremeter file for the dynamic script below?
PROMPT(SELECTINPUT,,,"Lütfen bir kategori seçiniz.","%CATEGORY_DIM%,%TIME_DIM%")
PROMPT(TEXT,%LEVEL%,"XX Level",,"7,6,5,4,3,2,1")
INFO(%EQU%,=)
INFO(%TAB%,;)
TASK(XXX_LOGIC,TAB,%TAB%)
TASK(XXX_LOGIC,EQU,%EQU%)
TASK(XXX_LOGIC,SUSER,%USER%)
TASK(XXX_LOGIC,SAPPSET,%APPSET%)
TASK(XXX_LOGIC,SAPP,MM)
TASK(XXX_LOGIC,SELECTION,%SELECTION%)
TASK(XXX_LOGIC,LOGICFILENAME,XXXX.LGF)
TASK(XXX_LOGIC,REPLACEPARAM,LEVEL%EQU%%LEVEL%)
Best Regards,
Melike