SAP Reports / Programs

H99CWTR0_CE SAP ABAP Report - Wage Type Reporter







H99CWTR0_CE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The wage type reporter valuates wage types from the payroll results for a selected period...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 H99CWTR0_CE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M02_CWTR0_CE - Wage Types Reporter CE


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 H99CWTR0_CE. "Basic submit
SUBMIT H99CWTR0_CE AND RETURN. "Return to original report after report execution complete
SUBMIT H99CWTR0_CE 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: YOC = D .
Selection Text: YCOMPPER = D .
Selection Text: S_RELNUM = D .
Selection Text: S_RELAMO = D .
Selection Text: S_PYTY_C = D .
Selection Text: S_LGART = D .
Selection Text: S_ABSNUM = D .
Selection Text: S_ABSAMO = D .
Selection Text: P_EXTEMP = D .
Selection Text: NULLRECS = D .
Selection Text: NOC = D .
Selection Text: IN_VIEW = D .
Selection Text: FOR_VIEW = D .
Selection Text: ARC_READ = D .
Selection Text: P_LVTEMP = Layout
Selection Text: P_GRTEMP = Layout
Selection Text: LV = Display Using List Display
Selection Text: GRID = Output via ALV Grid Control
Selection Text: EXCEL = Display using Excel
Title: Wage Type Reporter
Text Symbol: E05 = Enter the Payroll Period
Text Symbol: E06 = Enter the Payroll Year
Text Symbol: E07 = Enter the Comparison Payroll Period
Text Symbol: E08 = Enter the Comparison Payroll Year
Text Symbol: O01 = Personnel Number
Text Symbol: O02 = Company Code
Text Symbol: O03 = Personnel Area
Text Symbol: O04 = Personnel Subarea
Text Symbol: O05 = Master Controlling Area
Text Symbol: O06 = Master Cost Center
Text Symbol: O07 = Employee Group
Text Symbol: O08 = Employee Subgroup
Text Symbol: O09 = Wage Type
Text Symbol: O10 = In-Period
Text Symbol: O11 = For-Period
Text Symbol: PER = Payroll Period
Text Symbol: S01 = Period Determination
Text Symbol: S02 = Other Selections





Text Symbol: S03 = Output
Text Symbol: S04 = Object Selection
Text Symbol: S05 = Available Objects
Text Symbol: S06 = Selected Objects
Text Symbol: S08 = Determine File Name
Text Symbol: S09 = Comparison parameter
Text Symbol: S11 = Special Run
Text Symbol: S12 = Regular payroll run
Text Symbol: S13 = Off-cycle payroll run
Text Symbol: S14 = In-view payroll periods
Text Symbol: S15 = For-view payroll periods
Text Symbol: S16 = SAP List Viewer
Text Symbol: S17 = ALV Grid Control
Text Symbol: S18 = Microsoft Excel
Text Symbol: S20 = Excel-Templates (*.XLT)|*.XLT|
Text Symbol: S21 = All Files (*.*)|*.*|
Text Symbol: S22 = Payroll
Text Symbol: S23 = Payroll Comparison
Text Symbol: S25 = Layout Variant
Text Symbol: S26 = Template PC File
Text Symbol: S31 = Comparison-Special Run
Text Symbol: A16 = Employee Group
Text Symbol: A15 = Master Controlling Area Text
Text Symbol: A14 = Master Cost Center
Text Symbol: A13 = Master Controlling Area
Text Symbol: A12 = Master Controlling Area Text
Text Symbol: A11 = Master Controlling Area
Text Symbol: A10 = Personnel Subarea Text
Text Symbol: A09 = Personnel Subarea
Text Symbol: A08 = Personnel Area
Text Symbol: A07 = Personnel Area Text
Text Symbol: A06 = Personnel Area
Text Symbol: A05 = Company Code Text
Text Symbol: A04 = Company Code
Text Symbol: A03 = Sort Name
Text Symbol: A02 = Name
Text Symbol: A01 = Personnel Number
Text Symbol: A00 = Person ID
Text Symbol: 203 = Comparison-Period





Text Symbol: 202 = Period
Text Symbol: 201 = Comparison Period
Text Symbol: 200 = Period
Text Symbol: 199 = -
Text Symbol: 198 = Comparison-Period Selection
Text Symbol: 197 = Period Select.
Text Symbol: 196 = End Date
Text Symbol: 195 = Comparison-Payroll Area
Text Symbol: 193 = Payroll Period
Text Symbol: 192 = Payroll area
Text Symbol: 095 = to
Text Symbol: A17 = Employee Group Text
Text Symbol: E04 = Enter the Payroll Area
Text Symbol: E03 = Enter the Comparison Off-Cycle Payroll Date
Text Symbol: E02 = Enter the Off-Cycle Payroll Date
Text Symbol: E01 = Enter the Off-Cycle Payroll Type
Text Symbol: DAT = Payroll period
Text Symbol: A41 = Profit Center
Text Symbol: A40 = Segment for Segmental Reporting
Text Symbol: A39 = Personnel ID Number
Text Symbol: A38 = Payroll ID, For-Period
Text Symbol: A37 = Payroll Type, For-Period
Text Symbol: A36 = Pay Date, For-Period
Text Symbol: A35 = For-Period
Text Symbol: A34 = Period Modifier Text, For-Period
Text Symbol: A33 = Period Modifier, For-Period
Text Symbol: A32 = Payroll Area Text, For-Period
Text Symbol: A31 = Payroll Area, For-Period
Text Symbol: A30 = Payroll ID, In-Period
Text Symbol: A29 = Payroll Type, In-Period
Text Symbol: A28 = End Date, In-Period
Text Symbol: A27 = In-Period
Text Symbol: A26 = Period Modifier Text, In-Period
Text Symbol: A25 = Period Modifier, In-Period
Text Symbol: A24 = Payroll Area Text, In-Period
Text Symbol: A23 = Payroll Area, In-Period
Text Symbol: A22 = Wage Type Text
Text Symbol: A21 = Wage Type
Text Symbol: A20 = Country Indicator Wage Type



Text Symbol: A19 = Employee Subgroup Text
Text Symbol: A18 = Employee Subgroup


INCLUDES used within this REPORT H99CWTR0_CE

INCLUDE H99CWTR0_CE_DATA_DEF.


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:

No SAP FUNCTION MODULES are executed within this report code!



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