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

LTAP-POSTY field

Former Member
0 Likes
1,054

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

4 REPLIES 4
Read only

Former Member
0 Likes
858

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.

Read only

0 Likes
858

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?

Read only

0 Likes
858

Problem solved. It's a setting in customizing on your storage type.

Read only

0 Likes
858

Hello,

Could you please explain how did you solve this? I have the same problem.

Thank you very much in advance.