SRT_WSP_CDTC_CONNECTIVITY 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 SRT_WSP_CDTC_CONNECTIVITY into the relevant SAP transactions such as SE38 or SE80
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: XWEBI = Select Service Definitions
Selection Text: XSPRX = Select Consumer Proxies
Selection Text: XSCON = Select Semantic Contracts
Selection Text: XSCGR = Select Service Groups
Selection Text: XSCEN = Select Int. Scen. Defs.
Selection Text: XCONT = Select Contracts
Selection Text: XCOIM = Select Contract Impl.
Selection Text: XCFAC = Select Consumer Factories
Selection Text: WEBI = Service Definitions
Selection Text: SPRX = Consumer Proxies
Selection Text: SCON = Semantic Contracts
Selection Text: SCGR = Service Groups
Selection Text: SCEN = Integration Scenario Defs
Selection Text: P_TNT = Tenant Key
Selection Text: P_PUSH_A = Push Whole Cache to System
Selection Text: P_PUSH = Push Cache to System
Selection Text: P_PULL_A = Pull Whole Cache From System
Selection Text: P_PULL = Pull Cache From System
Selection Text: CONT = Contracts
Selection Text: COIM = Contract Implementations
Selection Text: CFAC = Consumer Factories
Title: Central Design Time Cache: Remote Integration
Text Symbol: 009 = Settings for Integration Scenario Definitions
Text Symbol: 008 = Settings for Consumer Factories
Text Symbol: 007 = Settings for Contract Implementations
Text Symbol: 006 = Settings for Contracts
Text Symbol: 005 = Settings for Semantic Contracts
Text Symbol: 004 = Settings for Service Groups
Text Symbol: 003 = Settings for Consumer Proxies
Text Symbol: 002 = Settings for Service Definitions
Text Symbol: 001 = Technical Settings
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'OBJECT' dynpprog = sy-repid dynpnr = '1000' dynprofield = 'WEBI' value_org = 'S' tables value_tab = l_tab_vh_webi exceptions others = 0.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'OBJECT' dynpprog = sy-repid dynpnr = '1000' dynprofield = 'SPRX' value_org = 'S' tables value_tab = l_tab_vh_sprx exceptions others = 0.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'OBJECT' dynpprog = sy-repid dynpnr = '1000' dynprofield = 'SCGR' value_org = 'S' tables value_tab = l_tab_vh_scgr exceptions others = 0.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'OBJECT' dynpprog = sy-repid dynpnr = '1000' dynprofield = 'SCON' value_org = 'S' tables value_tab = l_tab_vh_scen exceptions others = 0.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'OBJECT' dynpprog = sy-repid dynpnr = '1000' dynprofield = 'SCEN' value_org = 'S' tables value_tab = l_tab_vh_scon exceptions others = 0.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'OBJECT' dynpprog = sy-repid dynpnr = '1000' dynprofield = 'COIM' value_org = 'S' tables value_tab = l_tab_vh_coim exceptions others = 0.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'OBJECT' dynpprog = sy-repid dynpnr = '1000' dynprofield = 'CONT' value_org = 'S' tables value_tab = l_tab_vh_cont exceptions others = 0.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'OBJECT' dynpprog = sy-repid dynpnr = '1000' dynprofield = 'CFAC' value_org = 'S' tables value_tab = l_tab_vh_cfac exceptions others = 0.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'TENANT_KEY' dynpprog = sy-repid dynpnr = '1000' dynprofield = 'P_TNT' value_org = 'S' tables value_tab = l_tab_tenant_info exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SRT_WSP_CDTC_CONNECTIVITY - Central Design Time Cache: Remote Integration SRT_WSP_CDTC_CONNECTIVITY - Central Design Time Cache: Remote Integration SRT_WSP_CDTC_BUILD - SRT WSP: Build Central Design Time Cache Data SRT_WSP_CDTC_BUILD - SRT WSP: Build Central Design Time Cache Data SRT_WSP_CDTC_ANALYZE - SRT WSP: Central Design Time Cache Analyze SRT_WSP_CDTC_ANALYZE - SRT WSP: Central Design Time Cache Analyze