SAP Reports / Programs | Cross-Application Components | SAP UI for Decoupled Innovations | SAP UI Integration - Social Media Collaboration Enablement(CA-UI2-AR-SM) SAP CA

RCLB2_SUBSCRIPTIONS SAP ABAP Report - Collaboration: Test Report for Gateway Subscriptions (IW_BEP required)







RCLB2_SUBSCRIPTIONS 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 RCLB2_SUBSCRIPTIONS 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 RCLB2_SUBSCRIPTIONS. "Basic submit
SUBMIT RCLB2_SUBSCRIPTIONS AND RETURN. "Return to original report after report execution complete
SUBMIT RCLB2_SUBSCRIPTIONS 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_USER = User Name
Selection Text: P_URL = Base URL
Selection Text: P_TITLE = Subscription Title
Selection Text: P_PTYPE = Platform Type
Selection Text: P_ID = Subscription ID
Selection Text: P_GRP = Service Name
Selection Text: P_COLL = Collection Name
Selection Text: P_APPID = Application ID
Selection Text: PFUNCT = Function
Title: Collaboration: Test Report for Gateway Subscriptions (IW_BEP required)
Text Symbol: 023 = Parameters Applilcation ID and Platform Type have to be delivered
Text Symbol: 022 = New subscription from &1
Text Symbol: 021 = No subscriptions found for user
Text Symbol: 020 = Error: Deletion not possible
Text Symbol: 019 = Subscription deleted
Text Symbol: 018 = Registered Subscriptions:
Text Symbol: 017 = Registered Subscription:
Text Symbol: 016 = SAP System Alias:
Text Symbol: 015 = Entity Change Type:
Text Symbol: 014 = Content Selection:
Text Symbol: 013 = Subscription Filter:
Text Symbol: 012 = Collection Name:
Text Symbol: 011 = Base URL:
Text Symbol: 010 = Flag for Persisting:
Text Symbol: 009 = Source Client:
Text Symbol: 008 = Source Gateway:
Text Symbol: 007 = Subscription Title:
Text Symbol: 006 = User Name:
Text Symbol: 005 = Service Version:
Text Symbol: 004 = Service Name:
Text Symbol: 003 = Language Key:
Text Symbol: 002 = Subscription ID:
Text Symbol: 001 = Program cancelled. Install Gateway add-ons for maintenance of subscriptions


INCLUDES used within this REPORT RCLB2_SUBSCRIPTIONS

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:

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = '/IWBEP/FM_GET_SERVICE' EXCEPTIONS function_not_exist = 1.



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