CTHELPWT 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 CTHELPWT 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_WSOND = ?...(PM_WSOND)
Selection Text: PM_WEINS = ?...(PM_WEINS)
Selection Text: PM_SCABN = ?...(PM_SCABN)
Selection Text: PM_LANGU = ?...(PM_LANGU)
Selection Text: PM_CABN = ?...(PM_CABN)
Selection Text: PM_ATZHL = ?...(PM_ATZHL)
Selection Text: PM_ATWRT = ?...(PM_ATWRT)
Selection Text: PM_ATNAM = ?...(PM_ATNAM)
Selection Text: PM_ATINN = ?...(PM_ATINN)
Title: Characteristic Values Help Function
Text Symbol: 500 = -------------------------------------------------------------------------------
Text Symbol: 402 = Fld Name
Text Symbol: 401 = Table Name
Text Symbol: 400 = Reference to Table Field
Text Symbol: 206 = Disp. in Val. Assgmt
Text Symbol: 205 = Unformatted Entry
Text Symbol: 204 = Additional Values
Text Symbol: 203 = Interval Vals Allowed
Text Symbol: 202 = Multiple Values
Text Symbol: 201 = Entry Required
Text Symbol: 200 = Other Attributes
Text Symbol: 108 = Unit
Text Symbol: 107 = Case Sensitive
Text Symbol: 106 = Negative Vals Allowed
Text Symbol: 105 = Propose Template
Text Symbol: 104 = Template
Text Symbol: 103 = Decimal Places
Text Symbol: 102 = No. of Chars
Text Symbol: 101 = Format
Text Symbol: 100 = Format
Text Symbol: 012 = Additional Vals X
Text Symbol: 011 = Restrictions
Text Symbol: 004 = No Documentation Was Saved for This Value.
Text Symbol: 003 = Documentation
Text Symbol: 002 = Val.
Text Symbol: 001 = Char.
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.
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.
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.