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 Problem

Former Member
0 Kudos

Hi All

My scenario is IDOC(XML) File is coming through JCO Connection containing material details & I need to update data in SAP (in MARA Table).

I have created Partner Profile in which I specified Message Type as "MATMAS" in Inbound Parameter & "MATM" as Process Code.

Now how should I process further??

Regards.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

In your JCO connection make it has the compatability to convert the XML data as idoc. Then configure the receiver system as your SAP system. Then run the JCO connection. The data gets posted automatically.

All the data conversions and mapping should be taken care at JCO level. That means create message type in JCO as the same name in SAP and do all the necessary settings before you execute the JCO connection.

Check the below link for JCO connection.

http://help.sap.com/Business_Packages/EN/ca/115e4088dc0272e10000000a155106/content.htm

http://help.sap.com/javadocs/NW04s/current/jc/com/sap/mw/jco/JCO.Connection.html

http://ww2.avispublicsduparisien.com/irj/portalapps/com.sap.portal.pdk.srv.jcoconnection/docs/jcobas...

1 REPLY 1

Former Member
0 Kudos

In your JCO connection make it has the compatability to convert the XML data as idoc. Then configure the receiver system as your SAP system. Then run the JCO connection. The data gets posted automatically.

All the data conversions and mapping should be taken care at JCO level. That means create message type in JCO as the same name in SAP and do all the necessary settings before you execute the JCO connection.

Check the below link for JCO connection.

http://help.sap.com/Business_Packages/EN/ca/115e4088dc0272e10000000a155106/content.htm

http://help.sap.com/javadocs/NW04s/current/jc/com/sap/mw/jco/JCO.Connection.html

http://ww2.avispublicsduparisien.com/irj/portalapps/com.sap.portal.pdk.srv.jcoconnection/docs/jcobas...