cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic Change request.

Former Member
0 Kudos

Hello,

    I am integrating MDG together with SLC and since the supplier was created in SLC  is quite logical dont create it again in MDG , I was wondering is there a way of creating a change request automatically  in MDG with this supplier ? .

Please guys share your thoughts with me  more than appreciated .

Best regards ,

J.

Accepted Solutions (1)

Accepted Solutions (1)

former_member206605
Active Contributor
0 Kudos

Hello Jose

We have recently worked on a POC where a customer is created in Salesforce and a automatic CR is created in MDG. This integration can be done using -

1. You need to send the data from the SLC to SAP system

2. Use BSP application in MDG to receive the data sent from SLC

3. Implement MDG API - to fill the data received from SLC

4. MDG configuration - Create new CR type / workflow (BRF) for CR creation etc

Once you configure all the above steps, CR will be created automatically in MDG.

Kiran

Former Member
0 Kudos

HI Kiran,

Can you please let me know if which particular MDG API and BSP application you used in POC to fill the data received from SLC system, so that CR cab be auto created in MDG?

Regards,

Satyam

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jose,

Yes through Web services data communication could happen between MDG SAP system and SLC system.

By triggering the Web services and passing the newly created supplier information from SLC system to MDG system and in MDG system we could call the MDG delivered standard API methods to create a chage request using the received supplier information. By this we could sychronize the data between SLC and MDG