cancel
Showing results for 
Search instead for 
Did you mean: 

Reporting for Batch Management

0 Kudos

I am looking to identify the batches that do not have the vendor batch management value set to "Yes"

1. Find the table that stores the material batch classification information.

2. Extract information showing the batches that do not have the vendor batch management value set to "Yes" or 01

Former Member
0 Kudos

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with: https://community.sap.com/resources/questions-and-answers, as it provides tips for preparing questions that draw responses from our members.

For example, you can:

- outline what steps you took to find answers (and why they weren't helpful)

- share screenshots of what you've seen/done

- make sure you've applied the appropriate tags

- use a more descriptive subject line

The more details you provide, the more likely it is that members will be able to respond. Feel free to also take our Q&A tutorial at: https://developers.sap.com/tutorials/community-qa.html

Should you wish, you can revise your question by selecting Actions, then Edit.

By adding a picture to your profile you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html

Questions on how to draw responses from members? Check out this discussion on how to improve questions. https://groups.community.sap.com/t5/welcome-corner-discussions/advice-from-sap-champions-questions-a...

Accepted Solutions (0)

Answers (1)

Answers (1)

DominikTylczyn
Active Contributor
0 Kudos

Hello bob_g

Technically characteristics values of classified objects are stored in the AUSP table. However I'd strongly discourage reading the table directly.

The CJ30N transaction can be used instead to search for objects (batches) in a class. Characteristics values can be specified here as selection criteria together with "inclusive" or "exclusive" comparison type.

Best regards

Dominik Tylczynski