2010 Nov 30 12:09 PM
Hello al,
We're using the FM L_TO_CONFIRM in some program. This FM gives back sy-subrc 10 which indicates on a bulk removal error.
In an other system I can see a field cold "POSTY" in table "LTAP" is set to "1" and then the FM ends into sy-subrc 0. In my own transfer order I see the field is set to " ", and this causes the FM going wrong.
Does anyone know where this field is set or by what logic it is filled? It hapens during transfer order creation but I don't have an y idea where....???!!!
So if anyone knows please let me know!
Thnx in advance...
Knd rgds, Patrick
Hello al,
We're using the FM L_TO_CONFIRM in some program. This FM gives back sy-subrc 10 which indicates on a bulk removal error.
In an other system I can see a field cold "POSTY" in table "LTAP" is set to "1" and then the FM ends into sy-subrc 0. In my own transfer order I see the field is set to " ", and this causes the FM going wrong.
Does anyone know where this field is set or by what logic it is filled? It hapens during transfer order creation but I don't have an y idea where....???!!!
So if anyone knows please let me know!
Thnx in advance...
Knd rgds, Patrick
2010 Nov 30 12:28 PM
Hi,
Check the POSTY(Type of transfer order item) field in table LTAP. See its domain and see the value range in domain. In my sytem I can see space '1' and '2' as domain values and a description for them. For blank the description says its a normal TO item.
Check in your system whether the domain value range are maintained or not.
2010 Nov 30 12:34 PM
The value range is maintained just as you mention.
The question is: Depending on what is this value set to "space" "1" or "2"?
Is it maintained in a setting of the storage type or in the settings of a movement type or something else?
2010 Dec 17 10:16 AM
Problem solved. It's a setting in customizing on your storage type.
2011 Jul 26 2:40 PM
Hello,
Could you please explain how did you solve this? I have the same problem.
Thank you very much in advance.