0% found this document useful (0 votes)
53 views4 pages

Correction of Capacity Data

This document provides a correction for capacity data in SAP's Warehouse Order Processing, detailing the replacement of the old correction report ZRECALCULATE_CAPA with a new 'Capacity Check' feature. It outlines steps for implementing necessary changes, including creating new messages and reports, and emphasizes the importance of running the report in simulation mode to avoid blocking large data quantities. Additionally, it lists the tables and fields that may be corrected and references related SAP Notes for further information.

Uploaded by

infocms
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views4 pages

Correction of Capacity Data

This document provides a correction for capacity data in SAP's Warehouse Order Processing, detailing the replacement of the old correction report ZRECALCULATE_CAPA with a new 'Capacity Check' feature. It outlines steps for implementing necessary changes, including creating new messages and reports, and emphasizes the importance of running the report in simulation mode to avoid blocking large data quantities. Additionally, it lists the tables and fields that may be corrected and references related SAP Notes for further information.

Uploaded by

infocms
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

2022-02-23 1532672

1532672 - Correction of capacity data


Version 24 Type SAP Note
Language English Master Language German
Priority Recommendations / Additional Info Category Help for error analysis
Release Status Released for Customer Released On 14.04.2021
Component SCM-EWM-WOP ( Warehouse Order Processing )

Please find the original document at https://launchpad.support.sap.com/#/notes/ 1532672

Symptom

*****************

12/13/2018

Correction report ZRECALCULATE_CAPA is no longer maintained.


It is replaced by a new check "Capacity Check" in the Check Monitor (transaction
/SCWM/CHM_PRF or /SCWM/CHM_LOG) under the node "Stock and Bin".

This check is delivered with SAP Note 2333338.

*****************

Due to product master capacity corrections or incorrect capacity calculations in


relation to negative physical quantities, you may have to redetermine or recheck
the capacity data of handling units (HUs) and bins.

Other Terms

Weights, volumes, nondimensional capacity, volume, capacity, CAPA, KAPA, weight,


volume, ANZLE, KZLER

Solution

Save the attached file to your computer.

First implement Note 1510229, if necessary, to


define the field NOCAPAUPD.

Call transaction SE91 "Message Maintenance" and create the following new
messages in the message class /SCWM/CCHECK:
125 Storage type &1 checked
126 Storage type &1 deviations: Bin &2, HU &3, Stock &4

Call transaction SE38 "ABAP Editor" and create a new report in a customer-
specific package. If you have your own customer namespace, the report should
begin with this. It begins with "Z" otherwise.
Call your report ZRECALCULATE_CAPA, for example.
The attributes of the report are: Executable Program, Test Program, Warehouse
Management (if this is not available for selection, then any other application).
Use all other attributes as proposed.

Select "Utilities -> More Utilities -> Upload/Download -> Upload". Select the
file that was saved previously.
Save and activate the program.
Choose "Goto -> Text elements -> Selection texts" and supplement the texts:

© 2022 SAP SE or an SAP affiliate company. All rights reserved 1 of 4


2022-02-23 1532672

GP_ANZLE Only HU Counters + Empty Bin


GP_BINO Update Bins Only (No HUs)
GP_SLOG Save Log to DB
GP_SIM Simulation Mode
GP_2STEP Simulation + Update
Choose "Dictionary Reference" for the other names.

Go to the "Text Symbols" tab page and supplement the following two entries:
001 Main Area Selection
002 Specific Options

Choose "Goto -> Documentation" and supplement the following blocks:


&PURPOSE&
Recalculation of stock, HU and bin capacities with current product and packaging
specification data
&PREREQUISITES&
The report blocks stocks at bin level and should not therefore select overly
large data quantities if it is running in update mode. You should run the report
for a warehouse number or several storage types in simulation mode only in order
to determine the number of problematic bins/storage types and then for the
correction for these only. If the number of bins in the storage type is greater,
it may be a good idea to work with the option "Simulation + update" to avoid
large blocked quantities.
&SELECTION&
Restricting the data quantity:
You can start the calculation for a complete warehouse number (stocks and HUs
are ignored for resources or transportation units (TUs)).
However, you can also restrict the calculation to individual storage types or
bins.

Options:
Update only bin (no HU) - If you have only problems with bins, you should choose
this option for performance reasons.
If you make manual changes to HU capacity data or use a scales to weigh this
data, for example, and therefore adjust it automatically, you should use this
option in order to prevent the weighed data from being overwritten.

Only HU Counters + Empty Bin - only the two fields ANZLE and KZLER in the
storage bin table /SCWM/LAGP are calculated, but no weight/volume/capacity is
calculated

Save Log to DB - The checked storage types with the number of deviations found
are written to a log. This is either written to the database or displayed on the
user interface (UI) at the end of the process. You should then save if the
report is to be processed in the background.

Simulation mode - No locks are set and no data is corrected on the database. The
report determines the data in order to give an overview of the quantity of
relevant changes.

Simulation + update - The system simulates the chosen bins (and possibly HUs)
and then carries out a recalculation for the bins to be changed with locks and a
subsequent update.

&OUTPUT&
The system displays a list of processed storage types with the number of
incorrectly determined bins, HUs and stocks.

&ACTIVITIES&
To prevent large data quantities from being blocked (the system supports only a

© 2022 SAP SE or an SAP affiliate company. All rights reserved 2 of 4


2022-02-23 1532672

restricted blocked quantity), you should either restrict the selection or use
the variant "Simulation + update". In this case, the system executes the
calculations twice. However, it does so in blocked mode and only for the bins
for which a determination has been deemed necessary.

If you run the report in the background and save the log, you can use it at a
later stage in transaction SLG1.
Object: /SCWM/WME
Subobject: log_general
The current date and the word capa are used as external identification (for
example, 20101125capa).

IMPORTANT: If a bin cannot be blocked, it is excluded from processing. The


report runs only for bins that can be blocked. In this case, you must run the
report for the affected bins again.

The following tables and fields are checked and may be corrected:

1. Storage bins, table /SCWM/LAGP


Fields WEIGHT, VOLUM, FCAPA, ANZLE, KZLER, MAXLE (only bulk storage, and only if
bin is empty)

2. Handling units, table /SCWM/HUHDR


All fields for WEIGHT, VOLUME, CAPA, LENGTH, WIDTH, HEIGHT, units, tolerances,
CLOSED_PACKAGE

3. Physical stock, table /SCWM/QUAN


Fields WEIGHT, VOLUM, CAPA

Software Components

Software Component Release

SCMEWM 700 - 700

SCMEWM 701 - 701

SCMEWM 702 - 702

SCMEWM 712 - 712

SCMEWM 900 - 900

SCMEWM 910 - 910

Other Components

Component Description

SCM-EWM-GM Goods Movements

© 2022 SAP SE or an SAP affiliate company. All rights reserved 3 of 4


2022-02-23 1532672
SCM-EWM-MD-PM Product Master

This document refers to

SAP Note/KBA Title

2333338 CHM: Capacity correction

1806800 Incorrect free capacity in storage bin

1532155 Incorrect bin capacity with negative stocks

This document is referenced by

SAP Note/KBA Title

2866475 EWM related correction can only be done by SAP

2536905 /SCWM/L1012: Storage bin cannot be deleted because it is not empty

1806800 Incorrect free capacity in storage bin

1532155 Incorrect bin capacity with negative stocks

Attachments

File Name File Size Mime Type

zrecalculate_capa_version22.txt 27 text/plain

Terms of use | Copyright | Trademark | Legal Disclosure | Privacy

© 2022 SAP SE or an SAP affiliate company. All rights reserved 4 of 4

You might also like