cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit for VA01.

Former Member
0 Kudos

Hi experts,

I want to add one additional field like personnel No. on screen of VA01 transaction.

Is there any user exit?

Give me the procedure to do this.

Thanks & Regards.

Abhishek

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

If u r using 6.0ECC then most probably u get Enhancement point rather than User-exit/Badi's.

there are two type of Enhancement (Implicit and Explicit) and it is very useful for implement.

if u r using apart from 6.0ECC then first get package and find out the exit in this package.

or u can search with string 'call function' or 'perform' during debugging. bcoz call function ia associated with customer exit and perform is with user exit.

I hope in this way u can find it.

Former Member
0 Kudos

Hi,

check these threads.

Hope this will help you.

Regards:

Alok Bansal

Former Member
0 Kudos

The sales order processing has the ability to add customer fields on the header or item level.

Feel free to use those "additional data b" areas for your customer enhancements.

Do not forget that you also have to append (APPEND!!!!) those new fields to either VBAK or VBAP tables. Furthermore - if you also want to be able to use these fields in the BAPI processing, you have to append also the bapi structures.

Christian

naimesh_patel
Active Contributor
0 Kudos

Check this:

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

Look for the section - User exits in the screens

Regards,

Naimesh Patel