SAP ABAP Interface IF_DDIC_WB_DDLS_SVC (WB Persistence Service of DDL Source ADT Editor)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC-ED (Application Component) Dictionary Maintenance
⤷
SDDIC_ADT_DDLS (Package) Editor for ABAP Data Definition Language Sources
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DDIC_WB_DDLS_SVC | WB Persistence Service of DDL Source ADT Editor | 20121119 |
Properties
| Interface | IF_DDIC_WB_DDLS_SVC | |
| Short Description | WB Persistence Service of DDL Source ADT Editor |
General Data
| Package | SDDIC_ADT_DDLS | Editor for ABAP Data Definition Language Sources |
| Created | 20121119 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_DDIC_WB_DDLS_SVC has no forward declaration.
Interfaces
Interface IF_DDIC_WB_DDLS_SVC has no interface.
Friends
Interface IF_DDIC_WB_DDLS_SVC has no friend.
Attributes
Interface IF_DDIC_WB_DDLS_SVC has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20121122 | ||
| 2 | Instance method | Public | Method | 20121123 | ||
| 3 | Instance method | Public | Method | 20121122 | ||
| 4 | Instance method | Public | Method | 20130709 | ||
| 5 | Instance method | Public | Method | 20121123 | ||
| 6 | Instance method | Public | Method | 20121119 | ||
| 7 | Instance method | Public | Method | 20121218 | ||
| 8 | Instance method | Public | Method | 20121126 | ||
| 9 | Instance method | Public | Method | 20121123 | ||
| 10 | Instance method | Public | Method | 20121220 | ||
| 11 | Instance method | Public | Method | 20121119 | ||
| 12 | Instance method | Public | Method | 20121119 | ||
| 13 | Instance method | Public | Method | 20121119 |
Events
Interface IF_DDIC_WB_DDLS_SVC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_ERROR_WB | Public | See coding | 20121127 | BEGIN OF ty_error_wb,
line TYPE i,
column TYPE i.
INCLUDE TYPE symsg AS symsg.
TYPES: END OF ty_error_wb
|
||
| 2 | TY_ERROR_WB_TAB | Public | See coding | 20121127 | ty_error_wb_tab TYPE STANDARD TABLE OF ty_error_wb
|
Method Signatures
Method ACTIVATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DDLNAME | Call by reference | Type reference (TYPE) | TROBJ_NAME | 20121122 | ||||
| 2 | ERROR_LIST | Call by reference | Type reference (TYPE) | TY_ERROR_WB_TAB | 20121122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121122 |
Method ADD_LOG_LINKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LINKS | Call by reference | Type reference (TYPE) | IF_ATOM_TYPES=>LINK_T | 20121123 | ||||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | TROBJ_NAME | 20121123 |
Method ADD_LOG_LINKS on Interface IF_DDIC_WB_DDLS_SVC has no exception.
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERROR_LIST | Call by reference | Type reference (TYPE) | TY_ERROR_WB_TAB | 20121122 | ||||
| 2 | OBJECT_DATA | Call by reference | Object reference (TYPE REF TO) | IF_WB_OBJECT_DATA_MODEL | 20121122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121122 |
Method CHK_4_OTHER_VERSIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DDLS_OBJECT_KEY | Call by reference | Type reference (TYPE) | SEU_OBJKEY | 20130709 | ||||
| 2 | EXISTENCE_CHECK_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130709 | ||||
| 3 | OBJECT_DATA | Call by reference | Object reference (TYPE REF TO) | IF_WB_OBJECT_DATA_MODEL | 20130709 | ||||
| 4 | OTHER_EXISTING_VERSIONS | Call by reference | Type reference (TYPE) | IF_WB_OBJECT_PERSIST=>GTY_R3STATES | 20130709 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130709 |
Method CLOSE_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROT_ID | Call by reference | Type reference (TYPE) | SYTABIX | 20121123 |
Method CLOSE_LOG on Interface IF_DDIC_WB_DDLS_SVC has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DDLS_OBJECT_KEY | Call by reference | Type reference (TYPE) | SEU_OBJKEY | 20121119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121119 |
Method GET_DDLS_NAME_FOR_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DDLS_NAME | Value transfer | Type reference (TYPE) | TROBJ_NAME | 20121218 | ||||
| 2 | VIEW_NAME | Call by reference | Type reference (TYPE) | VIEWNAME | 20121218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121218 |
Method GET_DDL_HANDLER_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_DD_DDL_HANDLER | 20121210 |
Method GET_DDL_HANDLER_INSTANCE on Interface IF_DDIC_WB_DDLS_SVC has no exception.
Method OPEN_ACT_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DDLNAME | Call by reference | Type reference (TYPE) | DDLNAME | 20121123 | ||||
| 2 | PROT_ID | Value transfer | Type reference (TYPE) | SYTABIX | 20121123 |
Method OPEN_ACT_LOG on Interface IF_DDIC_WB_DDLS_SVC has no exception.
Method OPEN_CHECK_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DDLNAME | Call by reference | Type reference (TYPE) | DDLNAME | 20121220 | ||||
| 2 | PROT_ID | Value transfer | Type reference (TYPE) | SYTABIX | 20121220 |
Method OPEN_CHECK_LOG on Interface IF_DDIC_WB_DDLS_SVC has no exception.
Method READ_DDLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DDLS_OBJECT_KEY | Call by reference | Type reference (TYPE) | SEU_OBJKEY | 20121119 | ||||
| 2 | EXISTENCE_CHECK_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20121217 | |||
| 3 | LANGU_NOT_MAINTAINED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121119 | ||||
| 4 | LANGU_OF_SHORTTEXT_REQUESTED | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | 20121217 | |||
| 5 | OBJECT_DATA | Call by reference | Object reference (TYPE REF TO) | IF_WB_OBJECT_DATA_MODEL | 20121119 | ||||
| 6 | VERSION | Call by reference | Type reference (TYPE) | AS4LOCAL | 20121119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121119 | |||
| 2 | 20121212 |
Method READ_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DDLS_OBJECT_KEY | Call by reference | Type reference (TYPE) | SEU_OBJKEY | 20121119 | ||||
| 2 | DESCR | Call by reference | Type reference (TYPE) | DDTEXT | 20121119 | ||||
| 3 | LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | 20121119 | |||
| 4 | LANGU_NOT_MAINTAINED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121119 | ||||
| 5 | VERSION | Call by reference | Type reference (TYPE) | AS4LOCAL | 20121119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121119 |
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MASTERLANGUAGE | Call by reference | Type reference (TYPE) | MASTERLANG | SY-LANGU | 20121119 | |||
| 2 | OBJECT_DATA | Call by reference | Object reference (TYPE REF TO) | IF_WB_OBJECT_DATA_MODEL | 20121119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121119 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |