SAP Reports / Programs | Payroll | Payroll: General Parts | Data Transfer(PY-XX-DT) SAP PY

RPCIP00RW_DATA SAP ABAP INCLUDE - RPCIP00RWDATA







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

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:

RP_PRINT_CIPO CALL FUNCTION 'RP_PRINT_CIPO' EXPORTING type = 5 field = fieldname table = 'COBL' IMPORTING text = short EXCEPTIONS not_found = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'PPDIT' TABLES dfies_tab = s_fieldinfos EXCEPTIONS OTHERS = 0.

RH_PM_FM_TEXT_GET CALL FUNCTION 'RH_PM_FM_TEXT_GET' EXPORTING bukrs = p_bukrs geber = space fistl = p_fistl fipex = space date = p_date IMPORTING fundscenter_text = p_info_txt EXCEPTIONS no_fikrs_found = 2 communication_error = 3 OTHERS = 4.

RH_PM_FM_TEXT_GET CALL FUNCTION 'RH_PM_FM_TEXT_GET' EXPORTING bukrs = p_bukrs geber = space fistl = space fipex = p_fipex date = p_date IMPORTING commitmentitem_text = p_info_txt EXCEPTIONS no_fikrs_found = 2 communication_error = 3 OTHERS = 4.

RH_PM_FM_TEXT_GET CALL FUNCTION 'RH_PM_FM_TEXT_GET' EXPORTING bukrs = p_bukrs geber = p_geber fistl = space fipex = space date = p_date IMPORTING fund_text = p_info_txt EXCEPTIONS no_fikrs_found = 2 communication_error = 3 OTHERS = 4.

HRCA_FIND_TEXT_FOR_COST_ACCNT CALL FUNCTION 'HRCA_FIND_TEXT_FOR_COST_ACCNT' EXPORTING bukrs = bukrs hkonto = hkont IMPORTING hkontotext = txt.

HRCA_DEBTOR_GETDETAIL CALL FUNCTION 'HRCA_DEBTOR_GETDETAIL' EXPORTING debtorid = kunnr comp_code = bukrs IMPORTING debitor_general_detail = debitor_detail EXCEPTIONS not_found = 1 OTHERS = 2.

HRCA_CREDITOR_GETDETAIL CALL FUNCTION 'HRCA_CREDITOR_GETDETAIL' EXPORTING creditorid = lifnr comp_code = bukrs IMPORTING creditor_general_detail = creditor_detail EXCEPTIONS not_found = 1 OTHERS = 2.

HRCA_FUNCTION_TEXT CALL FUNCTION 'HRCA_FUNCTION_TEXT' EXPORTING i_func_area = p_fkber comp_code = p_bukrs IMPORTING e_func_area_text = p_info_txt EXCEPTIONS not_found = 1 OTHERS = 2.

HRCA_GRANT_TEXT CALL FUNCTION 'HRCA_GRANT_TEXT' EXPORTING i_grant = p_grant comp_code = p_bukrs IMPORTING e_grant_text = p_info_txt EXCEPTIONS 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 RPCIP00RW_DATA or its description.