cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a auto change request in MDG for files data from data store in DS?

Former Member
0 Kudos

Hi All,

We have one scenario where we will use the files from data store in DS to create automatic change request in mdg.

What I can think of is extracting data files from DS and save in application server and then trigger a change request through program.

Is there any other way to achieve this.

Regards,

Raj M

Accepted Solutions (0)

Answers (1)

Answers (1)

Saravanan_SD
Advisor
Advisor
0 Kudos

Hi Raj,

There are few options available for such a scenario.

1. Implement a custom RFC in MDG system and consume the RFC in the DS Jobs. RFC must utilize the SAP MDG APIs to create the Change request.

2. If it is for BP, Customer or Supplier, you can consume the WebService - BusinessPartnerSuiteBulkReplicateRequest_In

3. Extracting data files from DS and saving in application server and then trigger a change request through program is also a possible option.

Regards,

Saravanan

Former Member
0 Kudos

Thanks Saravanan!!!

So what I can understand is that I have to create a RFC function module in MDG and call those files and create a change request using governance API. I am lil confused on the term "consume the RFC in the DS Jobs".

Appreciate your help!!!

Regards,

Pranab

Saravanan_SD
Advisor
Advisor
0 Kudos

The first option is to implement the RFC which takes the field data as input (tabular format or input fields, but no files). You may need to check the feasibility of passing the file in the RFC though.

Below is the link for consuming a RFC in DS Jobs.

https://blogs.sap.com/2012/07/23/calling-rfc-bapi-within-sap-data-services/

I hope this answer your questions.