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 ACTIVATE Instance method Public Method 20121122
2 ADD_LOG_LINKS Instance method Public Method 20121123
3 CHECK Instance method Public Method 20121122
4 CHK_4_OTHER_VERSIONS Instance method Public Method 20130709
5 CLOSE_LOG Instance method Public Method 20121123
6 DELETE Instance method Public Method 20121119
7 GET_DDLS_NAME_FOR_VIEW Instance method Public Method 20121218
8 GET_DDL_HANDLER_INSTANCE Instance method Public Method 20121126
9 OPEN_ACT_LOG Instance method Public Method 20121123
10 OPEN_CHECK_LOG Instance method Public Method 20121220
11 READ_DDLS Instance method Public Method 20121119
12 READ_DESCR Instance method Public Method 20121119
13 SAVE 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 Importing DDLNAME Call by reference Type reference (TYPE) TROBJ_NAME 20121122
2 Exporting ERROR_LIST Call by reference Type reference (TYPE) TY_ERROR_WB_TAB 20121122
# Exception Resumable Description Created on
1 CX_SWB_EXCEPTION 20121122

Method ADD_LOG_LINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ET_LINKS Call by reference Type reference (TYPE) IF_ATOM_TYPES=>LINK_T 20121123
2 Importing 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 Exporting ERROR_LIST Call by reference Type reference (TYPE) TY_ERROR_WB_TAB 20121122
2 Importing OBJECT_DATA Call by reference Object reference (TYPE REF TO) IF_WB_OBJECT_DATA_MODEL 20121122
# Exception Resumable Description Created on
1 CX_SWB_EXCEPTION 20121122

Method CHK_4_OTHER_VERSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DDLS_OBJECT_KEY Call by reference Type reference (TYPE) SEU_OBJKEY 20130709
2 Importing EXISTENCE_CHECK_ONLY Call by reference Type reference (TYPE) ABAP_BOOL 20130709
3 Importing OBJECT_DATA Call by reference Object reference (TYPE REF TO) IF_WB_OBJECT_DATA_MODEL 20130709
4 Exporting OTHER_EXISTING_VERSIONS Call by reference Type reference (TYPE) IF_WB_OBJECT_PERSIST=>GTY_R3STATES 20130709
# Exception Resumable Description Created on
1 CX_SWB_EXCEPTION 20130709

Method CLOSE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 Importing DDLS_OBJECT_KEY Call by reference Type reference (TYPE) SEU_OBJKEY 20121119
# Exception Resumable Description Created on
1 CX_SWB_EXCEPTION 20121119

Method GET_DDLS_NAME_FOR_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DDLS_NAME Value transfer Type reference (TYPE) TROBJ_NAME 20121218
2 Importing VIEW_NAME Call by reference Type reference (TYPE) VIEWNAME 20121218
# Exception Resumable Description Created on
1 CX_SWB_EXCEPTION 20121218

Method GET_DDL_HANDLER_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Importing DDLNAME Call by reference Type reference (TYPE) DDLNAME 20121123
2 Returning 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 Importing DDLNAME Call by reference Type reference (TYPE) DDLNAME 20121220
2 Returning 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 Importing DDLS_OBJECT_KEY Call by reference Type reference (TYPE) SEU_OBJKEY 20121119
2 Importing EXISTENCE_CHECK_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20121217
3 Exporting LANGU_NOT_MAINTAINED Call by reference Type reference (TYPE) ABAP_BOOL 20121119
4 Importing LANGU_OF_SHORTTEXT_REQUESTED Call by reference Type reference (TYPE) SYLANGU SY-LANGU 20121217
5 Importing OBJECT_DATA Call by reference Object reference (TYPE REF TO) IF_WB_OBJECT_DATA_MODEL 20121119
6 Changing VERSION Call by reference Type reference (TYPE) AS4LOCAL 20121119
# Exception Resumable Description Created on
1 CX_SWB_EXCEPTION 20121119
2 CX_SWB_OBJECT_DOES_NOT_EXIST 20121212

Method READ_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DDLS_OBJECT_KEY Call by reference Type reference (TYPE) SEU_OBJKEY 20121119
2 Exporting DESCR Call by reference Type reference (TYPE) DDTEXT 20121119
3 Importing LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU 20121119
4 Exporting LANGU_NOT_MAINTAINED Call by reference Type reference (TYPE) ABAP_BOOL 20121119
5 Importing VERSION Call by reference Type reference (TYPE) AS4LOCAL 20121119
# Exception Resumable Description Created on
1 CX_SWB_EXCEPTION 20121119

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MASTERLANGUAGE Call by reference Type reference (TYPE) MASTERLANG SY-LANGU 20121119
2 Importing OBJECT_DATA Call by reference Object reference (TYPE REF TO) IF_WB_OBJECT_DATA_MODEL 20121119
# Exception Resumable Description Created on
1 CX_SWB_EXCEPTION 20121119
History
Last changed by/on SAP  20140121 
SAP Release Created in 740