CTHELPMM is a standard Executable ABAP Report 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 CTHELPMM into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: PM_SCABN = Characteristic
Selection Text: PM_LANGU = Language Key
Selection Text: PM_KSML = Characteristics of a Class
Selection Text: PM_CABN = Characteristic
Selection Text: PM_ATUE2 = Second Line of Heading
Selection Text: PM_ATUE1 = First Line of Heading
Selection Text: PM_ATNAM = Characteristic Name
Selection Text: PM_ATINN = Internal Characteristic
Title: Characteristics Help Function
Text Symbol: 204 = Additional values
Text Symbol: 205 = Unformatted entry
Text Symbol: 206 = Display in value assignment
Text Symbol: 300 = Code letter
Text Symbol: 398 = Additional information
Text Symbol: 399 = Values overwritten
Text Symbol: 400 = Reference to table field
Text Symbol: 401 = Table Name
Text Symbol: 402 = Field Name
Text Symbol: 500 = -------------------------------------------------------------------------------
Text Symbol: 600 = Legend
Text Symbol: 601 = Attributes with this background color were overwritten by the class
Text Symbol: 602 = Attributes with this background color were inherited from another class
Text Symbol: 001 = Characteristic
Text Symbol: 002 = Documentation
Text Symbol: 003 = No documentation was saved for this characteristic.
Text Symbol: 004 = This characteristic is currently locked by another user.
Text Symbol: 005 = Characteristic was inherited from a class
Text Symbol: 006 = The range of allowed values was produced from a cross section
Text Symbol: 100 = Format
Text Symbol: 101 = Data type
Text Symbol: 102 = No. of chars
Text Symbol: 103 = Decimal places
Text Symbol: 104 = Template
Text Symbol: 105 = Propose template
Text Symbol: 106 = Negative values allowed
Text Symbol: 107 = Case sensitive
Text Symbol: 108 = Unit
Text Symbol: 190 = Headings
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = HEADER-TDID LANGUAGE = HEADER-TDSPRAS NAME = HEADER-TDNAME OBJECT = HEADER-TDOBJECT IMPORTING HEADER = HEADER TABLES LINES = LINES EXCEPTIONS NOT_FOUND = 04.
CLSE_SELECT_KLAH CALL FUNCTION 'CLSE_SELECT_KLAH' TABLES IMP_EXP_KLAH = IKLAH EXCEPTIONS NO_ENTRY_FOUND = 01.
CONVERSION_EXIT_LUNIT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_LUNIT_OUTPUT' EXPORTING INPUT = CABN-MSEHI LANGUAGE = SY-LANGU IMPORTING OUTPUT = MSEH6 EXCEPTIONS UNIT_NOT_FOUND = 04.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.