SRT_DT_UPDATE_CHECK 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_DT_UPDATE_CHECK into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WSUPDATECHECK - Get/Check WS DT-RT Changes
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: P_SELCLI = Selective Clients
Selection Text: P_ALLDT = All DT Object Types
Selection Text: P_ALLCLI = All Clients
Selection Text: PPROV = Provider
Selection Text: PCONS = Consumer
Title: Changes to Web Service Runtime Due to Designtime Object Changes
Text Symbol: OP3 = New
Text Symbol: OP2 = Delete
Text Symbol: OP1 = Change
Text Symbol: OP0 = Unknown
Text Symbol: NOR = [No origin ID]
Text Symbol: NOO = No
Text Symbol: LOC = local
Text Symbol: KDY = Remove log entries older than specified days
Text Symbol: I02 = Note: Only valid SAP clients are used for getting the required RFC destinations!
Text Symbol: I01 = SAP Client &1 explicitly excluded from DT-RT change management
Text Symbol: HC5 = Additional Checks performed on found RFC Destinations
Text Symbol: HC4 = Check Results for Background Jobs
Text Symbol: HC3 = Status
Text Symbol: HC2 = Client
Text Symbol: HC1 = Check Result for RFC Destinations
Text Symbol: H13 = Counter
Text Symbol: H12 = [Central changes waiting for processing: &1]
Text Symbol: H11 = No entries found in central log
Text Symbol: P01 = Client Selection
Text Symbol: P02 = Include All Clients
Text Symbol: P03 = Client Selection
Text Symbol: P04 = Select Specific Client
Text Symbol: P05 = Design Time Object Type Restriction
Text Symbol: P06 = Include All Design Time Object Types
Text Symbol: P07 = Filter by Specific Design Time Object Types
Text Symbol: P08 = Provider (Service Definition)
Text Symbol: P09 = Consumer (Proxy Definition, ServiceGroups)
Text Symbol: S00 = Unknown
Text Symbol: S01 = Initial
Text Symbol: S02 = Completed
Text Symbol: S03 = Running
Text Symbol: S04 = Removed
INCLUDE SRT_DT_UPDATE_CHECK_TOP.
SRT_DT_UPDATE_CHECK_SEL,
SRT_DT_UPDATE_CHECK_EVT.
SRT_DT_UPDATE_CHECK_F01,
SRT_DT_UPDATE_CHECK_M01.
No SAP DATABASE tables are accessed within this REPORT code!
SRT_PROCESS_SINGLE_DT_CHANGE call function 'SRT_PROCESS_SINGLE_DT_CHANGE' destination l_dest->name exporting pi_counter = pi_id pi_client = pi_client exceptions communication_failure = 1 system_failure = 2 resource_failure = 3 others = 4.
SRT_PROCESS_DT_CHANGE call function 'SRT_PROCESS_DT_CHANGE' destination
-dest exporting i_test_mode = abap_true importing e_test_mode_success = l_test_mode_success e_test_mode_text = lt_text_mode_text exceptions communication_failure = 1 system_failure = 2 resource_failure = 3 others = 4.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Web Services: Design Time-to-Runtime Comparison'(001) text_question = _text text_button_1 = 'Synchronous'(019) text_button_2 = 'Asynchronous'(020) default_button = l_default_button display_cancel_button = 'X' importing answer = g_answer exceptions text_not_found = 1 others = 2.
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_DT_UPDATE_CHECK or its description.
SRT_DT_UPDATE_CHECK - Changes to Web Service Runtime Due to Designtime Object Changes SRT_DT_UPDATE_CHECK - Changes to Web Service Runtime Due to Designtime Object Changes SRT_DETAILED_ERRORS - Program SRT_DETAILED_ERRORS SRT_DETAILED_ERRORS - Program SRT_DETAILED_ERRORS SRT_DELETE_SEC_CONFIGURATIONS - Program SRT_CFG_TST_DELETE_CONFIGS SRT_DELETE_SEC_CONFIGURATIONS - Program SRT_CFG_TST_DELETE_CONFIGS