SAP Reports / Programs

SRT_WSP_CDTC_CONNECTIVITY SAP ABAP Report - Central Design Time Cache: Remote Integration







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


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 SRT_WSP_CDTC_CONNECTIVITY. "Basic submit
SUBMIT SRT_WSP_CDTC_CONNECTIVITY AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_WSP_CDTC_CONNECTIVITY 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: 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


INCLUDES used within this REPORT SRT_WSP_CDTC_CONNECTIVITY

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:

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.



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