cancel
Showing results for 
Search instead for 
Did you mean: 

CPI-DS add values to global variable and preload script

ydyulgerov
Participant
0 Kudos
3,797

Hello everybody,

I have the following issue with the CPI-DS. I am trying to transfer some orders from S/4 to IBP via IBP_KF_S4_ERP_AddOn. Initially the orders have loaded via /IBP/ECC_INT_TRANS into the staging table /IBP/ORDER_EXT. Hence, some orders have already been transferred to IBP

I found out that in the preload script and the the global variances of this template transfer data for the following MRP element types - PA, PX, FX, BA and BE. However, since not all of my orders are transferred yet, I would like to add more MRP element types - SB, AR, U1 and U2, but not sure how to do it. I tried to introduce new global variables with the respective new values but without success. Is there any way to add these MRP element types to the existing ones and to adjust the preload script accordingly or any other way?

I have attached a screenshot as well.

Thank you very much in advance.

BR,
Julian

View Entire Topic
rehan12
Explorer
0 Kudos

Hi

SAP Integrated Business Planning requires $G_PLAN_AREA, $G_SCENARIO, $G_TIME_PROFILE, and $G_BATCH_COMMAND. If the global variables are not included in the task or process, an error is returned.

Depending on what's requirements and environment, allow the default values or set values in one of the following locations:OptionDescriptionRun Now dialog box

Use for testing.

From the Projects tab, select a task or process. From the Actions menu, select Run Now.

Execution Properties tab of a task or process

Use for loading data.

From the Projects tab, select a task or process. From the Actions menu, select Edit. Click the Execution Properties tab.

Preload or postload script

Use for testing and loading data.