SAP ABAP Interface IF_WB_TOOL_UI_STANDARD_DIALOGS (User Interface for Workbench Tool: Standard Dialogs)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO (Application Component) Workbench Tools: Editors, Painters, Modelers
⤷
SWB_TOOL (Package) Abstract Workbench Tool

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WB_ABSTRACT_TOOL | Abstract Workbench Tool Class | 20090108 |
Properties
Interface | IF_WB_TOOL_UI_STANDARD_DIALOGS | |
Short Description | User Interface for Workbench Tool: Standard Dialogs |
General Data
Package | SWB_TOOL | Abstract Workbench Tool |
Created | 20090108 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_WB_TOOL_UI_STANDARD_DIALOGS has no forward declaration.
Interfaces
Interface IF_WB_TOOL_UI_STANDARD_DIALOGS has no interface.
Friends
Interface IF_WB_TOOL_UI_STANDARD_DIALOGS has no friend.
Attributes
Interface IF_WB_TOOL_UI_STANDARD_DIALOGS has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Dialog to Confirm an Action | 20090408 |
2 | ![]() |
Instance method | Public | Method | Dialog "Copy Object" | 20090108 |
3 | ![]() |
Instance method | Public | Method | Dialog "Recreate Object" | 20090108 |
4 | ![]() |
Instance method | Public | Method | Dialog "Delete Object" | 20090108 |
5 | ![]() |
Instance method | Public | Method | Dialog "Rename Object" | 20090109 |
6 | ![]() |
Instance method | Public | Method | Confirmation Prompt "Save changed data or discard?" | 20090108 |
7 | ![]() |
Static method | Public | Method | Send Message | 20090108 |
Events
Interface IF_WB_TOOL_UI_STANDARD_DIALOGS has no event.
Types
Interface IF_WB_TOOL_UI_STANDARD_DIALOGS has no local type.
Method Signatures
Method CONFIRM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_TEXT | Call by reference | Type reference (TYPE) | STRING | Text | 20090408 | ||
2 | ![]() |
P_TITLE | Call by reference | Type reference (TYPE) | STRING | Titel | 20090408 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Aktion wurde abgebrochen | 20090408 |
Method COPY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_COPY_NAME | Call by reference | Type reference (TYPE) | SEU_OBJKEY | Name der Kopie | 20090108 | ||
2 | ![]() |
P_COPY_OBJSTATE | Call by reference | Type reference (TYPE) | SEU_TOOL_OBJSTATE_TEXT | zu erzeugende Version der Kopie | 20090108 | ||
3 | ![]() |
P_ORIGINAL_NAME | Value transfer | Type reference (TYPE) | SEU_OBJKEY | Name des Originalobjekts | 20090108 | ||
4 | ![]() |
P_ORIGINAL_OBJSTATE | Call by reference | Type reference (TYPE) | SEU_TOOL_OBJSTATE_TEXT | Version des Originalobjekts, die kopiert werden soll | 20090108 | ||
5 | ![]() |
P_ORIGINAL_OBJSTATES | Value transfer | Type reference (TYPE) | SEU_TOOL_OBJSTATE_TEXT_TABLE | Vorhandene Versionen des Originalobjekts | 20090108 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090108 |
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_OBJECT_NAME | Call by reference | Type reference (TYPE) | SEU_OBJKEY | Objektname | 20090108 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Aktion wurde abgebrochen | 20090108 |
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_OBJECT_NAME | Call by reference | Type reference (TYPE) | SEU_OBJKEY | Objektname | 20090108 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Aktion wurde abgebrochen | 20090108 |
Method RENAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_NEW_NAME | Call by reference | Type reference (TYPE) | SEU_OBJKEY | Neuer Name | 20090109 | ||
2 | ![]() |
P_ORIGINAL_NAME | Value transfer | Type reference (TYPE) | SEU_OBJKEY | Alter Name | 20090109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090109 |
Method SAVE_OR_LOSE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ANSWER | Call by reference | Type reference (TYPE) | C | Antwort: 'Y' (Ja), 'N' (Nein) oder 'A' (Abbrechen) | 20090108 | ||
2 | ![]() |
P_OBJECT_NAME | Call by reference | Type reference (TYPE) | SEU_OBJKEY | Objektname | 20090108 |
Method SAVE_OR_LOSE_DATA on Interface IF_WB_TOOL_UI_STANDARD_DIALOGS has no exception.
Method SEND_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtenklasse | 20090108 | ||
2 | ![]() |
P_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20090108 | ||
3 | ![]() |
P_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Nachrichtentyp | 20090108 | ||
4 | ![]() |
P_MSGV1 | Call by reference | Type reference (TYPE) | CLIKE | Nachrichtenvariable | 20090108 | ||
5 | ![]() |
P_MSGV2 | Call by reference | Type reference (TYPE) | CLIKE | Nachrichtenvariable | 20090108 | ||
6 | ![]() |
P_MSGV3 | Call by reference | Type reference (TYPE) | CLIKE | Nachrichtenvariable | 20090108 |
Method SEND_MESSAGE on Interface IF_WB_TOOL_UI_STANDARD_DIALOGS has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 720 |