Application Development 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: 

userexit -- TVAK-LISOF

Former Member
0 Kudos

Hi

In sales document there is field TVAK-LISOF - immediate delivery. With the document type (example ZOR having TVAK-LISOF blank), whenever the sales order is created for specific plants, the TVAK-LISOF field should be set to A.

Creation of new document type is out of scope.

How this can be achieved (through userexit??).

Would appreciate your inputs.

Thanks

Suddu

-


Before saving the sales order document, the TVAK-LISOF has to be set to A, so the delivery document will be created automatically when the sales order is saved.

Edited by: sud val on Jun 5, 2009 3:31 PM

2 REPLIES 2

Former Member
0 Kudos

Hi,

U can do this either by USER EXIT or BADI.

U need to check out for the available BADI or User Exit where actually u can update the table by capturing the reqd fields.

Regards,

KC

0 Kudos

Hi

Do you have any idea which user exit / BADI is to be used.

Thanks for your response.

Suddu