SAP Reports / Programs | Project System | Revenues and Earnings | Actual Revenues and Forecast(PS-REV-ACT) SAP PS

RDPICB SAP ABAP Report - Resource-Related Billing Between Company Codes







RDPICB 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 RDPICB into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

DP93 - Res.-Rel. Billing Btwn Comp. Codes


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 RDPICB. "Basic submit
SUBMIT RDPICB AND RETURN. "Return to original report after report execution complete
SUBMIT RDPICB 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: SO_VBELN = D Sales Document
Selection Text: SO_PRPS = WBS Element
Selection Text: SO_PROJ = D Project Definition
Selection Text: SO_POSNR = D Item
Selection Text: SO_NETNR = Network/Order
Selection Text: SO_AUFNR = Service Order
Selection Text: P_YEAR = Fiscal Year
Selection Text: P_VBELN = Intercompany Sales Document
Selection Text: P_RRBFLT = D Process Open Items Only
Selection Text: P_PRSDT = D Pricing Date
Selection Text: P_PERIOD = Period
Selection Text: P_DATETO = D Posting Date To
Title: Resource-Related Billing Between Company Codes
Text Symbol: 020 = Initializing...
Text Symbol: 013 = Further Options
Text Symbol: 012 = Source
Text Symbol: 011 = or
Text Symbol: 002 = Optional Selection Parameters
Text Symbol: 001 = Selection


INCLUDES used within this REPORT RDPICB

INCLUDE RBONRART. "#EC INCL_OK
INCLUDE RDPICBPAR.
INCLUDE RDPICBF01.
INCLUDE RDPICBF02.
INCLUDE RDPICBF03.
INCLUDE RDPICBF04.
INCLUDE RDPICBF05.
INCLUDE RDPICBF06.
INCLUDE RDPICBF07.


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:

RS_EXTERNAL_SELSCREEN_STATUS CALL FUNCTION 'RS_EXTERNAL_SELSCREEN_STATUS' EXPORTING p_fb = 'DPICB_SELSCREEN_SET_GUI_STATUS'.

CNAU_AUTHORITY_TCD CALL FUNCTION 'CNAU_AUTHORITY_TCD' EXCEPTIONS no_authority = 1.

VPKG_CHOOSE_USER_DATA CALL FUNCTION 'VPKG_CHOOSE_USER_DATA' CHANGING c_user_data = g_user_data.

DPICB_SRC_SET_SELECTION_DATA CALL FUNCTION 'DPICB_SRC_SET_SELECTION_DATA' EXPORTING 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 iv_clear_icso_data = true.

VPKI_DELETE_LAST_VBELN CALL FUNCTION 'VPKI_DELETE_LAST_VBELN'.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-020.

VPKI_RRB_SD_COMPLETE CALL FUNCTION 'VPKI_RRB_SD_COMPLETE' EXPORTING i_vbeln = p_vbeln i_perio_from = p_period i_gjahr_from = p_year i_date_to = p_dateto i_prsdt = p_prsdt i_saved_data = g_save_po i_create_dmr = true IMPORTING e_vbeln = g_debit e_vbeln_g = g_credit TABLES ct_posnr = gt_sel_posnr EXCEPTIONS error_occurred = 1.

VPKG_SHOW_FOLLOW_UP CALL FUNCTION 'VPKG_SHOW_FOLLOW_UP' EXPORTING i_user_data = g_user_data i_debit = g_debit i_credit = g_credit.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-020.

VPKI_RRB_SD_INIT CALL FUNCTION 'VPKI_RRB_SD_INIT' EXPORTING i_vbeln = p_vbeln i_mode = vpkti_mode_edit i_perio_from = p_period i_gjahr_from = p_year i_date_to = p_dateto i_prsdt = p_prsdt i_saved_data = g_save_po TABLES ct_posnr = gt_sel_posnr EXCEPTIONS too_much_pdocs = 2 error_sddoc = 3 error_pricing_object = 4.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'.

VPKG_CALL_GUI CALL FUNCTION 'VPKG_CALL_GUI' " start the user interface EXPORTING i_appl = 'BI' i_caller = 'SD' i_user_data = g_user_data.



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 RDPICB or its description.