cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect the data package and ur script

Former Member
0 Kudos

Dear Friends,

Can anyone please explain how to connect the script logic with data manager package.

Once run the data package how it pick the correct script logic.

Thanks MD.

Accepted Solutions (1)

Accepted Solutions (1)

former_member223749
Active Participant
0 Kudos

Hi,

This is the script logic For Ex :u201CFXTRANS.LGFu201D.

You can connect with data manager package using following code.

Data manger packageOrganize package list Right click on the package and modify packageclick on search icon and place this below code. It will call u201CFXTRANS.LGFu201D script in DM package.

PROMPT(SELECTINPUT,,,,"%ENTITY_DIM%,%CATEGORY_DIM%,%CURRENCY_DIM%,%TIME_DIM%")

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

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

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

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

TASK(/CPMB/FX_RESTATMENT_LOGIC,LOGICFILENAME,FXTRANS.LGF)

Thanks,

Devi

Former Member
0 Kudos

Thanks for your reply Akkamahadevi.

As per my understand of your above script you have mentioned the .lgf file name in the last line.

"TASK(/CPMB/FX_RESTATMENT_LOGIC,LOGICFILENAME,FXTRANS.LGF)"

which is call the FXTRANS.lgf.

Thanks and regards,

MD.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi There

Please take a look at the following articles on how to pass parameters to script logic. it includes a step by step document on how to make a process chain and configure it to run your desired script logic file

[http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d01ce779-f1b2-2b10-07ba-da3734013245]

[http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20f4252d-98ca-2b10-e689-f85085ae2d12]

I hope this helps

Kind Regards

Daniel

Former Member
0 Kudos

Hi Daniel,

Thanks for your reply,

I go through with documents but still can you please help me to understand the logic how it will get connected with data package.

Thanks MD.