cancel
Showing results for 
Search instead for 
Did you mean: 

Userexit in delivery item

Former Member
0 Kudos

Hi,

Can anyone tell me if there is any userexit for updating the delivery line item status for Intercompany billing VBUP-FKIVP to set this as Relevant for billing.

Cheers Sumit

Accepted Solutions (1)

Accepted Solutions (1)

andrea_olivieri
Contributor
0 Kudos

Hello Sumit,

the field that you intend to force a userexit is actually used by the system (internal use) to identify the items relevant for intercompany billing.

To change the statuses of the item of delivery there is BADI LE_SHP_ITEM_STATUS with the recommendation that:

<<.. If you use this BADI to change the delivery status item that was set in delivery processing, it can affect further processing of the delivery extensively, and lead to data inconsistencies. >>

Therefore, SAP recommends that you only use the BADI to modify your own status fields that means: UVP01,UVP02,UVP03,UVP04,UVP05 fields.

Thanks.

Kind regards.

Andrea

Answers (4)

Answers (4)

Former Member
0 Kudos

Answered. I used BADI to enhance the std functionality.

former_member315051
Active Contributor
0 Kudos

Hi

below are the some delivery related exits.

Delivery related exits

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)

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)MV50AFZ1 - User Exits for Delivery Processing

MV50AFZ2 - User Exit for Batch Quantity Allocation

MV50AFZ3 - LIPS-KOQUI (Picking is subject to confirmation) determination

MV50AFZK - The user exits in this include can be used to fill the condition tables for material listing and material exclusion (KOMKG and KOMPG) and product selection (KOMKD and KOMPD) with own data.

MV50AFZL - In delivery creation process for sales orders there is the possibility to restrict the delivery creation to some order items. If these order items are member of a delivery group, but not all items of this delivery group are includes in the restriction range of the order item nubers, you can specify in this routine what to do.

MV50AFZP - This user exit can be used to modify change mode of pricing screens in delivery processing.

MV50AFZZ - Users Exit for Batch Determination; LIPS-LGORT determination

you can find the same in SDN-WIKI

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

Regards,

Ramesh

Former Member
0 Kudos

Hi Sumit,

Please find the list below.One of the User Exits from the below list for delivry will help you.

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

Hope it helps

Thanks and Regards

Rohit

Former Member
0 Kudos

Hi,

You can use user exit "MV50AFZ1" at routine "USEREXIT_SAVE_DOCUMENT_PREPARE" for updating item status.

cheers,