2007 Dec 10 11:33 AM
Hi
We have extended the tables VBAK & VBAP, and will put these fields in the outbound ORDERS05 when a sales order is created.
Its processed by function module IDOC_OUTPUT_ORDRSP.
The exits available are
EXIT_SAPLVEDC_004 - for adding data to additional segments
EXIT_SAPLVEDC_001 - for changing the control record
EXIT_SAPLVEDC_003 - for a final wrapup (only data I think)
But when I am saving a Salesorder, the control is not going to any of these exits (I ve put break points in them). Anyway the Idoc is getting created.
Any idea how to get the control to these exits?
Thanks
Hi
We have extended the tables VBAK & VBAP, and will put these fields in the outbound ORDERS05 when a sales order is created.
Its processed by function module IDOC_OUTPUT_ORDRSP.
The exits available are
EXIT_SAPLVEDC_004 - for adding data to additional segments
EXIT_SAPLVEDC_001 - for changing the control record
EXIT_SAPLVEDC_003 - for a final wrapup (only data I think)
But when I am saving a Salesorder, the control is not going to any of these exits (I ve put break points in them). Anyway the Idoc is getting created.
Any idea how to get the control to these exits?
Thanks
2007 Dec 10 11:36 AM
Hi,
u need to use CMOD for creating the project for these exits.....use the program RSEOUT00 and RSNAST00 .....put the break points in these programs and check..
Reagrds,
nagaraj