SAP Reports / Programs | Payroll | Payroll: General Parts | Tools(PY-XX-TL) SAP PY

RPCIFI34 SAP ABAP INCLUDE - Include RPCIFG06 (Maintain Change Validation for Interface Format)







RPCIFI34 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 RPCIFI34 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 RPCIFI34. "Basic submit
SUBMIT RPCIFI34 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCIFI34 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 RPCIFG06 (Maintain Change Validation for Interface Format)


INCLUDES used within this REPORT RPCIFI34

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:

ENQUEUE_E_HR_IF_01 CALL FUNCTION 'ENQUEUE_E_HR_IF_01' EXPORTING ifnam = t532f-ifnam iftyp = '02' EXCEPTIONS foreign_lock = 01 system_failure = 02.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-002 EXCEPTIONS OTHERS = 0.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = ddic_tabname state = 'A' langu = sy-langu IMPORTING dd02v_wa = dd02v_wa EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = ddic_tabname state = 'A' langu = 'E' IMPORTING dd02v_wa = dd02v_wa EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' "AHRK026165 EXPORTING tabname = ddic_tabname fieldname = ddic_fieldname langu = sy-langu TABLES dfies_tab = dd_table_info EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' "AHRK026165 EXPORTING tabname = ddic_tabname fieldname = ddic_fieldname langu = 'E' TABLES dfies_tab = dd_table_info EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DEQUEUE_E_HR_IF_01 CALL FUNCTION 'DEQUEUE_E_HR_IF_01' EXPORTING ifnam = t532f-ifnam iftyp = '02'.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-004 EXCEPTIONS OTHERS = 0.

TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = i_ko200_1 TABLES wt_e071k = w_e071k EXCEPTIONS cancel_edit_other_error = 2 show_only_other_error = 1 OTHERS = 3.

VIEW_GET_DEVCLASS_STATE CALL FUNCTION 'VIEW_GET_DEVCLASS_STATE' EXPORTING dev_class = tadir-devclass IMPORTING transport_possible = transport_possible EXCEPTIONS not_found = 1 OTHERS = 2.

TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' "QNY040997 EXPORTING wi_ko200 = i_ko200_1 IMPORTING we_task = w_e071-trkorr TABLES wt_e071k = w_e071k EXCEPTIONS OTHERS = 1.

TR_TADIR_POPUP_ENTRY_E071 CALL FUNCTION 'TR_TADIR_POPUP_ENTRY_E071' EXPORTING wi_e071_pgmid = $w_e071-pgmid wi_e071_object = $w_e071-object wi_e071_obj_name = $w_e071-obj_name EXCEPTIONS OTHERS = 1.

ENQUEUE_E_HR_IF_01 CALL FUNCTION 'ENQUEUE_E_HR_IF_01' EXPORTING ifnam = t532f-ifnam iftyp = '02' EXCEPTIONS foreign_lock = 01 system_failure = 02.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-006 text_question = text-007 start_column = 10 IMPORTING answer = dialog_return.



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