cancel
Showing results for 
Search instead for 
Did you mean: 

RE: Auto-closed all open Transfer requirements

colin_cheong
Contributor
0 Kudos

User sometimes uses LT10 to move stock from Receiving area to bin.

Because of this, there are many open Transfer requirement.

Is there a way the system will closed off the transfer requirement?

In which User exit can this routine be setup?

Thanks

bye

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

One way of doing this is by marking open transfer requirements as completed in transaction LL01 (warehouse activity monitor).

To run the warehouse activity monitor, you will have to define the variants in customizing.

When you get this report running, double click on the line for 'Open Transfer Requirements'. In the next screen, click on the button 'TR status deliv. completed.'

Another was is to do this individually in transaction LB02.

To my knowledge, there is no user exit to automate this. Perhaps you can write a custom BDC on LL01 transaction and run the program on regular intervals (PS this way you may end up closing genuine or un-processed Transfer Requirements as well!)

Regards

Baseer

Answers (2)

Answers (2)

Former Member
0 Kudos

hi ,

there is no user exit available for your requirement.But you can configure individually without TR and TO moved to fixed bin.

you can process TR and TO individually use the following link.

https://wiki.sdn.sap.com/wiki/display/stage/Process+unconfirmedTransferorderin+WM

regards

muthuraman.d

former_member536836
Active Contributor
0 Kudos

Hello,

Please create a BDC with transaction LB02 to close the TR by changing the status of the TR.

Regards,

Prashant

colin_cheong
Contributor
0 Kudos

Is there any FM or BAPI that can be used to close it instead of BDC?

Thanks