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

RPLLRPJF SAP ABAP INCLUDE - documentation and ABAP source code







RPLLRPJF 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 RPLLRPJF 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 RPLLRPJF. "Basic submit
SUBMIT RPLLRPJF AND RETURN. "Return to original report after report execution complete
SUBMIT RPLLRPJF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RPLLRPJF

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:

WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING QUERY = 'WS' IMPORTING RETURN = WINSYS EXCEPTIONS INV_QUERY = 1 NO_BATCH = 2 FRONTEND_ERROR = 3 OTHERS = 4.

WS_DOWNLOAD * CALL FUNCTION 'WS_DOWNLOAD' "XYOAL0K001473 * EXPORTING * FILENAME = FILENAME * FILETYPE = 'DAT' * TABLES * DATA_TAB = PLAN * EXCEPTIONS * FILE_OPEN_ERROR = 1 * FILE_WRITE_ERROR = 2 * INVALID_FILESIZE = 3 * INVALID_TYPE = 4 * NO_BATCH = 5 * UNKNOWN_ERROR = 6.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' "XYOAL0K001473 EXPORTING FILENAME = FILENAME FILETYPE = 'ASC' TABLES DATA_TAB = PLAN EXCEPTIONS OTHERS = 1.

WS_EXECUTE CALL FUNCTION 'WS_EXECUTE' EXPORTING COMMANDLINE = FILENAME INFORM = 'x' PROGRAM = EXCEL EXCEPTIONS FRONTEND_ERROR = 1 NO_BATCH = 2 PROG_NOT_FOUND = 3 ILLEGAL_OPTION = 4 GUI_REFUSE_EXECUTE = 5 OTHERS = 6.

WS_UPLOAD * CALL FUNCTION 'WS_UPLOAD' "XYOAL0K001473 * EXPORTING * FILENAME = FILENAME * FILETYPE = 'DAT' * TABLES * DATA_TAB = PLAN * EXCEPTIONS * CONVERSION_ERROR = 1 * FILE_OPEN_ERROR = 2 * FILE_READ_ERROR = 3 * INVALID_TYPE = 4 * NO_BATCH = 5 * UNKNOWN_ERROR = 6.

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' "XYOAL0K001473 EXPORTING FILENAME = FILENAME FILETYPE = 'ASC' TABLES DATA_TAB = PLAN EXCEPTIONS OTHERS = 1.

WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING * def_filename = ' ' DEF_PATH = 'c:\' MASK = MASK "',*.*,*.*.'

CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING PERSNR = P_PERSONAL_NUMBER TABLES IN_RGDIR = G_RGDIR EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DIAGNOSETEXT1 = L_STRING_TO_INFORM TEXTLINE1 = 'Are you going to rerun calculation?'(104) TITEL = 'Confirmation of recalculation'(105) CANCEL_DISPLAY = SPACE IMPORTING ANSWER = L_ANSWER.

PA03_PCR_READ CALL FUNCTION 'PA03_PCR_READ' EXPORTING F_ABKRS = P_ABKRS ERROR_NO_ACCOUNTING = ' ' "N763341 IMPORTING F_STATE = P_PCR_STATE F_CURRENT_PERIOD = L_PCR_CUR_PERIOD F_CURRENT_YEAR = L_PCR_CUR_YEAR F_PERMO = P_PERMO EXCEPTIONS PCR_DOES_NOT_EXIST = 1 ABKRS_DOES_NOT_EXIST = 2 PERIOD_DOES_NOT_EXIST = 3 OTHERS = 4.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING TEXTLINE1 = L_TEXTLINE1 TEXTLINE2 = L_TEXTLINE2 TITEL = 'Select period'(125) IMPORTING ANSWER = L_DECIDED_PERIOD TABLES T_SPOPLI = L_OPTIONS EXCEPTIONS NOT_ENOUGH_ANSWERS = 1 TOO_MUCH_ANSWERS = 2 TOO_MUCH_MARKS = 3 OTHERS = 4.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING CURSORLINE = 1 TEXTLINE1 = L_TXT1 TEXTLINE2 = L_TXT2 TEXTLINE3 = L_TXT3 TITEL = L_TXT4 IMPORTING ANSWER = P_SELECTED_UNIT TABLES T_SPOPLI = L_OPTIONS EXCEPTIONS NOT_ENOUGH_ANSWERS = 1 TOO_MUCH_ANSWERS = 2 TOO_MUCH_MARKS = 3 OTHERS = 4.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING CURSORLINE = 2 TEXTLINE1 = L_TXT1 TEXTLINE2 = L_TXT2 TEXTLINE3 = L_TXT3 TITEL = L_TXT4 IMPORTING ANSWER = P_SELECTED_UNIT TABLES T_SPOPLI = L_OPTIONS EXCEPTIONS NOT_ENOUGH_ANSWERS = 1 TOO_MUCH_ANSWERS = 2 TOO_MUCH_MARKS = 3 OTHERS = 4.

RH_MESSAGE_GET CALL FUNCTION 'RH_MESSAGE_GET' EXPORTING SPRSL = SY-LANGU ARBGB = P_MESSAGE_CLASS MSGNR = P_MESSAGE_ID MSGV1 = P_MSGV1 MSGV2 = P_MSGV2 IMPORTING MSGTEXT = P_P_MESSAGE EXCEPTIONS MESSAGE_NOT_FOUND = 1 OTHERS = 2.



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