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

RPCIPR00 SAP ABAP Report - Posting to Accounting: Reverse posting documents







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


Text pool values


Selection Text: P_BLDAT = Document date
Selection Text: P_BUDAT = Posting date
Selection Text: P_EVTYP = Run type
Selection Text: P_RUNID = Run number
Title: Posting to Accounting: Reverse posting documents
Text Symbol: PI1 = Rev. docs. for run no.
Text Symbol: PI2 = are being created/checked


INCLUDES used within this REPORT RPCIPR00

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_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = 'HRPAY00_PCP0' IMPORTING is_implemented = l_sw_pcp0_badi_implemented CHANGING instance = l_pcp0_badi_instance.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy_repid dynumb = '1000' translate_to_upper = 'X' TABLES dynpfields = t_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 OTHERS = 10.

HR_EVAL_HELPVIEW CALL FUNCTION 'HR_EVAL_HELPVIEW' EXPORTING type = p_evtyp all_status = space IMPORTING runid = p_runid TABLES statustab = t_status EXCEPTIONS no_entries = 1 type_not_valid = 2 OTHERS = 3.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = progind_text.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' EXPORTING _synchron = 'X'.

HR_EVAL_NEWER_RUN_CHECK CALL FUNCTION 'HR_EVAL_NEWER_RUN_CHECK' EXPORTING type = l_type runid = l_runid IMPORTING newer_run_exists = l_reject newer_runid = newer_runid.

HRPP_REV_DOCUMENT_CHECK CALL FUNCTION 'HRPP_REV_DOCUMENT_CHECK' EXPORTING i_ppdhd = i_revdoc TABLES t_ppdit = it_revline t_ppdmsg = it_revmsg.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'HRPP_PDOC' IMPORTING number = l_docnum returncode = rcode EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.

HR_EVAL_STATUS_GET CALL FUNCTION 'HR_EVAL_STATUS_GET' EXPORTING type = l_type runid = l_runid lock = l_lock IMPORTING status = l_status EXCEPTIONS run_not_found = 1 run_locked = 2 OTHERS = 99.

HR_EVAL_STATUS_SET CALL FUNCTION 'HR_EVAL_STATUS_SET' EXPORTING type = l_type runid = l_runid status = l_status lock = l_lock unlock = l_unlock EXCEPTIONS run_locked = 1 run_not_found = 2 status_not_valid = 3 insert_failed = 4 OTHERS = 99.

HRPP_DOCUMENT_STATUS_GET CALL FUNCTION 'HRPP_DOCUMENT_STATUS_GET' EXPORTING docnum = l_docnum IMPORTING status = l_status EXCEPTIONS doc_not_found = 1 OTHERS = 99.

HRPP_DOCUMENT_STATUS_SET CALL FUNCTION 'HRPP_DOCUMENT_STATUS_SET' EXPORTING docnum = l_docnum status = l_status EXCEPTIONS doc_not_found = 1 status_not_valid = 2 insert_failed = 3 OTHERS = 99.

DEQUEUE_EPEVST CALL FUNCTION 'DEQUEUE_EPEVST' EXPORTING type = l_typ runid = l_run.

HR_EVAL_ATTR_GET CALL FUNCTION 'HR_EVAL_ATTR_GET' EXPORTING type = p_evtyp runid = p_runid attr = 'ACCREVAL' IMPORTING value = attr_value EXCEPTIONS attr_not_found = 2.

HR_EVAL_ATTR_SET CALL FUNCTION 'HR_EVAL_ATTR_SET' EXPORTING type = p_evtyp runid = p_runid attr = 'ACCRREVR' value = attr_value EXCEPTIONS attr_not_valid = 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 RPCIPR00 or its description.