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

IDOC_Data_on_presentation_Server?

Former Member
0 Likes
417

Hi

Can I extract all the data of an IDOC on the presentation server?

If yes, please tell me the procedure.

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
377

Hi Subash,

You can use the function module 'IDOC_READ_COMPLETELY' to read the data from the IDoc.

To save the IDoc in XML use the following function module

IDOC_XML_DISPLAY

Hope this helps.

Regards,

Manish

Read only

Former Member
0 Likes
377

Use the function module;

IDOCS_OUTPUT_TO_FILE

Regards,

Ravi