Application Development and Automation 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: 
Read only

PLEASE GIVE THE SOLUTION FOR THIS QUERY

Former Member
0 Likes
587

1. Give the user exit name for transaction va01.

2. after finding the user exit where i write the coding.

1. Give the user exit name for transaction va01.

2. after finding the user exit where i write the coding.

3 REPLIES 3
Read only

Former Member
0 Likes
561

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

Read only

naimesh_patel
Active Contributor
0 Likes
561

In VA01, you can use the include MV45AFZZ to put your code. This is a one kine of USER exit Include. You need to find proper FORM in this include which suits best to your requirement.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
561

User exits Tx VA01:

SDAPO001 Activating Sourcing Subitem Quantity Propagation

SDTRM001 Reschedule schedule lines without a new ATP check

V45A0001 Determine alternative materials for product selection

V45A0002 Predefine sold-to party in sales document

V45A0003 Collector for customer function modulpool MV45A

V45A0004 Copy packing proposal

V45E0001 Update the purchase order from the sales order

V45E0002 Data transfer in procurement elements (PRreq., assembly)

V45L0001 SD component supplier processing (customer enhancements)

V45P0001 SD customer function for cross-company code sales

V45S0001 Update sales document from configuration

V45S0003 MRP-relevance for incomplete configuration

V45S0004 Effectivity type in sales order

V45W0001 SD Service Management: Forward Contract Data to Item

V46H0001 SD Customer functions for resource-related billing

V60F0001 SD Billing plan (customer enhancement) diff. to billing plan

Rgrds

FC