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: 

In VA02 transaction which exit is triggering when saving the data

Former Member
0 Kudos

hi all sap gurus,

In VA02 transaction which exit is triggering when saving the data

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Include MV45AFZZ: user-exit USEREXIT_SAVE_DOCUMENT_PREPARE and USEREXIT_SAVE_DOCUMENT

Max

5 REPLIES 5

Former Member
0 Kudos

Hi

Include MV45AFZZ: user-exit USEREXIT_SAVE_DOCUMENT_PREPARE and USEREXIT_SAVE_DOCUMENT

Max

0 Kudos

thanks for ur reply MAX and is there any enhancement for this requirement

0 Kudos

Hi

No! This kind of exit is based on the old concept of the user-exit where it doesn't need an enhancement.

U have to put the code you need in the routine you need to use, so u have to change the std include MV45AFZZ.

U have to get the access key registering that object in your OSS, just like if you had to change a standard object.

Max

0 Kudos

Hi,

While saving the data through VA01 or VA02 the SAVE_DOCUMENT and SAVE_DOCUMENT_PREPARE will be executed.You can use these routines to include your custom code to change the functionality.You can insert your code in the form of an Include program or directly in the MV45AFZZ.To make the changes to the MV45AFZZ you need to have the access key from Service.sap.com.

Thanks.

Durga.

Former Member
0 Kudos

Hi Reddy,

The <b>user exit</b> and badi tried for this transactions are

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

<b>Business Add-in</b>

BADI_SD_SCH_GETWAGFZ Scheduling Agreement: Read WAGFZ from S073

BADI_SD_V46H0001 SD Customer functions for resource-related billing

<b>Reward pts if found usefull :)</b>

Regards

Sathish