cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Cross model DM package

Former Member
0 Likes
294

Hello,

We have a requirement to execute a data manager package in Model B by triggering a data manager package in Model A. How do I achieve this?

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

Yes, it's possible to fix a model name in the advanced DM script!

In the line:

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

You can replace %APP% with the required model name.

But I recommend you to use RUNLOGIC_PH!

Answers (3)

Answers (3)

former_member186338
Active Contributor
0 Likes

Then you need to implement RUNLOGIC_PH BADI.

https://www.sap.com/documents/2015/08/de470383-547c-0010-82c7-eda71af511fa.html

It's a question asked many times, why not to use search?

Former Member
0 Likes

Hello Vadim,

We used it in an earlier project without the key word RUNLOGIC_PH BADI. I could remember customising the script used while creating/modifying the data manager package.

Is it possible that I edit the DM package script in Model A to look at a particular script/process chain in Model B?

Former Member
0 Likes

Hello Vadim,

The package in Model B is default logic. So yes, script logic backed data manager package.

former_member186338
Active Contributor
0 Likes

Please provide detailed info about the package! Is it script logic or...?