Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Tables updated when changing Transfer order

Former Member
0 Kudos

Hi all,

I am facing a problem when I am trying to change storage bin (NLPLA) & storage type(NLTYP) in a Transfer Order and then confirming it, I am updating 4 tables directely i.e LTAP, LEIN, LQUA, LAGP, but when confirming the TO, gives an SAP error. The reason of course is that something is not getting updated.

<b>Can someone please advise what else should be updated or suggest me a FM which can change storage bin and storage type in the same TO.</b>

I do not want to make a new TO with an FM.

Regards

Abhishek

1 REPLY 1

Former Member
0 Kudos

Hi,

Try the fun module for TO update:

L_DELIVERY_TRANSFER_ORDER_UPD

Look at the other fun modules related to TO's.

L_MC_TRANSFER_ORDER

PK_GET_DATA_FOR_TRANSFER_ORDER

WS_LM_TRANSFER_ORDER_ADD

WS_LM_TRANSFER_ORDER_CONFIRM

WS_LM_TRANSFER_ORDER_CREATE

WS_LM_TRANSFER_ORDER_DISPLAY

Regards,

Anji