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

RPLACIFB SAP ABAP INCLUDE - documentation and ABAP source code







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

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

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING APPLICATION = 'TX' DEVICE = 'PRINTER' FORM = 'HR_FR_ACI_01' EXCEPTIONS CANCELED = 1 DEVICE = 2 FORM = 3 OPTIONS = 4 UNCLOSED = 5 OTHERS = 6.

START_FORM CALL FUNCTION 'START_FORM' EXPORTING FORM = 'HR_FR_ACI_01' LANGUAGE = SY-LANGU EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING TYPE = 'BODY' ELEMENT = 'ITEM_SALAIRE' WINDOW = 'MAIN'.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING TYPE = 'BODY' ELEMENT = 'ITEM_CADRE' WINDOW = 'CADRE'.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING TYPE = 'BODY' ELEMENT = 'ITEM_NCADRE' WINDOW = 'N_CADRE'.

END_FORM CALL FUNCTION 'END_FORM' EXCEPTIONS OTHERS = 1.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' EXCEPTIONS OTHERS = 1.

RP_TS_CREATE_OBJECT CALL FUNCTION 'RP_TS_CREATE_OBJECT' EXPORTING OBJKN = P_TEMSE_OBJECT-SHORT_NAME OBJNR = P_TEMSE_OBJECT-NUMBER EMPFG = P_TEMSE_OBJECT-RECEIVER_ID IMPORTING TSOBJ = P_TEMSE_OBJECT-FULL_NAME.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' TABLES DATATAB = T_TEMSE_TAB EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_NOCONV = 3 FB_RSTS_OTHER = 4 OTHERS = 5.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_OTHER = 3 OTHERS = 4.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = TITLE START_COLUMN = 10 START_ROW = 3 TEXT_OBJECT = 'RPLACIF0_HELP_NUMCERT'.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = TITLE START_COLUMN = 10 START_ROW = 3 TEXT_OBJECT = 'RPLACIF0_HELP_BRUT'.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = TITLE START_COLUMN = 10 START_ROW = 3 TEXT_OBJECT = 'RPLACIF0_HELP_CONGE'.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = TITLE START_COLUMN = 10 START_ROW = 3 TEXT_OBJECT = 'RPLACIF0_HELP_CACHET'.



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