SAP Reports / Programs

RPUHESA04 SAP ABAP Report - documentation and ABAP source code







RPUHESA04 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 infotype 0615 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 RPUHESA04 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 RPUHESA04. "Basic submit
SUBMIT RPUHESA04 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUHESA04 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_PROT = Display result list
Selection Text: S_TEST = Simulation only
Text Symbol: CON = &1 employees selected, &2 records converted, &3 employees rejected
Text Symbol: FLD = Converted field
Text Symbol: INF = Infotype
Text Symbol: LIV = Database changes!
Text Symbol: NBD = Test run: No changes to the database!
Text Symbol: NEW = New value
Text Symbol: NON = No
Text Symbol: OBJ = Appointment ID
Text Symbol: OLD = Old value
Text Symbol: PER = Pers. number
Text Symbol: PRO = Processing personnel numbers
Text Symbol: Q01 = Are you sure you want to continue with Data Base changes?
Text Symbol: SEL = &1 personnel numbers selected for conversion
Text Symbol: TES = &1 records of 0615 converted
Text Symbol: TIT = Conversion of infotype 0615 for HESA NISR on &1
Text Symbol: TST = Execution options
Text Symbol: YES = Yes


INCLUDES used within this REPORT RPUHESA04

INCLUDE RPUHESA01F02.
INCLUDE RPUHESA04F01.


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