on 2024 Sep 24 3:13 PM
Hi SAP gurus,
we use Batch number in app Set Kanban Container Status. There are more possibilities how to add batch. It can be put manually / but we need to know batch number or we can scan it, or search it:
1. we want to scan batch number - our QR code format is SAPnumber_batch. How to define scanner for reading only batch ? For example: 123456_batch1 - we need to scan only batch1.
2. in search field for batch are displayed all batches for search material - how we can define that there are displayed only batches with stock quantity ?
Thanks for support 🙂
Request clarification before answering.
Hello @MonikaKeblovska
Thanks for your question, I can provide some guidance on how to address your requirements for handling batch numbers in the "Set Kanban Container Status" app.
1.Scanning Batch Number from QR Code. To scan only the batch part of your QR code (e.g., "123456_batch1" where you need "batch1"), you can use a custom script or middleware to parse the QR code before it is sent to SAP. Here’s a general approach:
2. Displaying Only Batches with Stock Quantity: To ensure that only batches with stock quantity are displayed in the search field, you can configure the search help (like F4 help) to filter out batches with zero stock. Or you may also Implement a user exit or Business Add-In (BAdI) to modify the search help behavior. - Example: Use the BAdI `BADI_MATERIAL_SEARCH` to enhance the material search functionality and add a filter for stock quantity.
These are general guidelines and examples. Hope it can help.
Best Regards
Dave
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 29 | |
| 14 | |
| 14 | |
| 6 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.