SAP Reports / Programs

RPCO_BS_INT_TEST SAP ABAP Report - PCo: Example Program for Business Suite Connection







RPCO_BS_INT_TEST 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 RPCO_BS_INT_TEST 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 RPCO_BS_INT_TEST. "Basic submit
SUBMIT RPCO_BS_INT_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT RPCO_BS_INT_TEST 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_ALVVAR = ALV Display Variant
Selection Text: P_APPL = Application
Selection Text: P_CHKDST = RFC connection test
Selection Text: P_FILTER = Filter String for Tag Alias
Selection Text: P_FQPATH = Fully Qualified Path (ID)
Selection Text: P_ISGROU = Path Specified for Tag Group
Selection Text: P_LOGACT = Logging Active
Selection Text: P_MAX_EN = Maximum Number of Rows
Selection Text: P_RFCDES = RFC Dest. PCo Agent Instance
Selection Text: P_ROUND = No. Decimals (Floating Point)
Selection Text: P_TESTMO = Test Mode (Without PCo)
Selection Text: P_BRMODE = D .
Selection Text: P_HANDLE = D .
Selection Text: P_MASKTY = D .
Title: PCo: Example Program for Business Suite Connection
Text Symbol: SSU = "Display Subscriptions for Tag"
Text Symbol: SUB = Subscr.
Text Symbol: SUC = Successful Query
Text Symbol: SUI = Subscription exists for tag
Text Symbol: SUS = "Subscription to Value Change"
Text Symbol: TAG = Processing Tags
Text Symbol: TAL = Tag Alias (Shortened)
Text Symbol: TDE = Tag Description (Shortened)
Text Symbol: TGN = TAG
Text Symbol: TIT = Overview of Selected Tags
Text Symbol: TMO = Simulation Mode
Text Symbol: TVA = Tag Value (Shortened)
Text Symbol: UND = Unclear Query Status
Text Symbol: UNS = "Delete Subscription"
Text Symbol: VCH = Value Chg.
Text Symbol: VER = 'No. Decimals (Floating Point)' field: Choose a value between 0 and 6
Text Symbol: WVA = "Write Value Change"
Text Symbol: ABO = Termination of Query
Text Symbol: ALV = ALV Result Display
Text Symbol: BAL = Log Display
Text Symbol: BNS = Selected mode for namespace browsing not supported
Text Symbol: BRO = "Browse Tags"
Text Symbol: CTD = Change in Tag Value





Text Symbol: ECI = Error in tooltip creation for icons
Text Symbol: EIC = Error in object instantiation (ALV)
Text Symbol: ERD = Error in detail display RFC destination
Text Symbol: IDE = Invalid input value
Text Symbol: MES = More entries exist than were selected
Text Symbol: NAV = No ALV display variant maintained
Text Symbol: NDC = Data reference cannot be converted to string value
Text Symbol: NES = No entry selected
Text Symbol: NGS = No tag group selected
Text Symbol: NNS = No notification template selected
Text Symbol: NOS = Function not yet supported
Text Symbol: NSE = No subscriptions exist
Text Symbol: NTF = No tags found for selection criteria
Text Symbol: NVS = New value shorter than old value
Text Symbol: PCO = Communication Between Business Suite - PCo Agent
Text Symbol: QTI = Qualified Tag ID
Text Symbol: REA = "Read Tags"
Text Symbol: RES = "Renew Subscriptions"
Text Symbol: RFC = Properties of RFC Destination
Text Symbol: RNS = No Read Access Implemented for Agent
Text Symbol: SAF = Properties of PCo Agent
Text Symbol: SFE = "Display Agent Properties"
Text Symbol: SHS = Existing Subscriptions for Tags
Text Symbol: SNA = Test Subscription
Text Symbol: SNT = "Display Notification Templates"
Text Symbol: SOE = 'Maximum Number of Tags' field: Choose a value greater than zero


INCLUDES used within this REPORT RPCO_BS_INT_TEST

INCLUDE RPCO_BS_INT_TESTTOP.
INCLUDE RPCO_BS_INT_DEC01.
INCLUDE RPCO_BS_INT_IMP01.
INCLUDE RPCO_BS_INT_TESTO01.
INCLUDE RPCO_BS_INT_TESTI01.


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:

S_PCO_CALL_POPUP_NAMESP_BROWS CALL FUNCTION 'S_PCO_CALL_POPUP_NAMESP_BROWS' EXPORTING is_appl_handle = gs_appl_handle is_query_mask = gs_query_mask iv_act_group_path = p_fqpath iv_browse_groups = gv_browse_groups iv_browse_tags = abap_true iv_max_entries = p_max_en iv_rfc_dest = p_rfcdes iv_sel_mode = gc_sel_mode_single iv_simul_mode = p_testmo IMPORTING et_sel_nodes = gt_sel_nodes.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = gs_alv_variant i_save = 'A' IMPORTING es_variant = gs_alv_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

RFCDES_DISPLAY CALL FUNCTION 'RFCDES_DISPLAY' EXPORTING rfcdes_export = ls_rfc_dest authority_check = abap_true editable = abap_true EXCEPTIONS authority_not_available = 1 OTHERS = 2.






S_PCO_CALL_POPUP_NAMESP_BROWS CALL FUNCTION 'S_PCO_CALL_POPUP_NAMESP_BROWS' EXPORTING is_appl_handle = gs_appl_handle is_query_mask = gs_query_mask iv_act_group_path = p_fqpath iv_browse_groups = gv_browse_groups iv_browse_tags = abap_true iv_disp_mode = cl_pco_browse_ns=>gc_tree_display iv_max_entries = p_max_en iv_rfc_dest = p_rfcdes iv_sel_mode = gc_sel_mode_multi iv_simul_mode = p_testmo IMPORTING et_sel_nodes = gt_sel_nodes.



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