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: 

Exit for Sales Order Va01

former_member1330001
Participant
0 Kudos

Hi Friends,

I need to derive the WBS Element for each line item entered for the Sales order based on the material number. Which user-exit should i try? I have checked with almost all the enhancements available.

I would appreciate prompt replies.

Thanks in advance.

Regards,

Tamilarasan.

5 REPLIES 5

Vinod_Chandran
Active Contributor
0 Kudos

Check the include MV45AFZZ. You can find many user exits here. These are subroutine exists and you need an access key to change this. One example from this is 'userexit_save_document'.

Former Member
0 Kudos

SE80 view SAPMV45A program, look at subroutine.

All user exit program named begin with "userexit".

Former Member
0 Kudos

Hi Tamil,

Mainly you'll need to use 2 user exits.

on for PBO and the other for PAI.

They are MV45AFZB and MV45AFZZ.

You can also pass and get the values using the structure avialable.

Cheers,

Sam.

0 Kudos

Hi Samuel.

I have two questions about this exits.

1. How the call is made for the modules in this includes?

2. For which dynpros on VA01/Va02 can I implement the exits?

Thanks in advance for your help.

0 Kudos

Hi Sara,

These user exits are called during the transaction VA01.

You can use the same for all dynpros. You must use the screen no to trigger accordingly the portion of code.

Cheers,

Sam