RS_SAT_DELETE_CONTAINER 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 RS_SAT_DELETE_CONTAINER 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: S_CREATI = Container Created At
Selection Text: S_ERRSTA = Error Code
Selection Text: S_EXPIRD = Expiration Date of Container
Selection Text: S_OBJ_NA = Program Name
Selection Text: S_OBJ_TY = Object Type
Selection Text: S_OPSYS = Operating System
Selection Text: S_SYSID = SAP System ID
Selection Text: S_TRACED = Trace Created On
Selection Text: S_TRACET = Trace Created At
Selection Text: S_TRACEU = Trace Created By
Text Symbol: 000 = No authorization to delete container:
Text Symbol: CCA = Cancel
Text Symbol: CDL = Delete
Text Symbol: QD1 = Do you want to delete the selected measurement?
Text Symbol: QDL = Do you want to delete the &1 selected measurements?
Text Symbol: SCA = Action canceled by user
Text Symbol: T01 = Container and Trace Criteria
Text Symbol: T02 = Object Criteria
Text Symbol: T03 = System Criteria
Text Symbol: T04 = Measurement(s) successfully deleted
Text Symbol: TIT = ABAP Runtime Analysis
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 = 'ABAP Laufzeitanalyse'(tit) text_question = text text_button_1 = 'Löschen'(cdl) text_button_2 = 'Abbrechen'(cca) icon_button_1 = 'ICON_DELETE' icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = space popup_type = 'ICON_MESSAGE_QUESTION' IMPORTING answer = answer 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.
RS_SAT_DELETE_CONTAINER - RSSATDELETECONTAINER RS_SAT_DELETE_CONTAINER - RSSATDELETECONTAINER RS_SAPI_ORG_PULL_AC_FROM_ACRF - Strictely SAP Internal: Organisational Data RS_SAPI_ORG_PULL_AC_FROM_ACRF - Strictely SAP Internal: Organisational Data RS_SADL_GW_SHOW_FOR_PROJECTO01 - Include RS_SADL_GW_SHOW_FOR_PROJECTO01 RS_SADL_GW_SHOW_FOR_PROJECT - Display SADL XML for Gateway Project