SAP Reports / Programs

RBPCTFO SAP ABAP Report - Customer Contacts







RBPCTFO 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 RBPCTFO 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

RBPCT - List of Customer Contacts


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 RBPCTFO. "Basic submit
SUBMIT RBPCTFO AND RETURN. "Return to original report after report execution complete
SUBMIT RBPCTFO 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: ACTIVITY = D Action
Selection Text: ADDINFO = D Addnl Docs Available
Selection Text: ALTPART = D Contact Person
Selection Text: CDIR = D Incoming/Outgoing
Selection Text: CLASS = D Contact Class
Selection Text: CUSTINFO = D Customer Information
Selection Text: DATE = D Date
Selection Text: MAXCOUNT = Maximum Number
Selection Text: ORIGIN = D Contact Origin
Selection Text: PARTNER = D Business Partner
Selection Text: PA_ARCH = Select from Archive
Selection Text: PRIORITY = D Contact Priority
Selection Text: TYPE = D Contact Type
Title: Customer Contacts
Text Symbol: 200 = Data is being read
Text Symbol: 102 = Options
Text Symbol: 101 = Selection Criteria
Text Symbol: 005 = Action
Text Symbol: 004 = Class
Text Symbol: 003 = Time
Text Symbol: 002 = Date
Text Symbol: 001 = Partner
Text Symbol: 000 = List contains no data


INCLUDES used within this REPORT RBPCTFO

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:

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = text-200. " Daten werden gelesen

DB_BCONT_SELECT_RANGE call function 'DB_BCONT_SELECT_RANGE' exporting x_maxcount = maxcount * x_sort = ' ' "default = descending tables yt_bcont = ibcont xt_partner = r_partner xt_altpartner = r_altpart xt_date = r_date xt_class = r_class xt_activity = r_activity xt_ctype = r_type xt_cdir = r_cdir xt_custinfo = r_custinfo xt_priority = r_prio xt_addinfo = r_addinfo xt_origin = r_origin.

AS_API_READ call function 'AS_API_READ' exporting i_fieldcat = 'SAP_ISU_BCONT' i_selections = gt_sel importing e_result = gt_result exceptions parameters_invalid = 1 no_infostruc_found = 2 others = 3.

BCONTACT_SELECT_FROM_ARCHIVE_2 call function 'BCONTACT_SELECT_FROM_ARCHIVE_2' exporting x_arkey = gs_result importing y_bcont = gs_bcont exceptions not_found = 1 others = 2.

FKK_BUPA_READ_SINGLE * call function 'FKK_BUPA_READ_SINGLE' * exporting * i_partner = ibcontw-partner * i_xaddr_mult = 'X' * importing * e_but000 = bu_ex * tables * t_address = ibus010 * exceptions * partner_not_found = 1 * others = 2.

FKK_PARTNER_HEADER_DISPLAY call function 'FKK_PARTNER_HEADER_DISPLAY' exporting x_partner = ibcontw-partner importing y_text1 = h_text.

BCONTACT_DISPLAY call function 'BCONTACT_DISPLAY' exporting x_bpcontact = ibcontw-bpcontact x_archive_key = ibcontw-aind_arkey * IMPORTING * Y_DB_UPDATE = * Y_EXIT_TYPE = * Y_NEW_BCONT = * TABLES * Y_NEW_BCONTO = exceptions not_found = 1 general_fault = 2 not_authorized = 3 others = 4.

BCONTACT_DISPLAY call function 'BCONTACT_DISPLAY' exporting x_bpcontact = ibcontw-bpcontact x_upd_online = 'X' x_archive_key = ibcontw-aind_arkey x_no_other = 'X' exceptions not_found = 1 general_fault = 2 not_authorized = 3 others = 4.



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