SAP Reports / Programs

HBRETQCP SAP ABAP Report - Salary Adjustment Label







HBRETQCP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to issue labels for salary change information...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 HBRETQCP 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_M37_ETIQ - Salary Adjustment Label 37


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


Text pool values


Title: Salary Adjustment Label
Text Symbol: X05 = Processing period
Text Symbol: X04 = Saving type
Text Symbol: X03 = File adjustment
Text Symbol: X02 = Declaration type
Text Symbol: X01 = Company data
Text Symbol: S01 = TemSe
Text Symbol: S00 = Options for Form
Text Symbol: R11 = Record 9
Text Symbol: R10 = Record 8
Text Symbol: R09 = Record 4
Text Symbol: R08 = Record 3
Text Symbol: R07 = Record 2
Text Symbol: R06 = Record 1
Text Symbol: R05 = Record 0
Text Symbol: R04 = Employee corrections
Text Symbol: R03 = Employee information
Text Symbol: R02 = Company information
Text Symbol: R01 = Header
Text Symbol: PRS = Processing
Text Symbol: PER = Period
Text Symbol: P02 = Processing employee
Text Symbol: L01 = Contents
Text Symbol: H06 = No. of records:
Text Symbol: H05 = Hour:
Text Symbol: H04 = Close:
Text Symbol: H03 = Created by:
Text Symbol: H02 = Object:
Text Symbol: H01 = No. of records:
Text Symbol: G03 = No record was selected
Text Symbol: G02 = Record detail:
Text Symbol: G01 = ReadingTemSe
Text Symbol: E26 = POP UP error
Text Symbol: E08 = POP UP error
Text Symbol: E06 = Error opening TemSe file
Text Symbol: E05 = Object specification missing
Text Symbol: E04 = Error reading TemSe file
Text Symbol: E03 = Error printing record





Text Symbol: E02 = Printing of error list not possible
Text Symbol: E01 = Inexistent process control data
Text Symbol: 002 = Settings
Text Symbol: 001 = File created:


INCLUDES used within this REPORT HBRETQCP

INCLUDE PCFTBBR0.
INCLUDE PCFRMBR0. "ACC
INCLUDE PCCPPBR0.
INCLUDE PCDEFBR0.
INCLUDE HBRSCRS3.
INCLUDE PCPERBR2.


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:

HR_READ_FOREIGN_OBJECT_TEXT CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT' EXPORTING OTYPE = p0001-otype OBJID = p0001-plans BEGDA = p0001-begda ENDDA = p0001-endda LANGU = sy-langu IMPORTING OBJECT_TEXT = desc_cargo EXCEPTIONS NOTHING_FOUND = 1 WRONG_OBJECTTYPE = 2 MISSING_COSTCENTER_DATA = 3 MISSING_OBJECT_ID = 4 OTHERS = 5 .



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