2010 Oct 13 6:09 AM
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
2010 Oct 13 7:21 AM
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....