SAP Reports / Programs | Payroll | France(PY-FR) SAP PY

RPLABSFF SAP ABAP INCLUDE - documentation and ABAP source code







RPLABSFF 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 RPLABSFF 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 RPLABSFF. "Basic submit
SUBMIT RPLABSFF AND RETURN. "Return to original report after report execution complete
SUBMIT RPLABSFF 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 RPLABSFF

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'.

HR_FR_CONTINUED_PAY_HANDLING CALL FUNCTION 'HR_FR_CONTINUED_PAY_HANDLING' EXPORTING PP_INPUT_DATA = LS_FNABS_IN PP_ACTIV_GET_MOABW = 'X' PP_ACTIV_GET_MALAD = 'X' PP_ACTIV_FIRSTABS_BEGDA = 'X' TABLES PP_HRERROR = DISPLAY_ERR CHANGING PP_CHANGE_DATA = LS_FNABS_CH EXCEPTIONS ERROR_COUNTER_VALUE = 1 ERROR_USER_EXIT = 2 ERROR_GET_MALAD = 3 ERROR_T554S = 4 ERROR_NO_HIREDATE = 0 ERROR_PER_REF = 6 ERROR_MAINTIEN = 7 ERROR_MOABW = 8 WARNING_T5F2A = 9 OTHERS = 10.

HR_FR_CONTINUED_PAY_HANDLING CALL FUNCTION 'HR_FR_CONTINUED_PAY_HANDLING' EXPORTING PP_INPUT_DATA = LS_FNABS_IN PP_ACTIV_MAINTIEN = 'X' PP_ACTIV_PER_REF = 'X' PP_ACTIV_HIREDATE = 'X' TABLES PP_T5F2A = I_T5F2A PP_HRERROR = DISPLAY_ERR CHANGING PP_CHANGE_DATA = LS_FNABS_CH EXCEPTIONS ERROR_COUNTER_VALUE = 1 ERROR_USER_EXIT = 2 ERROR_GET_MALAD = 3 ERROR_T554S = 4 ERROR_NO_HIREDATE = 0 ERROR_PER_REF = 6 ERROR_MAINTIEN = 7 ERROR_MOABW = 8 WARNING_T5F2A = 9 OTHERS = 10.

HR_FR_COUNTER_VALUE CALL FUNCTION 'HR_FR_COUNTER_VALUE' EXPORTING EMPNR = PERNR-PERNR DATBEG = INTV_BEG "#EC DOM_EQUAL DATEND = INTV_END "#EC DOM_EQUAL ABSTP = I_T5F2A-ABSTP ABSTY = I_T5F2A-ABSTY2 MALAD = MALAD IMPORTING NB_DAYS = CONSOMME TABLES I_NCALE = I_NCALE EXCEPTIONS MISSING_PERSONNEL_NUMBER = 1 VERSION_CLUSTER_INCOMP = 2 DATE_ERROR = 3 NO_ENTRY_IN_T5F2G = 4.

HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = 'HR_PAY_06_REF_PERIOD' IMPORTING is_implemented = lv_is_implemented CHANGING instance = lv_userexit.

HR_GET_ERROR_LIST CALL FUNCTION 'HR_GET_ERROR_LIST' TABLES ERROR = DISPLAY_ERR ERRORTEXTS = ERRTEXT_TAB EXCEPTIONS NO_ERRORS = 1 OTHERS = 2.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' TABLES ERROR = DISPLAY_ERR EXCEPTIONS INVALID_LINESIZE = 1 OTHERS = 2.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES NODETAB = TREELIST EXCEPTIONS TREE_FAILURE = 1 ID_NOT_FOUND = 2 WRONG_RELATIONSHIP = 3 OTHERS = 4.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING CALLBACK_PROGRAM = 'RPLABSF0' CALLBACK_USER_COMMAND = 'NODE_SELECT' CALLBACK_COLOR_DISPLAY = 'LEGENDE' EXCEPTIONS OTHERS = 1.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' TABLES ERROR = DISPLAY_ERR EXCEPTIONS INVALID_LINESIZE = 1 OTHERS = 2.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = PERNR ARBGB = ARBGB MSGTY = MSGTY MSGNO = MSGNO MSGV1 = MSGV1 MSGV2 = MSGV2 MSGV3 = MSGV3 MSGV4 = MSGV4.



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