‎2009 Apr 27 9:38 AM
Hi all.
i am doing the outbound idoc coding for the first time.
i have the steps as how should i do the coding,but dont really know the actual code lines.
the scenario is like this:
as this is outbound,the data is going from sap to other system.
according to message type,the data is getting read in the idoc-data,getting selected and passed to the partner function.
append to the final idoc structure.
please suggest with the actual lines of code,or give me code that will suffice this outbound idoc process.
thanks!!
‎2009 Apr 27 10:32 AM
‎2009 Apr 27 10:49 AM
So, you have all the data that you need to pass it on to the Idoc.
So, you must be knowing partner number, port etc.,
Use the function module MASTER_IDOC_DISTRIBUTE and pass the above values and execute the program.
Outbound Idoc gets generated. Please let me know if it doesnt work
Thanks,
Babu Kilari
‎2009 Apr 27 4:34 PM
Filli in IDOC structure and call MASTER_IDOC_DISTRIBUTE.
For more information refer help.sap.com
Regards
Shital