SAP Reports / Programs

SAPMMCHCL SAP ABAP dialog Program - Batch Class Conversion







SAPMMCHCL is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SAPMMCHCL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

BMCHCL - Batch Class Conversion


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT SAPMMCHCL. "Basic submit
SUBMIT SAPMMCHCL AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMMCHCL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Batch Class Conversion
Text Symbol: L14 = Save
Text Symbol: L15 = Execute
Text Symbol: L16 = Cancel Release
Text Symbol: L17 = Reset Deletion Indicator
Text Symbol: L18 = Delete Permanently
Text Symbol: MI1 = Minute
Text Symbol: MI2 = Minutes
Text Symbol: QI1 = Status of Conversion
Text Symbol: STC = In Preparation
Text Symbol: STD = Deleted
Text Symbol: STE = Ended with Errors
Text Symbol: STF = Ended without Errors
Text Symbol: STR = Released
Text Symbol: STS = Current
Text Symbol: T01 = Status Overview
Text Symbol: T02 = Texts
Text Symbol: T03 = Old Class
Text Symbol: T04 = New Class
Text Symbol: T05 = Time
Text Symbol: T06 = Estimated Time in Minutes
Text Symbol: T07 = Conversion Text/Material Description
Text Symbol: T08 = Class
Text Symbol: TBD = Not Yet Determined
Text Symbol: TI0 = No Conversions
Text Symbol: TI1 = Since Yesterday
Text Symbol: TI2 = In Last Week
Text Symbol: TI3 = In Last Month
Text Symbol: TI4 = All Conversions
Text Symbol: L13 = Change
Text Symbol: C01 = Change Processing Mode
Text Symbol: C02 = Do you want first to save the changes made?
Text Symbol: C03 = Set Deletion Indicator
Text Symbol: C04 = Do you want to set the deletion indicator for this conversion?
Text Symbol: C05 = Delete Conversion
Text Symbol: C06 = Do you want to delete this conversion permanently?
Text Symbol: C07 = Cancel the Release
Text Symbol: C08 = Do you want to cancel the release of this conversion?





Text Symbol: C09 = Reset the Deletion Indicator
Text Symbol: C10 = Do you want to reset the deletion indicator for this conversion?
Text Symbol: C11 = Release Conversion
Text Symbol: C12 = Do you want to release this conversion?
Text Symbol: C13 = Perform Conversion
Text Symbol: C14 = Perform the conversion?
Text Symbol: CNO = No
Text Symbol: COK = Yes
Text Symbol: FU1 = Function 1
Text Symbol: FU2 = Function 2
Text Symbol: FU3 = Function 3
Text Symbol: IME = Store non-imported entries under:
Text Symbol: IMQ = Store faulty records in a new file?
Text Symbol: L01 = Batch Class Conversion
Text Symbol: L02 = Legend
Text Symbol: L03 = Icon
Text Symbol: L04 = Meaning
Text Symbol: L09 = Conversion
Text Symbol: L10 = Material
Text Symbol: L11 = Check
Text Symbol: L12 = Check and Release


INCLUDES used within this REPORT SAPMMCHCL

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPMMCHCL or its description.