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

customized idoc

Former Member
0 Likes
478

hi all

i have created a customised idoc and wrote an outbound processing code. it is sent to the receiving system successfully.now to process this idoc on the receiving system side i have to create a FM as well as the inbound processing code. i have declared the import, export, tables parameters for the FM as specified in help.sap.com. can anyone tell me what the source code and the inbound processing code should contain with a simple example.

regards

sandeep

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
418

Hi Sandeep,

Please check this link for sample code.

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b7df143d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

You can call BDC or Standard SAP FM IDOC_INPUT* to post the IDoc data.

Hope this will give you an idea.

Regards,

Ferry Lianto

1 REPLY 1
Read only

ferry_lianto
Active Contributor
0 Likes
419

Hi Sandeep,

Please check this link for sample code.

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b7df143d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

You can call BDC or Standard SAP FM IDOC_INPUT* to post the IDoc data.

Hope this will give you an idea.

Regards,

Ferry Lianto