SAP Reports / Programs

RCCTHLWT SAP ABAP Report - Print Characteristic Data







RCCTHLWT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Used internally in characteristic value assignment: help function..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RCCTHLWT 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 RCCTHLWT. "Basic submit
SUBMIT RCCTHLWT AND RETURN. "Return to original report after report execution complete
SUBMIT RCCTHLWT 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_KEY_D = Date
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: Print Characteristic Data
Text Symbol: 300 = Allowed Values ------------------------------------------------------------
Text Symbol: 302 = Additional Values
Text Symbol: 303 = Unit...........
Text Symbol: 304 = Char. Value
Text Symbol: 305 = Description
Text Symbol: 306 = Default
Text Symbol: 307 = ------------------------------
Text Symbol: 308 = ---------
Text Symbol: 350 = Restriction to Class Types
Text Symbol: 352 = Class Type
Text Symbol: 353 = Description
Text Symbol: 354 = ------------
Text Symbol: 355 = ----------------------------------------
Text Symbol: 400 = Reference to Table Field --------------------------------------------------
Text Symbol: 402 = Table Name
Text Symbol: 403 = Field Name
Text Symbol: 404 = Field Unit
Text Symbol: 405 = Redundant Storage
Text Symbol: 450 = Validity
Text Symbol: 451 = Valid On
Text Symbol: 204 = Changed on.....
Text Symbol: 001 = Characteristic.
Text Symbol: 002 = Documentation
Text Symbol: 010 = < Overwritten
Text Symbol: 050 = Basic Data ----------------------------------------------------------------
Text Symbol: 051 = Chars Group
Text Symbol: 052 = Status.........
Text Symbol: 100 = Format





Text Symbol: 101 = Format...................
Text Symbol: 102 = Number of Characters
Text Symbol: 103 = Decimal Places
Text Symbol: 104 = Template.................
Text Symbol: 105 = Propose Template
Text Symbol: 106 = Negative Vals Allowed
Text Symbol: 107 = Case Sensitive
Text Symbol: 108 = Unit.....................
Text Symbol: 110 = Entry Required
Text Symbol: 111 = Multiple Values
Text Symbol: 112 = Interval Vals Allowed
Text Symbol: 150 = Headings ------------------------------------------------------------------
Text Symbol: 151 = Heading 1................
Text Symbol: 152 = Heading 2................
Text Symbol: 180 = User Entry Handling -------------------------------------------------------
Text Symbol: 181 = Unformatted Entry
Text Symbol: 182 = Propose Template
Text Symbol: 190 = Display Allowed Values
Text Symbol: 191 = Disp. in Val. Assgmt
Text Symbol: 200 = Administrative Data -------------------------------------------------------
Text Symbol: 201 = Created By
Text Symbol: 202 = Created On
Text Symbol: 203 = Changed By


INCLUDES used within this REPORT RCCTHLWT

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:

CLEF_ECM_PROCESSOR_INIT CALL FUNCTION 'CLEF_ECM_PROCESSOR_INIT' EXPORTING I_FREE_MEMORY = ' ' EXCEPTIONS OTHERS = 0.

CTUT_FEATURE_DATA CALL FUNCTION 'CTUT_FEATURE_DATA' "K107655 ff.

CLSE_SELECT_USR01 CALL FUNCTION 'CLSE_SELECT_USR01' IMPORTING DECIMAL_SIGN = L_DECIMAL_SIGN.

CLSE_SELECT_CAWN CALL FUNCTION 'CLSE_SELECT_CAWN' EXPORTING KEY_DATE = PM_KEY_D TABLES IN_CABN = T_CABNKEY T_CAWN = T_CAWN EXCEPTIONS NO_ENTRY_FOUND = 01.

CLSE_SELECT_CAWNT CALL FUNCTION 'CLSE_SELECT_CAWNT' EXPORTING LANGUAGE = SY-LANGU KEY_DATE = PM_KEY_D TABLES IN_CABN = T_CABNKEY T_CAWNT = T_CAWNT EXCEPTIONS NO_ENTRY_FOUND = 01.

CLSE_SELECT_TCME CALL FUNCTION 'CLSE_SELECT_TCME' "K107655 ff.

CLCA_PROCESS_CLASSTYPE





CALL FUNCTION 'CLCA_PROCESS_CLASSTYPE' EXPORTING CLASSTYPE = T_TCME-KLART SPRAS = SY-LANGU * LANGUAGE = SY-LANGU CHECKANYWAY = 'X' "1770125 IMPORTING TYPETEXT = TAB_TCME-ARTXT EXCEPTIONS NOT_FOUND = 01 NO_AUTH_KLART = 02.

CTRE_READ_TCMG CALL FUNCTION 'CTRE_READ_TCMG' EXPORTING GROUP = CABN-ATKLA IMPORTING GROUP_TEXT = TCMGT-ATKLT EXCEPTIONS GROUP_NOT_FOUND = 01.

CTRE_READ_TCMS CALL FUNCTION 'CTRE_READ_TCMS' "K107655 ff.

CLSE_SELECT_USR01 CALL FUNCTION 'CLSE_SELECT_USR01' IMPORTING X_USR01 = USR01 DATE_FORMAT = HELP_ATSCH.

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.

CTCV_PREPARE_VALUES_TO_DISPLAY CALL FUNCTION 'CTCV_PREPARE_VALUES_TO_DISPLAY' EXPORTING ALIGN = 'N' DECIMALPOINT = USR01-DCPFM SHIFT = 'L' SINGLE = 'N' STRING_WITHOUT_OPERAND = 'N' STRING_WITHOUT_UNIT = 'Y' STRUCTURE_CABN = CABN STRUCTURE_CAWN = FL_CAWN IMPORTING STRING = PM_STRING.

CONVERSION_EXIT_LUNIT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_LUNIT_OUTPUT' EXPORTING INPUT = H_UNIT LANGUAGE = SY-LANGU IMPORTING OUTPUT = H_UNIT EXCEPTIONS UNIT_NOT_FOUND = 01.



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