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

VA02 user exit

Former Member
0 Likes
11,351

Hi all,

I want to know whether there is a user exit of VA02.

I need it just before saving the changes to control some value.

Thanks.

deniz.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
5,094

Hi

There are 2 mains user-exit in include MV45AFZZ:

- USEREXIT_SAVE_DOCUMENT_PREPARE: it's triggered just before saving the document: so here it can insert the last controls or change some values

- USEREXIT_SAVE_DOCUMENT: it's triggered as soon as the document is saved: it's usually used to update some other custom tables with sales order data

Max

7 REPLIES 7
Read only

Former Member
0 Likes
5,094

hi

user exit in va02 are:

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

There is one better option.. go to program mv45afzz or mv45afzb. there u can find subroutine exit for VA02.

Read only

Former Member
0 Likes
5,094

Hi ,

User Exit :

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

V46H0001 SD Customer functions for resource-related billing

V45W0001 SD Service Management: Forward Contract Data to Item

V45S0004 Effectivity type in sales order

V45S0003 MRP-relevance for incomplete configuration

V45S0001 Update sales document from configuration

V45P0001 SD customer function for cross-company code sales

V45L0001 SD component supplier processing (customer enhancements)

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

V45E0001 Update the purchase order from the sales order

V45A0004 Copy packing proposal

V45A0003 Collector for customer function modulpool MV45A

V45A0002 Predefine sold-to party in sales document

V45A0001 Determine alternative materials for product selection

SDTRM001 Reschedule schedule lines without a new ATP check

BADI :

BADI_SD_SCH_GETWAGFZ Scheduling Agreement: Read WAGFZ from S073

BADI_SD_V46H0001 SD Customer functions for resource-related billing

Read only

Former Member
0 Likes
5,094

Hi Deniz

Try these

EXIT_SAPMV45A_003

EXIT_SAPMV45A_004

Regards

Read only

Former Member
0 Likes
5,094

MV45AFZZ

MV45AFZB

MV45ATZZ

Greets! GK

Edited by: GK VG on Nov 19, 2008 12:05 PM

Read only

Former Member
0 Likes
5,095

Hi

There are 2 mains user-exit in include MV45AFZZ:

- USEREXIT_SAVE_DOCUMENT_PREPARE: it's triggered just before saving the document: so here it can insert the last controls or change some values

- USEREXIT_SAVE_DOCUMENT: it's triggered as soon as the document is saved: it's usually used to update some other custom tables with sales order data

Max

Read only

Former Member
0 Likes
5,094

HI Deniz

Hope this will be helpful for u

Exit Name Description

SDTRM001 Reschedule schedule lines without a new ATP check

V45A0001 Determine alternative materials for product selection

V45A0002 Determine alternative materials for product selection

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

thanks and Regards

Karan Arya

Read only

Former Member
0 Likes
5,094

Hi,

If you are looking for user Exits, go to the system--> status of the TCode from there select(double click ) the program name.

with in the program you can find the user exits which are provided by the SAP.

IF you are looking for customer exits.

go to se84 tcode select the enhancements and give the package as VA and execute.

regards