cancel
Showing results for 
Search instead for 
Did you mean: 

Deleted line item of transfer order appearing on print.

Former Member
0 Kudos


Hi Friends,

Deleted line item of transfer order appearing on print. How can I write a logic to identify deleted item.

Will it be source target qty(  VSOLM) + source bin differ (VDIFM) = zero then not to add this line item in the Transfer order print.

Thanks,

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

MANIS
Active Contributor
0 Kudos

Hi Kiran

At what stage are you trying to print this transfer order detail

e.g

Scenario 1, - you created a transfer order with three line item and then you realize one item needs to be removed - in this case if you will read the LTAP you will find LTAP- PQUIT will be X for the deleted line item and for rest two item it will be blank

Scenario 2, - you created a transfer order with three line item and then you realize one item needs to be removed but you want to print the list after all picking complete - in this case if you will have the LTAP- PQUIT = X for all the three line item hence you need to read the Diff in between ( LTAP-VSOLM <> LTAP-VDIFM) if that is zero then don't add that into system, else it can be a partial pick and you need to add that into Print output



Hope this will help

Answers (0)