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

RPCIPF00 SAP ABAP Report - Posting to Accounting: Reset cancelled reversal runs







RPCIPF00 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 RPCIPF00 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 RPCIPF00. "Basic submit
SUBMIT RPCIPF00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCIPF00 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: Reset cancelled reversal runs
Text Symbol: PI1 = Rev. docs. for run no.
Text Symbol: PI2 = are being created/checked
Text Symbol: QUP = Error during last posting run. Repeat posting? (Otherwise, new reversal documents will be created)
Text Symbol: QUR = Reversal reset. Do you want to try again?
Text Symbol: TIP = Post reversal docs.
Text Symbol: TIR = Cancel run


INCLUDES used within this REPORT RPCIPF00

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' * FLT_VAL = flt_val 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' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' 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.

HR_EVAL_STATUS_GET CALL FUNCTION 'HR_EVAL_STATUS_GET' EXPORTING type = l_type runid = l_runid lock = l_lock IMPORTING status = l_status * NAME = * SIMU = * CREATOR = * CREADATE = * CREATIME = 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.

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

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.

HR_EVAL_ATTR_GET CALL FUNCTION 'HR_EVAL_ATTR_GET' EXPORTING type = l_type runid = l_runid attr = 'ACCRREVR' IMPORTING value = attr_value EXCEPTIONS attr_not_found = 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 RPCIPF00 or its description.