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

RPLAPL00 SAP ABAP Report - Creation of internal applicants







RPLAPL00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to create applications for a large number of employees using bulk processing...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 RPLAPL00 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 RPLAPL00. "Basic submit
SUBMIT RPLAPL00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLAPL00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Creation of internal applicants
Text Symbol: 001 = Only use internal groups
Text Symbol: B01 = Create application
Text Symbol: E16 = Entry measure cancelled
Text Symbol: TT2 = Created applicant


INCLUDES used within this REPORT RPLAPL00

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_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST' EXCEPTIONS OTHERS = 1.

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING BASIC_LIST_TITLE = SY-TITLE "Anlegen von internen Bew.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING NO_POPUP = SPACE NO_PRINT = 'X' LINESIZE = SY-LINSZ EXCEPTIONS INVALID_LINESIZE = 1 OTHERS = 2.

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING BASIC_LIST_TITLE = SY-TITLE "Anlegen von internen Bew.

HR_READ_FOREIGN_OBJECT_TEXT CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT' "XDPK011277 EXPORTING "XDPK011277 OTYPE = 'S' "XDPK011277 OBJID = P_PLANS "XDPK011277 BEGDA = P_BEGDA "XDPK011277 ENDDA = P_BEGDA "XDPK011277 IMPORTING "XDPK011277 OBJECT_TEXT = OBJECT_TEXT "XDPK011277 EXCEPTIONS "XDPK011277 NOTHING_FOUND = 1 "XDPK011277 WRONG_OBJECTTYPE = 2 "XDPK011277 MISSING_COSTCENTER_DATA = 3 "XDPK011277 MISSING_OBJECT_ID = 4 "XDPK011277 OTHERS = 5. "XDPK011277

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = DYNAME DYNUMB = DYNUMB TABLES DYNPFIELDS = DYNPVALUETAB.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = DYNPNAME DYNUMB = DYNPNUMB TABLES DYNPFIELDS = DYNPVALUETAB.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = FNAM TABNAME = TNAM IMPORTING SELECT_VALUE = BTRTL_VALUE TABLES FIELDS = IHELP_FIELDS VALUETAB = HELPTAB.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = DYNPNAME DYNUMB = DYNPNUMB TABLES DYNPFIELDS = DYNPVALUETAB.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = FNAM TABNAME = TNAM IMPORTING SELECT_VALUE = GRP_VALUE TABLES FIELDS = IHELP_FIELDS VALUETAB = HELPTAB.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING TCLAS = 'A' PERNR = SELECT_TAB-PERNR INFTY = INFOGR-INFTY BEGDA = PSPAR-BEGDA ENDDA = PSPAR-BEGDA TABLES INFTY_TAB = INFTY_TAB EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_MAINTAIN_MASTERDATA CALL FUNCTION 'HR_MAINTAIN_MASTERDATA' EXPORTING PERNR = SELECT_TAB-APLNO MASSN = MASSN ACTIO = 'INSS' TCLAS = 'B' SUBTY = SUBTY BEGDA = PSPAR-BEGDA * ENDDA = '99993112' DIALOG_MODE = '1' * LUW_MODE = '1' * NO_ENQUEUE = ' ' IMPORTING RETURN = RETURN TABLES PROPOSED_VALUES = PROPOSED_VALUES EXCEPTIONS OTHERS = 1.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = SELECT_TAB-PERNR ARBGB = AU_ERR-ARBGB MSGTY = AU_ERR-MSGTY MSGNO = AU_ERR-MSGNO EXCEPTIONS OTHERS = 1.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = SELECT_TAB-PERNR ARBGB = 'PG' MSGTY = 'E' MSGNO = '016' MSGV1 = TEXT-E16 EXCEPTIONS OTHERS = 1.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING ONLY = 'T' TABNAME = TABNAME TABLES NAMETAB = NAMETAB.



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