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: 

Doubt In VA01 User Exit........

Former Member
0 Kudos

Hi,

we are using <b>sap4.7.</b> In VA01 ( sales Order ) we have a tab called <b>additional data B</b>. where we can write our own user exit coding.

my doubt is where can i find <b>user exit</b> <b>enhancement</b>. i tried in <b>smod t.code</b> but i am not able to find. can any one tell me the enhancement name if you already done.

thank you,

Regards,

Saravanan.

3 REPLIES 3

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Saravanan,

have a look into customizing:

Sales and Distribution -> System Modifications -> Create New Fields (Without Condition Technique)

Here you can find some defaults, e.g. 'Copy Customer Master Fields Into The Sales Document' or 'Copy Article Master Fields Into The Sales Document'.

Otherwise user-exits for VA01 are still in includes ending on Z of SAPMV45A (e.g. MV45AFZZ).

Regards,

Christian

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Check out this documentation.....

http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm

Under user exits>user exits in sales>user exits in sales document processing

Regards,

Rich Heilman

Lakshmant1
Active Contributor
0 Kudos

Hi Saravanan,

Have a look at the following exits

For Header fields: Modify user exit in include MV45AFZZ(USEREXIT_MOVE_FIELD_TO_VBAK) to populate the new fields.

For Item level fields: Modify user exit in include MV45AFZZ(USEREXIT_MOVE_FIELD_TO_VBAP) to populate the new fields.

Thanks

Lakshman