Deletion of Batch Management PDF

Download as pdf or txt
Download as pdf or txt
You are on page 1of 28

Deletion of Batch Management

How to Delete Batch Management In

SAP Logistics

(MM,PP,SD,QM &WM)

Prepared By:
Jibin Jose
Associate Consultant SAP (MM & EBP)
Wipro Technologies
[email protected]
Mobile : 09845196334

Prepared by Jibin Jose 1


Deletion of Batch Management

Index

1. Introduction
2. Important Check Point
3. Stock Checking
4. Table Details
5. Programs used for deletion
6. How to remove from the database
7. How to Remove the batch management from Material master
8. Exceptions and how to handle it
9. OSS Notes
10. Patch Levels

Prepared by Jibin Jose 2


Deletion of Batch Management

1. Introduction
Are you afraid of the batch management deletion in SAP .If so read this document,
which will give you a total solution of how you can be a batch management deletion
expert?

This document describes the process of the deactivation of batch management for
materials for which stock already exists. SAP does not allow deactivating batch
management unless the old batches are deleted from the database.

What is a batch?

Subset of the total quantity of a material held in stock, which is managed separately from other
subsets of the same material.

Examples: different production lots (such as paints, dyes, wallpapers, and pharmaceutical
products), delivery lots, quality grades of a material.

A quantity of a material produced during a given production run.

The main characteristic of a batch is its homogeneity. A production lot can consist of one or more
batches.

Total quantity of a material that has been created under uniform conditions.

What is Batch where used List?

Hierarchically structured record of the use or composition of a batch across all production levels.

The batch where-used list facilitates both top-down and bottom-up analysis.

Top-down analysis indicates the batches of raw materials or semifinished products of which a
batch of a finished product is composed.

Bottom-up analysis indicates the batches of semifinished products or finished products that
contain a certain raw material batch.

Prepared by Jibin Jose 3


Deletion of Batch Management

2. Important Check Points


2.1 The important steps include the stock checking material having batch
management.
Check the following stock of the material

1. Unrestricted Stock
2. Restricted use stock
3. Blocked stock
4. Quality Inspection stock
5. Reservation
6. Consignment stock
7. Vendor consignment stock
8. Third party stock
9. Stock with subcontracting
10. Stock in Transit
11. Physical inventory count documents

The stock details are available from the following reports.


1. MMBE
2. MC.9
3. MBLB
4. MB58
5. MB54 and other reports

Once you make sure the stocks are not available in all areas, we can move ahead with the
reversal of the stocks.

Prepared by Jibin Jose 4


Deletion of Batch Management

3. Stock Checking

As mentioned in the above check points, we have to check the stock of the
material in all the relevant part of the materials management, Sales and Distribution,
Production planning, Quality systems, Project systems and Ware House management.

You can use the following reports

The stock details are available from the following reports.


6. MMBE
7. MC.9
8. MBLB
9. MB58
10. MB54 and other reports

SAP gives a batch management cockpit to evaluate the batch where used list. If you are
really unaware of the material where used, this transaction will help you.

Prepared by Jibin Jose 5


Deletion of Batch Management

4. Table Details

• MCHA Batches
• MCHB Batch Stocks
• MCHBH Batch Stocks: History
• MCHCL Batch Class Conversion
• MCH1 Batches (if Batch Management Cross-Plant)
• MCHCL_MAT Materials for Batch Class Conversion
• MCHP Batch Record for a Batch
• MCHPV Batch Record: Versions
• MCHPVS Batch Record: Shadow Table for Link to Arc
• MCHPVT Batch Record: Long Text for Version
• MCHUWL User-Specific Batch Worklist
• MCHUWT Assignment of User to Batch Worklist Type
• MCHWT Batch Worklist Types
• MCHWTT Batch Worklist Type Texts
• MARDH- Material Master Storage Location Segment: History

Prepared by Jibin Jose 6


Deletion of Batch Management

5. Programs used for deletion

1. DB_DELETE_TABLE
This program directly deletes the specified rows from the tables.
For more details see the program though SE37.
FUNCTION DB_DELETE_TABLE .
*"--------------------------------------------------------------------
*"*"Lokale Schnittstelle:
*" IMPORTING
*" VALUE(TABLENAME) LIKE DD02L-TABNAME
*" EXPORTING
*" REFERENCE(SQLCODE) TYPE I
*" TABLES
*" INTTAB
*" EXCEPTIONS
*" DB_ERROR
*" NOT_FOUND
*" WRONG_PARAM
*" INTERNAL_ERROR
*"--------------------------------------------------------------------
DATA: DBCNT LIKE SY-DBCNT.

*DELETE (TABLENAME) FROM TABLE INTTAB.


*IF SY-SUBRC > 0.
* RAISE NOT_FOUND.
*ENDIF.

CALL 'C_MOD_TABLE' ID 'TABLNAME' FIELD TABLENAME


ID 'INTTAB' FIELD INTTAB-*SYS*
ID 'FCODE' FIELD 'D'
ID 'DBCNT' FIELD DBCNT
ID 'SQLCODE' FIELD SQLCODE.
SET EXTENDED CHECK OFF.
SY-DBCNT = DBCNT.
SET EXTENDED CHECK ON.
CASE SY-SUBRC.
WHEN 0.
WHEN 1.
RAISE DB_ERROR.
WHEN 4.
RAISE NOT_FOUND.
WHEN 8.
RAISE WRONG_PARAM.
WHEN OTHERS.
RAISE INTERNAL_ERROR.
ENDCASE.
ENDFUNCTION.

Prepared by Jibin Jose 7


Deletion of Batch Management

6. How to remove from the database

Prerequisite

1. Remove all the stock of the materials from all required plants and storage locations.
2. Check all the stock reports and make sure no stocks are available.
3. Check the stocks in the different table mentioned in the table’s details
4. Check the stock in transit.

Make sure all the details are removed using the Movement type 201 issued against a
cost center or by some other movement types which is acceptable.

1. Go to transaction SE37 and enter the function module DB_DELETE_TABLE.


2. Press single test (F8). This will take you to the test function module initial screen.
3. Enter Table name and press “INTTAB value”. This will take you to the “Structure
editor screen”
4. Enter the primary key of the table entries you want to delete. For example for
table MARDH enter as,

010000200405 00300001200212

Where 010- Client


000200405- Material (notice the spacing after material as material is 18
characters)
0030- Plant
0001-Storage Location
2002- Year
12- Period
7. After entering the entries press the back button and execute.

8. This will delete the entries from the table. Likewise delete the entries
Corresponding to the batches from the above mentioned tables.
• MCHA-Batches.
• MCHB- Batch stock.
• MCHBH- Batch stock history
• MARDH- Material Master Storage Location Segment: History

Prepared by Jibin Jose 8


Deletion of Batch Management

7. How to remove the batch management from Material master

Prerequisite.

1. Check all the reports and

2. Tables mentioned in the table’s details for the stock of the material and batch
details.

1. Go to MM02 – material master change and remove the batch management


flag. This time the system will allow removing this.

2. Reverse the material document created during the 201 movement type. This
will bring the material back to stock with out batches.

Prepared by Jibin Jose 9


Deletion of Batch Management

8. Exceptions and how to handle it

If you are come across with any problems after the deletion of the batch. Most of the
common errors and its solutions are given below.

1. Batches are removed, after that we found a stock in transit is there stock with any other
stock types.
In this case we have to restore the batches against the stock in transit. After that only we
can do any receipt or consumption of the material possible.

SAP Provide another program to insert details in different tables

Program name: DB_INSERT_TABLE

FUNCTION DB_INSERT_TABLE .
*"--------------------------------------------------------------------
*"*"Lokale Schnittstelle:
*" IMPORTING
*" VALUE(TABLENAME) LIKE DD02L-TABNAME
*" EXPORTING
*" REFERENCE(SQLCODE) LIKE SY-SUBRC
*" TABLES
*" INTTAB
*" EXCEPTIONS
*" DB_ERROR
*" DUPLICATE_KEY
*" WRONG_PARAM
*" INTERNAL_ERROR
*"--------------------------------------------------------------------
DATA: DBCNT LIKE SY-DBCNT.

CALL 'C_MOD_TABLE' ID 'TABLNAME' FIELD TABLENAME


ID 'INTTAB' FIELD INTTAB-*SYS*
ID 'FCODE' FIELD 'I'
ID 'DBCNT' FIELD DBCNT
ID 'SQLCODE' FIELD SQLCODE.
SET EXTENDED CHECK OFF.
SY-DBCNT = DBCNT.
SET EXTENDED CHECK ON.
CASE SY-SUBRC.
WHEN 0.
WHEN 1.
RAISE DB_ERROR.
WHEN 4.
RAISE DUPLICATE_KEY.
WHEN 8.
RAISE WRONG_PARAM.
WHEN OTHERS.
RAISE INTERNAL_ERROR.
ENDCASE.

Prepared by Jibin Jose 10


Deletion of Batch Management

ENDFUNCTION.

Insert the batch details to the history tables and the material master storage location
segment history table.

After that we can do transactions based on the particular batch stock.


So it advised to note down the different batch details in different transactions.

Prepared by Jibin Jose 11


Deletion of Batch Management

9. OSS Notes

Different OSS Notes can be applied incase if the system is showing any of these errors

Ref OSS Note 30656

Symptom
When maintaining a material master record, you change the base unit of measure or the
batch management requirement indicator or the valuation category. The system then tells
you that this change is not possible since stocks still exist. However, no stocks are shown
for the material in the stock overview.

Other terms
Transactions: MM01, MM02; program SAPMM03M
Fields: MARA-MEINS, MARA-XCHPF, MARC-XCHPF, MBEW-BWTTY

S530, M3530, M3189

Reason and Prerequisites


The message that stocks still exist refers not only to stocks in the current period, but also
to stocks in the previous period.

The reason for checking previous period stocks is that postings can also be made to the
previous period when entering goods movements. This would result in inconsistencies if
the base unit of measure had meanwhile been changed.

Solution
Please check whether stocks still exist for the previous period by displaying, for example,
the plant stock view or storage location stock view of the material. You do this by
selecting "Extras -> Previous period -> Prev. pd SLoc. stock or Prev. pd plant stock".

If previous period stocks exist, you can make a withdrawal posting as follows:

Prepared by Jibin Jose 12


Deletion of Batch Management

1. Post the same amount to current period stock (for example, using movement
type 561) so that previous period stock and current period stock are identical.
2. Make a withdrawal posting in the previous period for the stock together with
posting date (for example, using movement type 562).

You can now try again to change the base unit of measure or the batch management
requirement indicator.

Since the posting of the previous period values to zero is identical with posting to the
stocks of the current period, you should reverse the above stock postings (i.e. the stock
from the previous period should be booked in again) to make sure that the stock values
from the previous and the current periods correspond to the state before the change.
Please note, however, that the postings are then carried out using the changed master data
from the current period (e.g. account determination, etc.)!

Other Notes.

1. 1.000 Unplanned withdrawal: Field batch is not ready for input


Application Area: PP-SFC- Last Changed On:
Note Number: 754585
EXE-GM 16.07.2004
Priority: Correction with low Release Status: Released
Category: Program error
priority for Customer
2. 1.000 Error in executing action REAL.
Last Changed On:
Note Number: 754127 Application Area: IS-A-VMS
12.07.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
3. 1.000 MIGO_TR: no automatic batch number assignment
Application Area: MM-IM- Last Changed On:
Note Number: 748216
GR-MIGO 25.06.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
4. 1.000 Release: Incorrect seq. of ATP check and batch determination
Application Area: PP-SFC- Last Changed On:
Note Number: 744401
EXE 05.07.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
5. 1.000 ME2xN: Vendor batch is deleted after change
Application Area: MM-PUR- Last Changed On:
Note Number: 743842
PO-GUI 30.06.2004

Prepared by Jibin Jose 13


Deletion of Batch Management

Priority: Correction with low Release Status: Released


Category: Program error
priority for Customer
6. 1.000 Incorrect SLED when posting several handling units
Application Area: LE-WM- Last Changed On:
Note Number: 743587
IFC 01.07.2004
Priority: Correction with high Release Status: Released
Category: Program error
priority for Customer
7. 1.000 ME21N: Message ME083: "Enter EKPO-CHARG"
Application Area: MM-PUR- Last Changed On:
Note Number: 743073
PO-GUI 30.06.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
8. 1.000 MIDO: Prevent runtime error SAPSQL_STMNT_TOO_LARGE
Application Area: MM-IM- Last Changed On:
Note Number: 615545
PI-REP 06.07.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
9. 1.000 FAQ: Purchase requisition (general)
Application Area: MM-PUR- Last Changed On:
Note Number: 493315
REQ 08.07.2004
Priority: Release Status: Released
Category: FAQ
Recommendations/additional info for Customer
10. 1.000 Structure of components in SAPNet - R/3 Frontend
Application Area: XX-SER- Last Changed On:
Note Number: 36677
OSS 23.04.2004
Priority: Release Status: Released
Category: Consulting
Recommendations/additional info for Customer

11. 1.000 ME2O:Incorrect stock qty for materials not batch managed
Application Area: IS-AFS- Last Changed On:
Note Number: 754146
MM-PUR 13.07.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
12. 1.000 Transfer posting with restricted batches
Application Area: SCM-ECT- Last Changed On:
Note Number: 750873
LIM-PI 05.07.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer

Prepared by Jibin Jose 14


Deletion of Batch Management

13. 1.000 Formula Results View Inconsistencies / Batch Creation


Application Area: XX-PROJ- Last Changed On:
Note Number: 740591
SDP-001-TMS 09.07.2004
Priority: Correction with high Release Status: Released
Category: Program error
priority for Customer
14. 1.000 Ticket actualization fails for some materials
Application Area: IS-OIL- Last Changed On:
Note Number: 566294
DS-TSW 02.06.2003
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
15. 1.000 Required shelf life per customer/material without config.
Application Area: SCM-APO- Last Changed On:
Note Number: 483576
PPS-SL 15.07.2002
Priority: Category: Workaround for Release Status: Released
Recommendations/additional info missing functionality for Customer
16. 1.000 No Batch Classification for Auto Goods Receipt
Application Area: PP-SFC- Last Changed On:
Note Number: 85310
EXE-CON 08.07.2004
Priority: Release Status: Released
Category: Consulting
Recommendations/additional info for Customer
17. 1.000 Btch det.:'Assign btch search proc.' missing in IMG
Last Changed On:
Note Number: 38356 Application Area: PP-SFC
15.04.1996
Release Status: Released
Priority: Not Assigned Category: Not Assigned
for Customer
18. 1.000 Change batch mgmt reqmt despite non-valuated stock
Application Area: LO-MD- Last Changed On:
Note Number: 35719
MM 17.11.1998
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
19. 1.000 M3718: Serial number profile already maintained
Application Area: LO-MD- Last Changed On:
Note Number: 35186
MM 17.11.1998
Priority: Release Status: Released
Category: Consulting
Recommendations/additional info for Customer
20. 1.000 Incorrect stock fields for blocked stock
Last Changed On:
Note Number: 32750 Application Area: MM-IM-PI
22.01.1996

Prepared by Jibin Jose 15


Deletion of Batch Management

Release Status: Released


Priority: Not Assigned Category: Not Assigned
for Customer
21. 1.000 MFBF: Error message M3 552 on F4 help for split valuation
Application Area: PP-REM- Last Changed On:
Note Number: 702822
ADE 13.02.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
22. 1.000 Book inventory not adjusted during goods movement
Last Changed On:
Note Number: 698526 Application Area: MM-IM-PI
20.01.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
23. 1.000 Customer stock: display errors after change of val.category
Application Area: IS-ADEC- Last Changed On:
Note Number: 695540
SSP 13.01.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
24. 1.000 Error in co-products with batch management requirement
Last Changed On:
Note Number: 694906 Application Area: PP-PI-POR
02.02.2004
Priority: Correction with high Release Status: Released
Category: Program error
priority for Customer
25. 1.000 Material type and material group not in batch item
Application Area: LE-SHP- Last Changed On:
Note Number: 34611
DL 17.11.1998
Priority: Correction with high Release Status: Released
Category: Program error
priority for Customer
26. 1.000 Direct input: batch mgmt requirement indicator
Application Area: LO-MD- Last Changed On:
Note Number: 33987
MM 17.11.1998
Priority: Correction with high Release Status: Released
Category: Program error
priority for Customer
27. 1.000 Batch determ.: Selection w. remaining life LOBM_RLZ
Last Changed On:
Note Number: 33396 Application Area: LO-BM
21.12.2001
Priority: Release Status: Released
Category: Customizing
Recommendations/additional info for Customer
28. 1.000 Change base unit of measure/batch mngt requirement

Prepared by Jibin Jose 16


Deletion of Batch Management

Application Area: LO-MD- Last Changed On:


Note Number: 30656
MM 06.01.2003
Priority: Release Status: Released
Category: Consulting
Recommendations/additional info for Customer
29. 1.000 Transfer posting material to material in MM-WM
Application Area: LE-WM- Last Changed On:
Note Number: 27391
TFM 13.10.1995
Release Status: Released
Priority: Not Assigned Category: Not Assigned
for Customer
30. 1.000 Standard characteristics missing for batch management
Application Area: LO-BM- Last Changed On:
Note Number: 27241
BD 10.05.2001
Priority: Release Status: Released
Category: Customizing
Recommendations/additional info for Customer
31. 1.000 Batch determination: Char. value assgmnt. from order header
Last Changed On:
Note Number: 738945 Application Area: PP-PI-POR
22.06.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
32. 1.000 MFBF: To create batch for next to / co-product
Application Area: PP-REM- Last Changed On:
Note Number: 729855
ADE 11.06.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
33. 1.000 Error while creating ARE-I for batch managed materials
Application Area: XX-CSC- Last Changed On:
Note Number: 693606
IN-SD 29.12.2003
Priority: Correction with high Category: Correction of Legal Release Status: Released
priority Function for Customer
34. 1.000 ME161 when saving an inbound delivery with batch split
Application Area: LE-SHP- Last Changed On:
Note Number: 692687
DL-LA 15.03.2004
Priority: Correction with high Release Status: Released
Category: Program error
priority for Customer
35. 1.000 ME22N: Vendor batch is not deleted
Application Area: MM-PUR- Last Changed On:
Note Number: 692143
PO-GUI 28.04.2004
Priority: Correction with low Release Status: Released
Category: Program error
priority for Customer

Prepared by Jibin Jose 17


Deletion of Batch Management

36. 1.000 MB0A: Value J_1BEXBASE not determined from GI document


Application Area: XX-CSC- Last Changed On:
Note Number: 688747
BR 11.12.2003
Priority: Correction with high Category: Correction of Legal Release Status: Released
priority Function for Customer
37. 1.000 Check list f. material inconsistencies (value, qty)
Last Changed On:
Note Number: 76926 Application Area: MM-IM
16.06.2004
Priority: Category: Help for error Release Status: Released
Recommendations/additional info analysis for Customer
38. 1.000 Subcontracting: same component with two batches
Last Changed On:
Note Number: 22489 Application Area: MM-IM
23.04.1996
Release Status: Released
Priority: Not Assigned Category: Not Assigned
for Customer
39. 1.000 Reservations when changing mat.type, base unit, etc.
Application Area: LO-MD- Last Changed On:
Note Number: 20839
MM 17.11.1998
Priority: Correction with low Release Status: Released
Category: Program error
priority for Customer
40. 1.000 Changing the batch mgmnt requirement in mat. master
Last Changed On:
Note Number: 19535 Application Area: LE-SHP
21.10.1997
Priority: Release Status: Released
Category: Consulting
Recommendations/additional info for Customer
41. 1.000 Batch in outbound delivery item is not filled
Application Area: SD-SLS- Last Changed On:
Note Number: 740396
RE 15.06.2004
Priority: Release Status: Released
Category: Consulting
Recommendations/additional info for Customer
42. 1.000 Variant configuration is not run automatically
Last Changed On:
Note Number: 740067 Application Area: IS-MP-SD
15.06.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
43. 1.000 ADSUBCON: valuation type in delivery creation
Application Area: IS-ADEC- Last Changed On:
Note Number: 739820
SUB 02.06.2004

Prepared by Jibin Jose 18


Deletion of Batch Management

Priority: Correction with low Release Status: Released


Category: Program error
priority for Customer
44. 1.000 IW42: No stock and batch determination
Application Area: PM-WOC- Last Changed On:
Note Number: 738593
JC 27.05.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
45. 1.000 Goods receipt with product unit of measure: Price differnces
Application Area: MM-IM- Last Changed On:
Note Number: 732532
GR-ORD 07.06.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
46. 1.000 Can't update the first order out of 2 orders with batches
Application Area: SBO-LOC- Last Changed On:
Note Number: 731882
ZH 10.06.2004
Priority: Correction with high Release Status: Released
Category: Program error
priority for Customer
47. 1.000 Batch Info Can be Selected in Cancelled Sales Order
Application Area: SBO-LOC- Last Changed On:
Note Number: 722428
ZH 10.06.2004
Priority: Correction with high Category: Upgrade Release Status: Released
priority information for Customer
48. 1.000 Batch determination in mass release
Last Changed On:
Note Number: 678703 Application Area: PP-SFC-IS
08.06.2004
Priority: Category: Special Release Status: Released
Recommendations/additional info development for Customer
49. 1.000 Cancellation of batch management requirement
Last Changed On:
Note Number: 533383 Application Area: LO-BM-BF
16.06.2004
Priority: Release Status: Released
Category: Consulting
Recommendations/additional info for Customer
50. 1.000 Setting the batch management requirement
Last Changed On:
Note Number: 533276 Application Area: LO-BM
16.06.2004
Priority: Release Status: Released
Category: Consulting
Recommendations/additional info for Customer
51. 1.000 Copy plant with materials subject to batch mgmt

Prepared by Jibin Jose 19


Deletion of Batch Management

Application Area: LE-DSD- Last Changed On:


Note Number: 737656
RA-SL 26.05.2004
Priority: Correction with low Release Status: Released
Category: Program error
priority for Customer
52. 1.000 Batch mgmt requirement check in route data entry incorrect
Application Area: LE-DSD- Last Changed On:
Note Number: 733803
RA 05.05.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
53. 1.000 Deletion indicator for separately evaluated materials
Application Area: LO-MD- Last Changed On:
Note Number: 731856
MM 28.04.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
54. 1.000 MIGO date of productn and shelf life exp. date not updated
Application Area: MM-IM- Last Changed On:
Note Number: 730006
GR-MIGO 14.05.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
55. 1.000 Order release does not take KZECH = 1 into account
Last Changed On:
Note Number: 728599 Application Area: PP-PI-POR
26.05.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
56. 1.000 Correction report: Deleting batches archived in R/3 from APO
Application Area: SCM-APO- Last Changed On:
Note Number: 721287
INT-CON 05.05.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
57. 1.000 Incorrect stock overview for SU-managed bulk storage
Application Area: LE-WM- Last Changed On:
Note Number: 708432
TFM 27.04.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
58. 1.000 MM_SPSTOCK:Problems with batch management on material level
Application Area: LO-MD- Last Changed On:
Note Number: 607048
MM 03.10.2003
Priority: Correction with high Release Status: Released
Category: Program error
priority for Customer

Prepared by Jibin Jose 20


Deletion of Batch Management

59. 1.000 Consulting: Dialog box for entering production date/SLED


Application Area: PP-SFC- Last Changed On:
Note Number: 567522
EXE-GM 18.05.2004
Priority: Release Status: Released
Category: Consulting
Recommendations/additional info for Customer
60. 1.000 Material component batch after goods withdrawal
Last Changed On:
Note Number: 400444 Application Area: PP-PI-POR
25.05.2004
Priority: Category: Special Release Status: Released
Recommendations/additional info development for Customer

Prepared by Jibin Jose 21


Deletion of Batch Management

Batch management in MM

1. 0.930 Check list f. material inconsistencies (value, qty)


Last Changed On:
Note Number: 76926 Application Area: MM-IM
16.06.2004
Priority: Category: Help for error Release Status: Released
Recommendations/additional info analysis for Customer
2. 0.920 Batches: INOB records not updated
Application Area: CA-CL- Last Changed On:
Note Number: 392382
CL 04.09.2001
Priority: Correction with high Release Status: Released
Category: Program error
priority for Customer
3. 0.890 MB0A: Value J_1BEXBASE not determined from GI document
Application Area: XX- Last Changed On:
Note Number: 688747
CSC-BR 11.12.2003
Priority: Correction with high Category: Correction of Release Status: Released
priority Legal Function for Customer
4. 0.870 Book inventory not adjusted during goods movement
Application Area: MM-IM- Last Changed On:
Note Number: 698526
PI 20.01.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
5. 0.870 MMIM: Error message different price control
Application Area: MM-IM- Last Changed On:
Note Number: 157359
GR 12.07.1999
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
6. 0.860 Termination Stock adjustment, for deleted batches
Application Area: MM-IM- Last Changed On:
Note Number: 49647
PI 17.11.1998
Priority: Correction with high Release Status: Released
Category: Program error
priority for Customer
7. 0.830 Revaluation of field QNDAT in batch master record
Application Area: LO-BM- Last Changed On:
Note Number: 184784
MD 06.07.2004
Priority: Correction with medium Category: Special Release Status: Released
priority development for Customer
8. 0.810 Error in RIMMSF00 under certain conditions

Prepared by Jibin Jose 22


Deletion of Batch Management

Application Area: LO-MD- Last Changed On:


Note Number: 526517
SN 11.09.2002
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
9. 0.810 Conversion of matchcodes to search help
Last Changed On:
Note Number: 118085 Application Area: MM-IM
25.12.1998
Priority: Correction with low Release Status: Released
Category: Program error
priority for Customer
10. 0.790 RM07IK31: Material to be handled in batches
Application Area: MM-IM- Last Changed On:
Note Number: 175247
PI 04.10.1999
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer

11. 0.760 J1A5-Display Warehouse: Certain Materials Are Not Shown


Application Area: XX-CSC- Last Changed On:
Note Number: 563050
INMA-MM 25.04.2003
Priority: Correction with medium Category: Correction of Release Status: Released
priority Legal Function for Customer
12. 0.740 Next test date calculated incorrectly for reversal
Last Changed On:
Note Number: 152359 Application Area: LO-BM
24.06.1999
Priority: Correction with high Release Status: Released
Category: Program error
priority for Customer
13. 0.730 Call of VB_BATCH_DEFAULT_STATUS with already created batch
Application Area: MM-IM- Last Changed On:
Note Number: 579154
GR 10.12.2002
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
14. 0.690 Error in batch determinatn during GI f. reservation
Application Area: MM-IM- Last Changed On:
Note Number: 96073
GI 08.09.1999
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
15. 0.680 Batch < > valuation type for active ingredient valuation
Application Area: LO-BM- Last Changed On:
Note Number: 480968
AI 03.09.2002
Priority: Correction with high Category: Program error Release Status: Released

Prepared by Jibin Jose 23


Deletion of Batch Management

priority for Customer


16. 0.680 Late block for split valuation
Last Changed On:
Note Number: 154769 Application Area: MM-IM
24.09.1999
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
17. 0.650 Posting change with active ingredient batches
Application Area: LO-BM- Last Changed On:
Note Number: 722673
AI 22.04.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
18. 0.620 XUE001 for goods movements w/ very small quantities
Application Area: LO-BM- Last Changed On:
Note Number: 162816
AI 18.08.1999
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
19. 0.610 Store physical inventory: Fast phys. inventory doc. creation
Application Area: MM-IM- Last Changed On:
Note Number: 314208
PI 02.10.2002
Priority: Category: Advance Release Status: Released
Recommendations/additional info development for Customer
20. 0.590 Stock transfer batch is constantly reset
Application Area: LO-BM- Last Changed On:
Note Number: 382542
BF 10.05.2001
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
21. 0.590 Error message LB081 for goods movements
Application Area: LO-BM- Last Changed On:
Note Number: 332158
AI 11.10.2000
Priority: Correction with low Release Status: Released
Category: Program error
priority for Customer
22. 0.580 Last GR date when cancellng mat.doc./phys.inventory
Last Changed On:
Note Number: 95978 Application Area: LO-BM
08.02.2002
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
23. 0.530 MRN0 No delivered prices for valuated individual batches
Application Area: MM-IM- Last Changed On:
Note Number: 445024
VP 18.07.2003

Prepared by Jibin Jose 24


Deletion of Batch Management

Priority: Correction with high Release Status: Released


Category: Program error
priority for Customer
24. 0.530 M7001 - error if material description is missing
Last Changed On:
Note Number: 173258 Application Area: MM-IM
21.12.2001
Priority: Correction with high Release Status: Released
Category: Program error
priority for Customer
25. 0.530 MICN: Message M7832 is incorrect
Application Area: MM-IM- Last Changed On:
Note Number: 114433
PI 25.12.1998
Priority: Correction with low Release Status: Released
Category: Program error
priority for Customer
26. 0.510 No message for GR for active componnt batches without price
Application Area: LO-BM- Last Changed On:
Note Number: 330999
AI 06.06.2002
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
27. 0.480 Goods receipt for subcontract order via batch input
Last Changed On:
Note Number: 40176 Application Area: LO-MD
02.02.2001
Priority: Release Status: Released
Category: Consulting
Recommendations/additional info for Customer
28. 0.470 QAC1 : Error message 12018 or 12019
Application Area: QM-IM- Last Changed On:
Note Number: 359645
IL 02.07.2001
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
29. 0.470 Messages M7021/M7022 without material number
Last Changed On:
Note Number: 76745 Application Area: MM-IM
17.11.1998
Priority: Correction with low Category: Advance Release Status: Released
priority development for Customer
30. 0.460 Batch where-used list/Physical inventory via WM
Application Area: LO-BM- Last Changed On:
Note Number: 185795
WUL 12.01.2000
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
31. 0.440 Incorrect book quantity when changing batch status

Prepared by Jibin Jose 25


Deletion of Batch Management

Application Area: MM-IM- Last Changed On:


Note Number: 203370
PI 19.04.2000
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
32. 0.420 Error in transfer postings with restricted batches
Application Area: LO-BM- Last Changed On:
Note Number: 111382
BS 25.12.1998
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
33. 0.400 Material document w/o qty in base unit of measure
Last Changed On:
Note Number: 171554 Application Area: MM-IM
30.01.2001
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
34. 0.390 Valuation at retail: Correction/initialization
Last Changed On:
Note Number: 314639 Application Area: MM-IM
17.09.2001
Priority: Correction with medium Category: Help for error Release Status: Released
priority analysis for Customer
35. 0.380 LIFO/FIFO: Period recs during non-calendr fscl year
Application Area: MM-IM- Last Changed On:
Note Number: 60482
VP 30.09.1999
Priority: Correction with high Release Status: Released
Category: Program error
priority for Customer
36. 0.370 Error during transfer posting with batches
Last Changed On:
Note Number: 43553 Application Area: MM-IM
17.11.1998
Priority: Correction with high Release Status: Released
Category: Program error
priority for Customer
37. 0.350 Stock trnsfr to matrl w/ prod.unit from other matrl
Application Area: MM-IM- Last Changed On:
Note Number: 134754
ST 08.02.2000
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
38. 0.350 MRL9 period is overwritten by the system
Application Area: MM-IM- Last Changed On:
Note Number: 83270
VP 08.06.1999
Priority: Correction with low Release Status: Released
Category: Program error
priority for Customer

Prepared by Jibin Jose 26


Deletion of Batch Management

39. 0.330 GR for replenishment delivery with product unit of measure


Application Area: LE-SHP- Last Changed On:
Note Number: 492817
DL-STO 17.07.2003
Priority: Correction with high Release Status: Released
Category: Program error
priority for Customer
40. 0.330 Checking possible inconsistencies between MM and QM
Last Changed On:
Note Number: 48815 Application Area: QM-IM
08.05.2003
Priority: Release Status: Released
Category: Consulting
Recommendations/additional info for Customer
41. 0.320 Cycle Counting - first inventory control too late
Application Area: MM-IM- Last Changed On:
Note Number: 739208
PI-CC 28.06.2004
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
42. 0.320 MMIM: RM07MMBL and field DM07M-MHDAT
Application Area: MM-IM- Last Changed On:
Note Number: 79672
GF-DTF 17.11.1998
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
43. 0.300 MB52: Display special stocks - incorrect batch
Last Changed On:
Note Number: 119106 Application Area: MM-IM
01.06.1999
Priority: Correction with low Release Status: Released
Category: Program error
priority for Customer
44. 0.290 Missing object values of the material
Application Area: LO-BM- Last Changed On:
Note Number: 108212
BC 27.05.2000
Priority: Correction with low Release Status: Released
Category: Program error
priority for Customer
45. 0.290 Material number not in matchcode search of batch
Last Changed On:
Note Number: 70142 Application Area: MM-IM
15.01.2000
Priority: Correction with low Release Status: Released
Category: Program error
priority for Customer
46. 0.280 RM07RRES: change of the WBS element not recognized
Application Area: MM-IM- Last Changed On:
Note Number: 382752
GF-DTF 29.03.2001

Prepared by Jibin Jose 27


Deletion of Batch Management

Priority: Correction with low Release Status: Released


Category: Program error
priority for Customer
47. 0.280 RWVKU001: performance optimization batch mode
Last Changed On:
Note Number: 300397 Application Area: MM-IM
17.09.2001
Priority: Correction with high Release Status: Released
Category: Performance
priority for Customer
48. 0.280 Automatic creation of stor. locs w. special stock
Application Area: LE-SHP- Last Changed On:
Note Number: 114078
DL 13.04.2000
Priority: Release Status: Released
Category: Consulting
Recommendations/additional info for Customer
49. 0.280 Recursiveness/performance in batch where-used list
Application Area: LO-BM- Last Changed On:
Note Number: 61660
WUL 08.04.2003
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
50. 0.270 Available quantity in batch determination is wrong
Last Changed On:
Note Number: 163502 Application Area: MM-IM
12.12.2002
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
51. 0.230 Transferring the confirmed quantity to APO
Application Area: SCM- Last Changed On:
Note Number: 367082
APO-INT-STK-RS 04.06.2002
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
52. 0.230 Error in batch determination w/o selection criteria
Application Area: LO-BM- Last Changed On:
Note Number: 165897
BD 08.06.2000
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer
53. 0.210 MRN2: Movement rate analysis for split valuation
Application Area: MM-IM- Last Changed On:
Note Number: 110576
VP 17.11.1998
Priority: Correction with medium Release Status: Released
Category: Program error
priority for Customer

Prepared by Jibin Jose 28

You might also like