Application Development and Automation 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: 
Read only

Geting problem while creating Transfer order through L_TO_CREATE_SINGLE.

Former Member
0 Likes
710

Hi Friends,

I am getting problem while creating Transfer order through L_TO_CREATE_SINGLE Function Module.

The exporting parameter, which we have passed to the Function Module are,

I_LGNUM = ' XYZ' Warehouse number

I_BWLVS = '309' " Movement type.

I_MATNR = Material Number

i_werks = Plant

I_LGORT = Storage location

I_ANFME = Quantity

I_ALTME = UoM

I_VLTYP = Sour storage type

I_VLPLA = Source storage bin

I_VLENR = Source storage unit

I_NLTYP = Destination Storage type

I_NLPLA = Destination Storage bin

I_NLENR = Destination Storage unit

After executing the function module, It is showing the following error,

"Source storage type contradicts movement type".

Can any body suggest, why this error is triggering ?

Thanks in advance,

Sai.

Hi Friends,

I am getting problem while creating Transfer order through L_TO_CREATE_SINGLE Function Module.

The exporting parameter, which we have passed to the Function Module are,

I_LGNUM = ' XYZ' Warehouse number

I_BWLVS = '309' " Movement type.

I_MATNR = Material Number

i_werks = Plant

I_LGORT = Storage location

I_ANFME = Quantity

I_ALTME = UoM

I_VLTYP = Sour storage type

I_VLPLA = Source storage bin

I_VLENR = Source storage unit

I_NLTYP = Destination Storage type

I_NLPLA = Destination Storage bin

I_NLENR = Destination Storage unit

After executing the function module, It is showing the following error,

"Source storage type contradicts movement type".

Can any body suggest, why this error is triggering ?

Thanks in advance,

Sai.

1 REPLY 1
Read only

Former Member
0 Likes
441

If the movement type is configured with a source storage type you cannot pass it. Check the config. Typically 309 is a posting change movement type and you cannot use this FM to process posting change. Use FM L_TO_CREATE_POSTING_CHANGE

Albert