cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the source code for VA02 enhancement ?

Former Member
0 Kudos

Dear experts,

We have one enhanced field in VA02 transaction, now we need to find out the logic of how this field is enhanced.

I am from BI area and not familiar with the ECC side transaction enhancement.

Can anybody let me know how can I identify where the enhancement program is (like is there any standard user exit/badi for VA02 field enhancement)? Or how can I debug into the enhancement logic of the specific field in VA02?

Any post is appreciated, and thank you all for your time in advance!

Best regards,

Tim

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Tim,

Go to transaction SPRO. Then menu Sales and Distribution->System Modifications->User Exits->User Exits in Sales-> User Exits in Sales Document Processing

OR

Check this link -

http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm

The other thing you could do is

 

In program SAPMV45A , 8309 screen is the Additional Data B tab  to add your custom fields . To capture the data from this custon field you can use

the user exit MV45AFZZ, USEREXIT_SAVE_DOCUMENT_PREPARE OR

USEREXIT_SAVE_DOCUMENT depening on your functionality.

Program to find user exit for a transaction -

http://www.erpgenie.com/sap/abap/code/abap26.htm

Check this link also

http://scn.sap.com/message/1674246#1674246

Let me know if this helps.

Best Regards,

Swanand