RDPICBMASS 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 RDPICBMASS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
DP94 - Billing btwn Co.Codes (Coll.Proc.)
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_VBELN = D .
Selection Text: SO_PROJ = D .
Selection Text: SO_POSNR = D .
Selection Text: SO_NETNR = D .
Selection Text: SO_KOSTL = D .
Selection Text: SO_AUFNR = D .
Selection Text: P_YEAR = D .
Selection Text: P_TEST = D .
Selection Text: P_SBELN = D .
Selection Text: P_SAVEX = D .
Selection Text: P_SAVEDD = D .
Selection Text: P_RRBFLT = D .
Selection Text: P_REFRSH = D .
Selection Text: P_PRSDT = D .
Selection Text: P_PERSEL = D .
Selection Text: P_PERIOD = D .
Selection Text: P_LAST_P = D .
Selection Text: P_DETAIL = D .
Selection Text: P_DATETO = D .
Selection Text: P_CURR_P = D .
Selection Text: P_BATCH = D .
Title: Resource-Related Billing Between Company Codes: Collective Processing
INCLUDE RBONRART. "#EC INCL_OK
INCLUDE VPK_DEFINITIONS. "#EC INCL_OK
No SAP DATABASE tables are accessed within this REPORT code!
SELECTION_TEXTS_MODIFY CALL FUNCTION 'SELECTION_TEXTS_MODIFY' EXPORTING program = 'RDPICBMASS' TABLES seltexts = lt_seltexts EXCEPTIONS OTHERS = 0.
DPICB_SRC_SET_SELECTION_DATA CALL FUNCTION 'DPICB_SRC_SET_SELECTION_DATA' EXPORTING iv_param_period = gv_param_period iv_period = p_period iv_year = p_year iv_date_to = p_dateto i_range_vbeln_tab = gt_range_vbeln i_range_so_item_tab = gt_range_so_item i_range_aufnr_tab = gt_range_aufnr i_range_kostl_tab = gt_range_kostl it_rsparams = gt_rsparams.
VPKI_DELETE_LAST_VBELN CALL FUNCTION 'VPKI_DELETE_LAST_VBELN'.
DIPCOL_COLLECTIVE_RRB CALL FUNCTION 'DIPCOL_COLLECTIVE_RRB' EXPORTING i_selparam = g_dpicbparam it_sel = gt_sel it_so_vbeln = dd_vbeln[] it_so_posnr = so_posnr[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDPICBMASS - Resource-Related Billing Between Company Codes: Collective Processing RDPICBMASS - Resource-Related Billing Between Company Codes: Collective Processing RDPICBF07 - documentation and ABAP source code RDPICBF06 - documentation and ABAP source code RDPICBF05 - documentation and ABAP source code RDPICBF04 - documentation and ABAP source code