cancel
Showing results for 
Search instead for 
Did you mean: 

Restricted Batch in C015

aniket_gautam
Participant
0 Kudos

Hi Expert,

is it possible through Some config that when the user enter the Restricted batch manually in T code CO15(During confirmation) system show some error message or not allowed to save or process further, or we've to do some workaround for this.

Thanks

aniket_gautam
Participant
0 Kudos

Any suggestion please

Accepted Solutions (1)

Accepted Solutions (1)

former_member261747
Contributor
0 Kudos

Hi

If batch status management is activated, you can work with characteristic LOBM_ZUSTD to use the batch status (restricted or unrestricted ) as a selection criterion. You may find that the LOBM* characteristics are not in your system. You can add them via config. Logistic-General -->Batch Management-->Batch Valuation-->Update Standard Characteristics

Plz Refer Note 1898563 - Batch determination return restricted batch

Add characteristic LOBM_ZUSTD to batch and selection class if you want to select batches based on status also.

Change batch class

  1. Call MSC3N for the effected batch
  2. Choose tab 'classification'
  3. Note the assigned batch class
  4. Call CL02
  5. Choose tab 'Char'
  6. Add characteristic LOBM_ZUSTD
  7. To update the existing batches, run report ZVBRECLB, see note 78235

Change selection class

  1. Display the Batch search strategy for the relevant area (*)
  2. Choose the selection criteria
  3. Note the assigned selection class
  4. Call CL02 for this selection class
  5. Choose tab 'Char.'
  6. Add characteristic LOBM_ZUSTD
  7. Save
  8. Call batch search strategy change transaction(*)
  9. Make sure LOBM_ZUSTD = initial (not restricted)
  10. Save

(*)
For Inventory Management : MBC2
For Production / Process Order: COB2
For Sales and Distribution: VCH2
For Warehouse Management:LS52

Answers (0)