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

Regarding Idoc type ORDERS05

Former Member
0 Likes
422

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

1 REPLY 1
Read only

former_member404244
Active Contributor
0 Likes
344

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