SRAL_TRANS_WS 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 SRAL_TRANS_WS 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: ROTYPE = Location
Selection Text: ROPER = Operation Name
Selection Text: RONAME = Interface Name
Title: Read Access Logging: Transport Configurations
Text Symbol: YES = Yes
Text Symbol: NOO = No
Text Symbol: CON = Continue
Text Symbol: CAN = Cancel
Text Symbol: 028 = Inactive
Text Symbol: 027 = Active
Text Symbol: 026 = Transportation check failed
Text Symbol: 025 = Transportation aborted
Text Symbol: 024 = At least one active configuration is selected. All active configurations will be active in target system.
Text Symbol: 023 = Warning: Transport of Active Configurations
Text Symbol: 022 = Entry added to request
Text Symbol: 021 = Transport not allowed in this client
Text Symbol: 020 = Transport aborted
Text Symbol: 019 = ID
Text Symbol: 018 = Entries found:
Text Symbol: 017 = Changed at
Text Symbol: 016 = Changed on
Text Symbol: 015 = Changed by
Text Symbol: 014 = Created at
Text Symbol: 013 = Created on
Text Symbol: 012 = Created by
Text Symbol: 011 = Status
Text Symbol: 010 = Software component
Text Symbol: 009 = Application component
Text Symbol: 008 = Description
Text Symbol: 007 = Client
Text Symbol: 006 = Refresh
Text Symbol: 005 = Create/add transport request
Text Symbol: 004 = Mark at least one entry
Text Symbol: 003 = Operation name
Text Symbol: 002 = Interface name
Text Symbol: 001 = Location
Text Symbol: 000 = Channel Configurations: Web Services
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Warning: Transport of Active Configurations'(023) text_question = 'At least one active configuration is selected. All active configurations will be active in target system. Continue?'(024)
TR_OBJECT_CHECK call function 'TR_OBJECT_CHECK' exporting * IV_NO_SHOW_OPTION = ' ' it_obj_entry = iobj importing we_order = l_order we_task = l_task exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.
TR_OBJECT_INSERT call function 'TR_OBJECT_INSERT' exporting it_obj_entry = iobj importing we_order = l_order we_task = l_task exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.
TR_OBJECT_CHECK call function 'TR_OBJECT_CHECK' exporting wi_ko200 = w_line tables wt_e071k = wt_e071 exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.
TR_OBJECT_INSERT call function 'TR_OBJECT_INSERT' exporting wi_ko200 = w_line * wi_order = l_order * it_obj_entry = w_entry * IV_NO_SHOW_OPTION = ' ' importing we_order = l_order we_task = l_task tables wt_e071k = wt_e071 exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SRAL_TRANS_WS - Read Access Logging: Transport Configurations SRAL_TRANS_WS - Read Access Logging: Transport Configurations SRAL_TRANS_WD - Read Access Logging: Transport Configurations SRAL_TRANS_WD - Read Access Logging: Transport Configurations SRAL_TRANS_RFC - RAL Transport of Channel RFC configuration SRAL_TRANS_RFC - RAL Transport of Channel RFC configuration