cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer Posting MB1B with MvT 311

Former Member
0 Kudos

Dear experts,

I have 1 issue. For example, to do transfer posting from Sloc '1201' to Sloc '10F1' and '10F1' is in WM. With movement '311' , a transfer requirement is automatically created, followed by a transfer order creation screen.

I have automate all these process using 'BAPI_GOODSMVT_CREATE', 'L_TO_CREATE_TR' & 'L_TO_CONFIRM'. And it works fine.

My question is, physically the user is actually do the stock placement first to the storage bin then only they create a transfer posting. At the point of stock placement, the end user do not know the storage location to move stock. If I automate this process to create TO first then only do transfer posting, is it a correct way? I want to use FM 'L_TO_CREATE_SINGLE' & 'L_TO_CONFIRM'. Please advise.

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

fabio_almeida
Active Participant
0 Kudos

Hello Hasniza,

Yes you could use this function modules:

L_TO_CREATE_SINGLE

Create a transfer order with one item

L_TO_CREATE_MOVE_SU

Create a transfer order to move a storage unit

L_TO_CREATE_TR

Create a transfer order for a transfer requirement

L_TO_CONFIRM

Confirm a transfer order

Please check the following link:

http://help.sap.com/erp2005_ehp_03/helpdata/EN/c6/f83a294afa11d182b90000e829fbfe/frameset.htm

You could do that by using the user exit EXIT_SAPLL03T_002 not directly via function module.

Please also pay attention to the documentation of enhancement MWMTO002:

"... Therefore, you must never start a transfer order creation via a function module."

But you call FM L_TO_CREATE_SINGLE inside of this exit.

I hope it helps you.

Regards,

Fábio Almeida

MM Consultant