RPCIP_SUPPORT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Support tool for posting transfers...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPCIP_SUPPORT into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: SO_RUNID = Run Number
Selection Text: SO_PERNR = Personnel Number
Selection Text: SO_LGART = Wage Type
Selection Text: SIMU = Simulation Runs
Selection Text: PROD = Live Runs
Title: Posting Transfer: Support Tool
Text Symbol: 008 = Original Run
Text Symbol: 007 = Original posting run not found for PPOPX entry
Text Symbol: 006 = Selection
Text Symbol: 005 = No Entries Found
Text Symbol: 004 = Doc.
Text Symbol: 003 = Simulation Runs
Text Symbol: 002 = Live Runs
Text Symbol: 001 = Line Item
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = repid i_internal_tabname = 'IT_MYPPOIX_GES' i_inclname = repid i_bypassing_buffer = 'X' CHANGING ct_fieldcat = it_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = repid is_layout = wa_layout it_fieldcat = it_fieldcat TABLES t_outtab = it_myppoix_ges * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .
HR_EVAL_PROD_A_RUN_GET CALL FUNCTION 'HR_EVAL_PROD_A_RUN_GET' EXPORTING perno = lc_wa_myppopx1-pernr seqno = lc_wa_myppopx1-seqno IMPORTING runid = lc_wa_myppopx1-my_runid EXCEPTIONS no_run_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCIP_SUPPORT - Posting Transfer: Support Tool RPCIP_SUPPORT - Posting Transfer: Support Tool RPCIP_RUN_STATISTICS - Posting to Accounting: Display Run Statistics RPCIP_RUN_STATISTICS - Posting to Accounting: Display Run Statistics RPCIP_NEG_POST_SWITCH - Program RPCIP_NEG_POST_SWITCH RPCIP_NEG_POST_SWITCH - Program RPCIP_NEG_POST_SWITCH