SAP Reports / Programs

CTHELPWT SAP ABAP Report - Characteristic Values Help Function







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


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 CTHELPWT. "Basic submit
SUBMIT CTHELPWT AND RETURN. "Return to original report after report execution complete
SUBMIT CTHELPWT 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_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.


INCLUDES used within this REPORT CTHELPWT

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.

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.



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