cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery

Former Member
0 Kudos

Hi

I have implemented Approval procedure on Delivery . Pls suggest me is it possible & how dangerous it will be .

Scenario will be when originator will create delivery and enter warehouse then 1 UDF U_warehouse will get the value of Warehouse entered by user through FMS there may be 1 lin or multiple lines in delivery. Now when the user sends this for approval and clicks on Add i want that warehouse should gets changed to Dropship warehouse may be through S.P Warehouse & when this Delivery gets approved and Then when user clicks on Add Actual warehouse field in which 'Dropship' will be there should get updated with U_Warehouse . Is this can be done . If yes is it o,k or it can have -ve effect.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Closed . Again putting my requirement.

JesperB1
Advisor
Advisor
0 Kudos

Hi Manish,

I am not sure that I followed everything, however, approval procedures that depends on fields on linelevel will only work for the firstv row as the query cannot look beyond the first row. I think you will find quite a few threads here on the forum confirming that.

I didn't understand if the udf U_warehouse would be on header or line level, if on header level I think you will find the formated search might have the same problem as the approval in that it cannot look beyond the first line.

I hope this helps.

Jesper

Former Member
0 Kudos

Hi Jesper

I again right my requirement . What actually i want when originator adds delivery for approval then warehouse in all lines should get updated with 'DropSHip' else it will give message 'Quantity is less' if dropship warehouse is not selected.

When this delivery gets approved i want that actual warehouse gets replaced with UDF warehouse when user adds Delivery.

UDF warehouse will be line wise.

If i want this through S.P . how it get be done. Is it risky or can be done . I think only Draft tables will get effected..

Thanks

Former Member
0 Kudos

Hi Manish

am not sure about the solution you are looking but if you can tell requirment may be we can sort with some other solution too

any ways why can the user how create the delivery doc enter the dropship WH

Sandeep

Former Member
0 Kudos

Hi Manish,

To answer your questions:

1. Approval won't trigger for row level, it gets triggered for header level only.

2. Don't use "update" though SP as by doing so, you will lose support from SAP.

Thanks,

Joseph