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
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.
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
INCLUDE RPUHESA01F02.
INCLUDE RPUHESA04F01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.