SAP Reports / Programs | Personnel Management | Personnel Administration | India(PA-PA-IN) SAP PA

RHEH88F3 SAP ABAP INCLUDE - Include RHEH88F3







RHEH88F3 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RHEH88F3 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 RHEH88F3. "Basic submit
SUBMIT RHEH88F3 AND RETURN. "Return to original report after report execution complete
SUBMIT RHEH88F3 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RHEH88F3


INCLUDES used within this REPORT RHEH88F3

No INCLUDES are used within this REPORT code!


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_INFOTYPE_GETDETAIL CALL FUNCTION 'HR_INFOTYPE_GETDETAIL' EXPORTING INFTY = '0586' NUMBER = P0586-PERNR SUBTYPE = P0586-SUBTY OBJECTID = P0586-OBJPS LOCKINDICATOR = P0586-SPRPS VALIDITYEND = P0586-BEGDA VALIDITYBEGIN = P0586-ENDDA RECORDNUMBER = P0586-SEQNR TCLAS = 'A' IMPORTING RETURN = RETURN RECORD = P0586 EXCEPTIONS OTHERS = 0.

HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING INFTY = '0586' NUMBER = P0586-PERNR SUBTYPE = P0586-SUBTY OBJECTID = P0586-OBJPS LOCKINDICATOR = P0586-SPRPS VALIDITYEND = P0586-BEGDA VALIDITYBEGIN = P0586-ENDDA RECORDNUMBER = P0586-SEQNR RECORD = P0586 OPERATION = CHANGE NOCOMMIT = NOCOMMIT IMPORTING RETURN = RETURN * KEY = ADDRESSKEY EXCEPTIONS OTHERS = 0.

BAPI_ADDPERSDATA_DELIMIT * CALL FUNCTION 'BAPI_ADDPERSDATA_DELIMIT' * EXPORTING * EMPLOYEENUMBER = P0077-PERNR * SUBTYPE = P0077-SUBTY * OBJECTID = P0077-OBJPS * LOCKINDICATOR = P0077-SPRPS * VALIDITYBEGIN = P0077-BEGDA * VALIDITYEND = P0077-ENDDA * RECORDNUMBER = P0077-SEQNR * DELIMIT_DATE = LD_DELIMITDATE * IMPORTING * RETURN = RETURN.

BAPI_EMPLOYEE_ENQUEUE * CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE' * EXPORTING * NUMBER = P0077-PERNR * IMPORTING * RETURN = RETURN1 * EXCEPTIONS * OTHERS = 1.

BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING TYPE = 'S' CL = 'PWWW' NUMBER = '233' IMPORTING BAPIRETURN = LD_RETURN.

BAPI_ADDPERSDATA_DELETE * CALL FUNCTION 'BAPI_ADDPERSDATA_DELETE' * EXPORTING * EMPLOYEENUMBER = P0077-PERNR * SUBTYPE = P0077-SUBTY * OBJECTID = P0077-OBJPS * LOCKINDICATOR = P0077-SPRPS * VALIDITYBEGIN = P0077-BEGDA * VALIDITYEND = P0077-ENDDA * RECORDNUMBER = P0077-SEQNR * IMPORTING * RETURN = RETURN.

BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING TYPE = 'S' CL = 'PWWW' NUMBER = '233' IMPORTING BAPIRETURN = LD_RETURN.

BAPI_EMPLOYEE_ENQUEUE * CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE' * EXPORTING * NUMBER = P0077-PERNR * IMPORTING * RETURN = RETURN1 * EXCEPTIONS * OTHERS = 1.

BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING TYPE = 'S' CL = 'PWWW' NUMBER = '232' IMPORTING BAPIRETURN = LD_RETURN.

BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING TYPE = 'S' CL = 'PWWW' NUMBER = LD_MESSAGENUMBER IMPORTING BAPIRETURN = LD_RETURN.

BAPI_ADDPERSDATA_DELIMIT * CALL FUNCTION 'BAPI_ADDPERSDATA_DELIMIT' * EXPORTING * EMPLOYEENUMBER = P0586-PERNR * SUBTYPE = P0586-SUBTY * OBJECTID = P0586-OBJPS * LOCKINDICATOR = P0586-SPRPS * VALIDITYBEGIN = OLD-BEGDA "Delimit old record * VALIDITYEND = P0586-ENDDA * RECORDNUMBER = P0586-SEQNR * DELIMIT_DATE = LD_DELIMITDATE "with new date * IMPORTING * RETURN = RETURN.

BAPI_EMPLOYEE_ENQUEUE * CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE' * EXPORTING * NUMBER = P0077-PERNR * IMPORTING * RETURN = RETURN1 * EXCEPTIONS * OTHERS = 1.

BAPI_ADDPERSDATA_DELETE * CALL FUNCTION 'BAPI_ADDPERSDATA_DELETE' * EXPORTING * EMPLOYEENUMBER = P0077-PERNR * SUBTYPE = P0077-SUBTY * OBJECTID = P0077-OBJPS * LOCKINDICATOR = P0077-SPRPS * VALIDITYBEGIN = OLD-BEGDA * VALIDITYEND = P0077-ENDDA * RECORDNUMBER = P0077-SEQNR * IMPORTING * RETURN = RETURN.

BAPI_EMPLOYEE_ENQUEUE ** CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE' ** EXPORTING ** NUMBER = P0077-PERNR ** IMPORTING ** RETURN = RETURN1 ** EXCEPTIONS ** OTHERS = 1.

SCROLLING_IN_TABLE call function 'SCROLLING_IN_TABLE' exporting entry_act = ITAB_CONTR-top_line entry_from = 1 entry_to = ITAB_TOTAL_IX last_page_full = 'X' loops = screen_row_count ok_code = okcode overlapping = 'X' importing entry_new = ITAB_CONTR-top_line exceptions no_entry_or_page_act = 1 no_entry_to = 2 no_ok_code_or_page_go = 3 others = 4.



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