cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit details for SD Delivery Document

Former Member
0 Kudos

Dear All,

I am working on a requirement wherein I need to maintain seperate no. range for SD delivery documents depending on plants.

The general no. range is defined at client level. I want it to be defined as per the plant.

For Example:

Client Level No. Range 38 (for Del doc type LF)

PLant 1500

Required no. range : 40 ( for del doc type LF and plant 1500)

Plz let me know if any user exit is available for this.

Thanks in advance !

Regards,

Priyanka

Accepted Solutions (0)

Answers (4)

Answers (4)

rmazzali
Active Contributor
0 Kudos

use MV50AFZ1 user exit

FORM USEREXIT_NUMBER_RANGE

it is the right one !!

regards

roberto

reward points if helpful pls.

Former Member
0 Kudos

hi Dhakshith,

check this BADI <b>LE_SHP_DELIVERY_PROC</b>, in this BADI there is method called DOCUMENT_NUMBER_PUBLISH... may it will suits u r requiremetn

Former Member
0 Kudos

I am sure there exists a BADI for this requirement but i cannot give you the exact name of the BADI right now as i dont have access to the SAP.

However, i suggest you to know the development class of the SD delivery document t-code and goto SE80 and check if there are any BADIs available under enhancement tab which suits your requirement.

Though i am not a func guy but if i am not wrong this setting is done in SPRO correct?

Thanks,

Santosh

Former Member
0 Kudos

Hi,

Following user exits are available for sales delivery document. Use whichever is meets your requirements.

V02V0001 Sales area determination for stock transport order

V02V0002 User exit for storage location determination

V02V0003 User exit for gate + matl staging area determination (headr)

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)

Ashven