‎2007 Jul 11 2:37 AM
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
‎2007 Jul 11 2:52 AM
‎2007 Jul 11 2:52 AM
‎2007 Jul 11 4:59 AM
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
‎2007 Jul 11 5:17 AM
Hi,
IDOC number are stored in EDIDC table.
You can check all EDI* tables, which can suit your requirement.
Regards,
Atish
‎2007 Jul 11 5:24 AM
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
‎2007 Jul 11 5:30 AM
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
‎2007 Jul 11 5:34 AM
Hi,Atish
can you give me a detailed steps which is about how to do this from end to end ,thanks!
alex zhang
‎2007 Jul 11 6:19 AM
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