‎2006 Mar 27 10:09 PM
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
‎2006 Mar 27 10:37 PM
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
‎2006 Mar 27 10:37 PM
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