cancel
Showing results for 
Search instead for 
Did you mean: 

userexits modified

Former Member
0 Kudos

Moved to correct forum by moderator. Please take care in future.

Hi,

How to find list of all user exists that are modified specific to sd -order/delivery/billing/excise invoice

(only modified user exists)

Edited by: Matt on Nov 19, 2008 7:38 AM

Accepted Solutions (1)

Accepted Solutions (1)

GauthamV
Active Contributor
0 Kudos

hi,

goto TADIR table.

give object type as cmod ,object name as Z* and execute you will get all

zexits implemented in your system.

if you want some exits specific like SD related then give package like ZSD which

may be your zpackage for SD.

Former Member
0 Kudos

HI,

i Coudn't understand what is object & package -pl, explain

Are there any other alternatives to find all modified userexits other than this

Pl suggest

Answers (2)

Answers (2)

matt
Active Contributor
0 Kudos

I've moved this post to the correct forum. Please take care in future.

Former Member
0 Kudos

hi

there are a number of user exits available

Exits available in va01:

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

use EXIT_SAPLV46H_003" (Customer Function when Creating/Changing Header)

of BAdi "BADI_SD_V46H0001" (SD Customer functions for resource-related billing)

the following program are the user exit for billing.

we often use RV60AFZC and RV60AFZZ.

RV60AFZA

RV60AFZB

RV60AFZC

RV60AFZD

RV60AFZZ

RV60BFZA

For Sales order

Pricing, item addtion deletion

use MV45AFZZ

hope this helps

Regards

Aakash