‎2007 Mar 25 2:46 PM
Hi,
I have created a customized idoc type ZSLSRPT and message type ZSLSRP. Now I want to create a program that will reigister an IDOC number with this IDOC type inside SAP and output a file for external use.
How do I go about this program? I will appreciate if you can give me a sample program that does something like this. You can send it to kennie_m@yahoo.com.
Thanks in advance everyone.
Regards,
Kenny
Message was edited by:
Kenny Martinez
‎2007 Mar 26 3:06 PM
‎2007 Mar 25 6:25 PM
Hi Kenny,
Whenever you create a custom (Z) idoc type and want to trigger idocs for it you would need to use the MASTER_IDOC_DISTRIBUTE function module for the same.
Hence to get some sample programs just do a <i>where used</i> on this function module.
Hope this helps. Also please refer to the link below:
<a href="http://">help.sap.com/saphelp_erp2004/helpdata/en/78/21783151ce11d189570000e829fbbd/frameset.htm</a>
to understand more about not only creating the outbound program using this function module but also about the related SPRO and other configuration.
Regards,
Aditya
‎2007 Mar 26 3:06 PM
‎2007 Mar 26 5:07 PM