Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

about function module"IDOC_XML_TRANSFORM"?

Former Member
0 Likes
3,552

Hi Gurus:

When i do the "IDOC_XML_TRANSFORM",where can i find the exporting file which is in XML format?

Thanks for advanced!

alex zhang

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,980

Check with below link :

/people/michal.krawczyk2/blog/2005/11/13/xi-how-to-check-your-idocs-on-a-web-page-from-sapgui -> this will help you

Thanks

Seshu

7 REPLIES 7
Read only

Former Member
0 Likes
1,981

Check with below link :

/people/michal.krawczyk2/blog/2005/11/13/xi-how-to-check-your-idocs-on-a-web-page-from-sapgui -> this will help you

Thanks

Seshu

Read only

Former Member
0 Likes
1,980

but in FM "IDOC_XML_TRANSFORM", it is need import parameter "DOCNUM",where can i find the IDoc number,and how can i take it into the parameter

Read only

0 Likes
1,980

Hi,

IDOC number are stored in EDIDC table.

You can check all EDI* tables, which can suit your requirement.

Regards,

Atish

Read only

0 Likes
1,980

i mean when a master data record has been changed in R/3,i need to seed this record to MDM,how can i write a program automatically get the changed record's idoc number,and take it into the FM "IDOC_XML_TRANSFORM" to get the XML format of this master data record,and then the MDM can get the XML file.

thanks

Read only

0 Likes
1,980

Hi Alex,

You must be creating the IDOC based on the change pointers. So there must be some BADI or User-Exit will be there where you can get those details.

Regards,

Atish

Read only

0 Likes
1,980

Hi,Atish

can you give me a detailed steps which is about how to do this from end to end ,thanks!

alex zhang

Read only

0 Likes
1,980

Hi Alex,

I haven't used this FM, but what I am suggesting is the standard approach which can be taken for any development related to IDOC and Chnage Pointers. you can find lots of documents on these in SDN.

Regards,

Atish