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

Inventory Document Recount Limit

alejandro_lpez
Contributor
0 Likes
728

Hi Experts,

I want to limit the number of recount for Inventory document. For example if there are 2 recounts for my inventory document, the system does not allow create a 3 recount, in this case the limit are 2 recounts.

Recounts are realesed in transaction LI14, and i did not found user exits or BADI.

Thanks in advance.

Alejandro.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
625

Directly use implicit enhancement.

In this Check that what is the current number of inventory document, if greated than 2. give error message.

Hope you get it .

Hi Experts,

I want to limit the number of recount for Inventory document. For example if there are 2 recounts for my inventory document, the system does not allow create a 3 recount, in this case the limit are 2 recounts.

Recounts are realesed in transaction LI14, and i did not found user exits or BADI.

Thanks in advance.

Alejandro.

2 REPLIES 2
Read only

Former Member
0 Likes
626

Directly use implicit enhancement.

In this Check that what is the current number of inventory document, if greated than 2. give error message.

Hope you get it .

Read only

alejandro_lpez
Contributor
0 Likes
625

Hi All,

I solved my question, creating a field exit in transaction LI14 in the field Inventory Record (IVNUM), and reading the table LINK to get the Inventory recount version (NVERS)

In this field exit i control the number of recount version.

Best regards,

Alejandro López