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

Error in FM: L_TO_CREATE_SINGLE

Former Member
0 Likes
876

HI All,

I am using FM: L_TO_CREATE_SINGLE to create transfer order.when I try run this FM with Movement type as 921 and source storage type as XTS, the system throwing error" source storage type contradicts movement type".

If I pass storage type as 922 instead of XTS, the TO has been creating. But I want to create TO with storage type XTS.

How can I do this?

Thanks,

kalandar

HI All,

I am using FM: L_TO_CREATE_SINGLE to create transfer order.when I try run this FM with Movement type as 921 and source storage type as XTS, the system throwing error" source storage type contradicts movement type".

If I pass storage type as 922 instead of XTS, the TO has been creating. But I want to create TO with storage type XTS.

How can I do this?

Thanks,

kalandar

1 REPLY 1
Read only

former_member778253
Active Participant
0 Likes
551

Hi

Check the Source Storage Bins (VLTYP) in both the tables (LTAP & T333). If both source storage bins are same, then the function module (L_TO_CREATE_SINGLE) work successfully else error message "Source Storage type contradicts movement type" will trigger...

This means the source storage bin should be there in both the tables......in your case 'XTS' might not maintained in both the tables...

Hope it helps....