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 XML is possible??

Former Member
0 Kudos

Hello All,

Ver 4.7

I Need to post ORDERS message type Idoc Data in XML format.I want to process the same it Inbound Idoc.

I created a XML port and specified the Path, how do i do the Inbound.

We dont have a Business Connector in between as SAP stopped supporting it.

I need the IDOC to post data in XML format not in DTD format. And from there I don’t know how it has to read for Inbound Delivery. How do i use this FM IDOC_XML_FROM_FILE , can use it in first place?

Any cook book you have on this, please let me your ideas , it would be a great help for us.

Regards,

Manohar E

1 ACCEPTED SOLUTION

Peter_Inotai
Active Contributor
0 Kudos

For testing you can use transaction WE16.

For productive use you might trigger the processing via external application. You can use FM 'EDI_DATA_INCOMING'.

For details check:

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b7f8a43d711d1893e0000e8323c4f/frameset.htm

We wrote an ABAP program, which scheduled regularly. It reads the content of the transfer directory vith FM 'EPS_GET_DIRECTORY_LISTING' and process it via FM 'EDI_DATA_INCOMING'.

Peter

1 REPLY 1

Peter_Inotai
Active Contributor
0 Kudos

For testing you can use transaction WE16.

For productive use you might trigger the processing via external application. You can use FM 'EDI_DATA_INCOMING'.

For details check:

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b7f8a43d711d1893e0000e8323c4f/frameset.htm

We wrote an ABAP program, which scheduled regularly. It reads the content of the transfer directory vith FM 'EPS_GET_DIRECTORY_LISTING' and process it via FM 'EDI_DATA_INCOMING'.

Peter