Application Development 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: 

IDOC_Data_on_presentation_Server?

Former Member
0 Kudos
93

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

Former Member
0 Kudos
53

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

former_member181962
Active Contributor
0 Kudos
53

Use the function module;

IDOCS_OUTPUT_TO_FILE

Regards,

Ravi