SAP Reports / Programs

RPUHESA03 SAP ABAP Report - documentation and ABAP source code







RPUHESA03 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Conversion of HESA infotypes 0614, 0615 and 0618 to HESA NISR changes...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 RPUHESA03 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

HRGPBS_HESA_NISR_C01 - HESA NISR new records conversion


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 RPUHESA03. "Basic submit
SUBMIT RPUHESA03 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUHESA03 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: S_TEST = Simulation only
Selection Text: S_PROT = Display result list
Text Symbol: YES = Yes
Text Symbol: TST = Execution options
Text Symbol: TIT = Conversion of infotypes for HESA NISR 2003/04 on &1
Text Symbol: TES = &1 records of 0614, &2 records of 0615, &3 records of 0618 converted
Text Symbol: SSS = Secon. source
Text Symbol: SEL = &1 personnel numbers selected for conversion
Text Symbol: QUA = Hig. Qual.
Text Symbol: Q01 = Are you sure you want to continue with Data Base changes?
Text Symbol: PSS = Prim. source
Text Symbol: PRV = Prev. Empl.
Text Symbol: PRO = Processing personnel numbers
Text Symbol: PER = Pers. number
Text Symbol: OLR = Old record
Text Symbol: OLD = Old value
Text Symbol: NON = No
Text Symbol: NEW = New value
Text Symbol: NBD = Test run: No changes to the database!
Text Symbol: LIV = Database changes!
Text Symbol: LEV = Leav. dest.
Text Symbol: INF = Infotype
Text Symbol: FLD = Converted field
Text Symbol: CON = &1 employees selected, &2 records converted, &3 employees rejected


INCLUDES used within this REPORT RPUHESA03

INCLUDE RPUHESA01F02.
INCLUDE RPUHESA03F01.
INCLUDE RPUHESA01F03.


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