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: 

need user exit name

Former Member
0 Kudos

need user exit name

which allow me to process my logic

when exactly the sales order is generated for VA01.

I want to process my logic at that time only.

points will be awarded for good answers.

Thanks

Raj

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hI,

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

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.

USEREXIT_SAVE_DOCUMENT_PREPARE

<b>Reward points</b>

Regards

4 REPLIES 4

Former Member
0 Kudos

hI,

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

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.

USEREXIT_SAVE_DOCUMENT_PREPARE

<b>Reward points</b>

Regards

Former Member
0 Kudos

Hi Raj,

Check these exits

SDAPO001

SDTRM001

V45A0001

V45A0002

V45A0003

V45A0004

V45E0001

V45E0002

V45L0001

V45P0001

V45S0001

V45S0003

V45S0004

V45W0001

V46H0001

V60F0001

Regards

Arun

Former Member
0 Kudos

hi,

In order to find out the user exits for any tcode,

1. get the developement class of the tcode from SE93.

2. Now goto transaction SMOD and press F4,

3. give in the Deve class in the dev class and Press ENTER

this will show u the exits for any tcode.

or execute this report

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

which gives the list of exits for a tcode

http://help.sap.com/saphelp_nw04/helpdata/en/bf/ec079f5db911d295ae0000e82de14a/frameset.htm

Regards

Reshma

0 Kudos

Hi Reshma,

I am getting the list of user exits for the transaction code.

But I am not getting which i need to use for my requirement.

Please tell me the exact user exit name which i need to modify.

Purpose : I need to execute my logic when sales order is generated VA01.

Thanks

Raj