cancel
Showing results for 
Search instead for 
Did you mean: 

How can we identify what are all user exits are there for sales orders,deli

Former Member
0 Kudos

Dear All,

How can we identify what are all user exits are there for sales orders,deliverys and invoices

thanks

nitchel v

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

thanks for all

nitchalv

Jelena
Active Contributor
0 Kudos

>

> How can we identify what are all user exits are there for sales orders,deliverys and invoices

> nitchel v

By using Search button:

https://www.sdn.sap.com/irj/scn/wiki?path=/display/erplo/sdUserexits

Former Member
0 Kudos

Hi All,

Thanks for your prompt reply

thanks

nitchel

Former Member
0 Kudos

Hi Nitchel

There are many ways to find out the user exits..

For example for VA01.

Goto Transaction ie VA01:

goto System-- Status

doubleclick on the program name ie SAPMV45A

SE38 -> Enter the program name and in the program( SAPMV45A) goto -- attributes

get the package name from here ie VA

note the package(VA) and get back to main screen

goto SMOD tcode and click on find button in the package spec giv the package name ie VA and execute it

you will find list of exits available

check out the exit that suits ur requirement

goto cmod and create a new project and implement in that user exit.

You will get the following exits in SMOD..

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

For Delivery you will get .. here the package name will be VL.

V02V0001 Sales area determination for stock transport order

V02V0002 User exit for storage location determination

V02V0003 User exit for gate + matl staging area determination (h

V02V0004 User Exit for Staging Area Determination (Item)

V50PSTAT Delivery: Item Status Calculation

V50Q0001 Delivery Monitor: User Exits for Filling Display Fields

V50R0001 Collective processing for delivery creation

V50R0002 Collective processing for delivery creation

V50R0004 Calculation of Stock for POs for Shipping Due Date List

V50S0001 User Exits for Delivery Processing

V53C0001 Rough workload calculation in time per item

V53C0002 W&S: RWE enhancement - shipping material type/time slot

V53W0001 User exits for creating picking waves

VMDE0001 Shipping Interface: Error Handling - Inbound IDoc

VMDE0002 Shipping Interface: Message PICKSD (Picking, Outbound)

VMDE0003 Shipping Interface: Message SDPICK (Picking, Inbound)

VMDE0004 Shipping Interface: Message SDPACK (Packing, Inbound)

For Billing VF01..Package is VF..

SDVFX007 User exit: Billing plan during transfer to Accounting

SDVFX008 User exit: Processing of transfer structures SD-FI

SDVFX009 Billing doc. processing KIDONO (payment reference numbe

SDVFX010 User exit item table for the customer lines

SDVFX011 Userexit for the komkcv- and kompcv-structures

V05I0001 User exits for billing index

V05N0001 User Exits for Printing Billing Docs. using POR Procedu

V60A0001 Customer functions in the billing document

V60P0001 Data provision for additional fields for display in lis

V61A0001 Customer enhancement: Pricing

Or another way is ..

- Get the program name for that T-Code

- Go to that program

- In that program, search for word 'EXIT' or 'CUSTOMER-FUNCTION' by using where-used list which will give u the list of user exits for that program

And also you can check in the tables in SE16 for user exits..

MODSAP - Stores SAP Enhancements

MODSAPT - Stores SAP Enhancements - Short Texts

MODACT - Stores Modifications

And there are other ways as well , pls check the forum for this ,

Regards,

Vvieks

Note : If you have any specific requirement then pls let us know , we will guide you

former_member839993
Active Participant
0 Kudos

Hi,

SPRO>Sales And Distribution>System Modifications>user Exits>you can check all the available user exits here.

regards,

US

Former Member
0 Kudos

Hi,

You can check in the below path for the available User Exits :

SPRO->Sales and Distribution>System Modifications----->User Exits

Regards

vK

Edited by: Vamshi Krishna on Feb 2, 2009 12:33 PM