cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe


Hi SAP gurus,

I want to know, which function module is setting the zero stock check indicator during the creation of the transfer order (TC LT04). When a zero stock check has to be executed, the field LTAP-KZNKO is set to X (zero stock check yes) and the field LTAP-NULKO is set to 1 (zero stock check to be carried out (system)).

I'm not an ABAP developer, but I've tried to debug LT04 and similar programs with no result.

Please help. I'm looking forward to hearing from you

Best regards,

Gunnar

0 Likes
View Entire Topic
0 Likes

Hi Gunnar

This is a Standard SAP functionality and is set in config.

You need to tick or untick the zero stock check field. This will the either when ticked create a zero stock check and inform you that the system is about to do this when you create a TO manualy, or no zero stock check will be created when it is unticked.

You do this on the storage type.

There are two places that you can check

Check the following paths.

SPRO --> Logistics Execution --> Warehouse Management --> Master  data --> Define Storage type

SPRO --> Logistics Execution --> Warehouse Management --> Activities --> Physical Inventory --> Define Types per Storage Type

Select the source storage type. The system creates the zero stock count at the source storage type as soon as the last stock is removed.

Hope this helps

Regards

gunnar_humpert
Explorer
0 Likes

Hi Quinten,

the zero stock check only works, if you have 1 transfer order for a storage bin. It doesn't work, when you have more than 1 transfer orders to the same bin. See also my first reply to Matthias. Works as designed....SAP is doing a static bin check, while I want to run a dynamic bin check.

Best regards,

Gunnar