cancel
Showing results for 
Search instead for 
Did you mean: 

FILE TO IDOC synchronus communi cation

Former Member
0 Kudos

hai friends

i got one secinario

in that i need to connect to R3 system

through the file and create metirial

and give back to metirial number as xml file in mdm system

is it posible with the FILE to IDOC secnario in syncronus communi cation

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

You need response in XML format so it will not be possible with IDOC.

But either you could use ABAP proxy or RFC to send that data.

you need to use Execute_Synchornous method or RFC Function module in User Exit of MM01 to call abap proxy with passing the material number.

Thanks

Swarup

Former Member
0 Kudos

Hi,

With fileto idoc scenario it is not posible to get responce....

so crate a rfc enabled function module and provide import as request inforamtion and in export proivde u r responce information and save that.

By using FIle to RFC and importing created RFC u can get the xml file in MDM system.

plz award poitns

thanq

Former Member
0 Kudos

Hi,

Generally File Adapter will not support for Synch communication

Check witht the Following

Playing with the file adapter's acknowledgments

/people/michal.krawczyk2/blog/2006/06/22/xi-playing-with-the-file-adapters-acknowledgments

Regards

Seshagiri

Former Member
0 Kudos

Hi

Try this scenario with FILE-RFC scenario. which will work fine