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

Fetching data from IDoc

Former Member
0 Likes
589

Hi Experts,

Need guidance in fetching data from an IDOC. I need to fetch an IDOC which is defined in particular folder or particular path from where we need to read the data from an XML and need to update the same data in a custom table.

(The structure of table is same as that of IDoc Fields).

Can any one please provide me any sample coding for the same.

Thanks in Advance.

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
539

Hi nikhil,

Check this blog:

/people/michal.krawczyk2/blog/2007/01/18/xml-idoc-into-r3-erp-without-xi-heresy-some-might-say

however it is used for sending IDOC XML to XI system, but you can ignore the starting steps and follow it from coding part... It might be helpful for you.

else try using these FM : IDOC_XML_DISPLAY or IDOC_XML_TRANSFORM

Sachin

3 REPLIES 3
Read only

Former Member
0 Likes
539

Hello ,

check this link may helpful to u.

http://www.erpgenie.com/sapedi/idoc_abap.htm

Thank u,

santhosh

Read only

0 Likes
539

Thanks Santosh

But it is not fulfilling the req.

Read only

Former Member
0 Likes
540

Hi nikhil,

Check this blog:

/people/michal.krawczyk2/blog/2007/01/18/xml-idoc-into-r3-erp-without-xi-heresy-some-might-say

however it is used for sending IDOC XML to XI system, but you can ignore the starting steps and follow it from coding part... It might be helpful for you.

else try using these FM : IDOC_XML_DISPLAY or IDOC_XML_TRANSFORM

Sachin