cancel
Showing results for 
Search instead for 
Did you mean: 

Control Sales order Pricing Date with Delivery GI Date

adeola_adejuyigbe
Discoverer
0 Kudos

Is it possible to have a control that ensures the Actual GI date in a delivery is not more than a number of days from the sales order pricing date?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

To have restriction in actual GI date in transaction VL01N . Please find the user exit for VL01N , you can use one which are marked as bold . Kindly take the help of abaper to put the validation or logic as required.

V02V0001 - Sales area determination for stock transport order

V02V0002 - User exit for storage location determination

V02V0003 - User exit for gate + matl staging area determination

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)

Hope this will help you to resolve your issue!!!!

Regards,

Krishna O

Former Member
0 Kudos

In the sales order you can control the pricing date based on requested delivery date in order type config . T Code VOV8

If you want to have the control as mentioned by you , then you need to go for ABAP development. Please work in MV50AFZ1 user exit.

Regards

Sai

Former Member
0 Kudos

Deola

Try Shipping BADI: LE_SHP_GOODSMOVEMENT ( SPRO/IMG/Logistics Execution/Shipping/System Modifications/Business Add-Ins in Shipping/Business Add-In for Posting Goods Movements). It is called during PGI and probably offers you the scope to control actual GI date.

On the config end, I would go the reverse way, i.e., influence pricing date based on GI date. In the condition type config (V/06), you have the ability to control pricing date based on GI date by choosing Option 'A'.

Hope this helps. Please let us know your ultimate direction. Thanks.

Former Member
0 Kudos

Hi Deola,

You can have a business rule internally, but having such a process in the system may cause lot of issues unless there is some business rule defined in the organization which can take care of this issues.

Like if you set the delivery to do an Auto GI after some specific time, and if actually the goods were not GI`ed will cause lots of issues.

Thanks

Murtuza