cancel
Showing results for 
Search instead for 
Did you mean: 

Same Script Logic produces error message

Former Member
0 Kudos

Hi All,

In SAP BPC NW 7.5 SP 6, I have same script logic taht producess error while running the script as .LGF and running in Data Manager.

No special screenshots. When we access the system simply run the data packages and see the error in the log.

The process chain created using the "HowTo" document . This same process chain is used all over the application set and it never created problems.

As per the Data Manager script. When copy the script from package to package and it works fine.

PROMPT(SELECT,%SELECTION%,,"Selecte Values","P_VERSION,P_BUDGET_MODEL")

INFO(%EQU%,=)

INFO(%TAB%,;)

TASK(ZBPC_PROMPT_EXP_RUN_LOGIC,TAB,%TAB%)

TASK(ZBPC_PROMPT_EXP_RUN_LOGIC,EQU,%EQU%)

TASK(ZBPC_PROMPT_EXP_RUN_LOGIC,SUSER,%SUSER%)

TASK(ZBPC_PROMPT_EXP_RUN_LOGIC,SAPPSET,%APPSET%)

TASK(ZBPC_PROMPT_EXP_RUN_LOGIC,SAPP,%APP%)

TASK(ZBPC_PROMPT_EXP_RUN_LOGIC,SELECTION,%SELECTION%)

TASK(ZBPC_PROMPT_EXP_RUN_LOGIC,LOGICFILENAME,GENCOMBINED.LGF

Looking forward to hear back from you all..

Thanks

Sangita

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Adding couple of more information regarding the issue-

In NW there is normally a difference when we execute a logic from the default and from the DM.

For the procedure and the intersection If we execute the logic within the default logic it should automatically take the values as PERIODIC.

But if we execute it from DM it doesn't take the PERIODIC value but the SIGNEDDATA, that could be different from PERIODIC.

Thanks

Sangita