cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit

Former Member
0 Kudos

Hi,

Could you please tell the User-Exit or BADI which get trigger when we create or change the Inbound delivery

Thanks in Advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Solved

Former Member
0 Kudos

Hi Friend,

Few user exits are:

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)

Your job is to find out one according to your requirement from here.

Former Member
0 Kudos

check the below link for user exits in SD

http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm

Some more links r here....

User Exits In Sales Document Processing

http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm

Get the access key from basis for the program SAPMV45A. And change the screen.

First create a subscreen with that two fields, call that subscreen in the screen 8309.

call subscreen s2 including 'SAPMV45A' '9002'.

Here are the user exits available for creating PO.

AMPL0001 - User subscreen for additional data on AMPL

LMEDR001 - Enhancements to print program

LMELA002 - Adopt batch no. from shipping notification when posting a GR

LMELA010 - Inbound shipping notification: Transfer item data from IDOC

LMEQR001 - User exit for source determination

LMEXF001 - Conditions in Purchasing Documents Without Invoice Receipt

LWSUS001 - Customer-Specific Source Determination in Retail

M06B0001 - Role determination for purchase requisition release

M06B0002 - Changes to comm. structure for purchase requisition release

M06B0003 - Number range and document number

M06B0004 - Number range and document number

M06B0005 - Changes to comm. structure for overall release of requisn.

M06E0004 - Changes to communication structure for release purch. doc.

M06E0005 - Role determination for release of purchasing documents

ME590001 - Grouping of requsitions for PO split in ME59

MEETA001 - Define schedule line type (backlog, immed. req., preview)

MEFLD004 - Determine earliest delivery date f. check w. GR (only PO)

MELAB001 - Gen. forecast delivery schedules: Transfer schedule implem.

MEQUERY1 - Enhancement to Document Overview ME21N/ME51N

MEVME001 - WE default quantity calc. and over/ underdelivery tolerance

MM06E001 - User exits for EDI inbound and outbound purchasing documents

MM06E003 - Number range and document number

MM06E004 - Control import data screens in purchase order

MM06E005 - Customer fields in purchasing document

MM06E007 - Change document for requisitions upon conversion into PO

MM06E008 - Monitoring of contr. target value in case of release orders

MM06E009 - Relevant texts for "Texts exist" indicator

MM06E010 - Field selection for vendor address

MMAL0001 - ALE source list distribution: Outbound processing

MMAL0002 - ALE source list distribution: Inbound processing

MMAL0003 - ALE purcasing info record distribution: Outbound processing

MMAL0004 - ALE purchasing info record distribution: Inbound processing

MMDA0001 - Default delivery addresses

MMFAB001 - User exit for generation of release order

MRFLB001 - Control Items for Contract Release Order

EXIT_SAPMM06E_001 Other Number Range or Own Document Number

EXIT_SAPMM06E_004 User Exit for Cust.-Specific Control of Import Data Screens in Purchasing

EXIT_SAPMM06E_005 Field Selection Control: Vendor Address Screen

EXIT_SAPMM06E_006 Export Data to Customer Subscreen for Purchasing Document Header (PBO)

EXIT_SAPMM06E_007 Export Data to Customer Subscreen for Purchasing Document Header (PAI)

EXIT_SAPMM06E_008 Import Data from Customer Subscreen for Purchasing Document Header

EXIT_SAPMM06E_009 Reset Customer Data at Beginning of New Document (Without Dialog)

EXIT_SAPMM06E_010 Export of Service RFQ Data

EXIT_SAPMM06E_011 Import Service Prices for Quotation

EXIT_SAPMM06E_012 Check Customer-Specific Data Before Saving

EXIT_SAPMM06E_013 Update Customer-Specific Data in Purchasing Document

EXIT_SAPMM06E_014 Read Customer-Specific Data when Importing Purchasing Document

EXIT_SAPMM06E_016 Export Data to Customer Subscreen for Purchasing Document Item (PBO)

EXIT_SAPMM06E_017 Export Data to Customer Subscreen for Purchasing Document Item (PAI)

EXIT_SAPMM06E_018 Import Data from Customer Subscreen for Purchasing Document Item

EXIT_SAPMM06E_020 User Exit: Change Document for Requisitions (Conversion into PO)

EXIT_SAPMM06E_021 Fulfillment of Target Value: Release Orders Against a Contract

EXIT_SAPMM06E_022 Relevant Texts for "Texts Exist" Indicator

EXIT_SAPMM06E_023 Definition of Relevant Texts for "Texts Exist" Indicator

EXIT_SAPMM06E_024 Customer Enhancement: Activate PReq Block

Regards.