Application Development 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: 

L_TO_CONFIRM nista=0

Former Member
0 Kudos
598

I'm using L_TO_CONFIRM bapi to confirm pick + transfer TO. It's working OK in all cases, but It is giving error 7 when NISTA = 0 (confirmed quantity = 0).

Otherwhise, when I use LT12 in my system to confirm 0 quantiy in pick or transfer, SAP allow me to do it, so It isn´t a configuration issue.

Have you used L_TO_CONFIRM? How did you solve this case?

thanks in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos
165

If Field LTAP-NULKO = '1', then it carries the check and throws the error. { Status of zero stock check in transfer order item )

Hope it helps.

Sujay

7 REPLIES 7

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos
165

there is an exception for this ITEM_WITH_ZERO_STOCK_CHECK which checks if Zero stock check required for TO item,so i guess this works as desired.

0 Kudos
165

Kumar, is tis a parameter of L_TO_CONFIRM bapi? I don´t know where I have to set the item as ITEM_WITH_ZERO_STOCK_CHECK

thanks!!

Former Member
0 Kudos
166

If Field LTAP-NULKO = '1', then it carries the check and throws the error. { Status of zero stock check in transfer order item )

Hope it helps.

Sujay

0 Kudos
165

Kumar, thanks for replying.

In my record, field LTAP_NULKO = 0, but LTAP-KZNKO = X.

I think I can manage this confirmed quantity = 0 situation using parameter KZNUL in L_TO_CONFIRM .. what do you think?

But even setting 1 to KZNUL I obten error 7.

Do you know how can I avoid this exeption using this bapi?

thanks in advance!

0 Kudos
165

solved! thanks kumar!

0 Kudos
165

Hi Andrea ,

Can you please share with me what have you done to resolve this issue ?

Thanks

Sahil

0 Kudos
165

Andrea or Sahil - Were you able to figure this one? Please let me know how you solved your problem.

I appreciate your help.

Thanks.

G.