cancel
Showing results for 
Search instead for 
Did you mean: 

Class to get CR data and Change document in MDG-M

Former Member
0 Kudos

Hi Gurus,

Can you please help me with a class to fetch the Change request data and chnage document data in MDG-M 7.0. The requirement is to send parallel approval workflow based on the input in the CR for create Materia in MDG. If MRP data is filled the workflow will go to MRP approval and for Warehouse related data it will go to Warehouse approval and so on.

Also in case of rejction in the the workflow should go to the particular approver in case of re submit, not to everyone. So need the change document data to read to identify the approver.

How to get this done?

Thanks,

Arnab.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Take a look at these documents. They explain how you can implement parallel workflow: & http://scn.sap.com/docs/DOC-55228


To learn more about programming with MDG, please see this document:

Former Member
0 Kudos

Hi Azzouni,

Thanks for the details. I have used BAdi 'USMD_SSW_DYNAMIC_AGENT_SELECT', Method 'IF_USMD_SSW_DYNAMIC_AGT_SELECT~GET_DYNAMIC_AGENTS'. I used the FMs

'CHANGEDOCUMENT_READ_HEADERS' and  'CHANGEDOCUMENT_READ'  to get the chnage request data for Submit and Re-submit.

Hopefully this would work.

Thanks,

Arnab.