SAP Reports / Programs | Cross-Application Components | Classification | Characteristics(CA-CL-CHR) SAP CA

CTHELPMM SAP ABAP Report - Characteristics Help Function







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


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 CTHELPMM. "Basic submit
SUBMIT CTHELPMM AND RETURN. "Return to original report after report execution complete
SUBMIT CTHELPMM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 191 = Heading 1
Text Symbol: 192 = Heading 2
Text Symbol: 200 = Other attributes
Text Symbol: 201 = Entry required
Text Symbol: 202 = Multiple values
Text Symbol: 203 = Interval values allowed


INCLUDES used within this REPORT CTHELPMM

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:

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.



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 CTHELPMM or its description.