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

FM L_TO_CREATE_SINGLE returns error message

Former Member
0 Likes
1,027

Hi all,

I have a request to create a customized program to have mass upload for LT01. Now I am testing with the function module L_TO_CREATE_SINGLE. I have input all the data that needed like what I have done in LT01, however I am getting an error message. Please see below.


Storage bin Rxxxx is not a fixed bin for material 11xxxxx
Message no. L3104

Diagnosis
According to the definition in your system, a fixed bin is defined for this material in the storage type into which you want to place the stock.  However, the storage bin specified is not the same as the fixed bin.

Note that, this error is a warning if I am using transaction code LT01.

Please guide me how to resolve this problem?

Thanks alot.

Hi all,

I have a request to create a customized program to have mass upload for LT01. Now I am testing with the function module L_TO_CREATE_SINGLE. I have input all the data that needed like what I have done in LT01, however I am getting an error message. Please see below.


Storage bin Rxxxx is not a fixed bin for material 11xxxxx
Message no. L3104

Diagnosis
According to the definition in your system, a fixed bin is defined for this material in the storage type into which you want to place the stock.  However, the storage bin specified is not the same as the fixed bin.

Note that, this error is a warning if I am using transaction code LT01.

Please guide me how to resolve this problem?

Thanks alot.

2 REPLIES 2
Read only

mvoros
Active Contributor
0 Likes
602

Hi,

basically, if there is some value in field MLGT-LGPLA then you can use only this value for destination/return bin. So the reason for your error is in your data. Hence you need to speak with functional consultant. If you think that data are correct then search for OSS notes.

Cheers

Read only

Former Member
0 Likes
602

Did you get a solution for this? I am also having the same situation. Please let me know.

Thanks

Anuj