SAP ABAP Class CL_WDY_MD_ADT_APPLICATION (Web Dynpro Application)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_METADATA_API_ADT (Package) Special stateless API to support AIE
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDY_MD_ADT_APPLICATION Web Dynpro Application 20130508
Properties
Class CL_WDY_MD_ADT_APPLICATION  
Short Description Web Dynpro Application    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_METADATA_API_ADT   Special stateless API to support AIE 
Created 20130508   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WDY_MD_ADT_APPLICATION has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDY_MD_ADT_APPLICATION Web Dynpro Application 20130508
Friends
Class CL_WDY_MD_ADT_APPLICATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_S_DELEGATES Constant Protected See coding 20130521
2 G_APPLICATION_PARAMETERS Static Attribute Protected Type reference (TYPE) WDY_APP_PROP_DEF_TAB 20130521
3 G_DELEGATES_NAME Static Attribute Protected See coding 20130517
4 M_APPLICATION Instance attribute Protected Object reference (TYPE REF TO) IF_WDY_MD_APPLICATION Web Dynpro : Application 20130521
5 M_DELEGATES Instance attribute Private Type reference (TYPE) TY_S_DELEGATE 20130517
6 M_NAME Instance attribute Protected Type reference (TYPE) WDY_APPLICATION_NAME 20130517
7 M_STARTPLUG_PARAMETERS Instance attribute Protected Type reference (TYPE) WDY_APP_PROP_DEF_TAB 20130521
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Protected Method 20130521
2 CHANGE_APPLICATION Instance method Protected Method 20130523
3 CHECK_EXISTENCY Static method Public Method 20130508
4 CHECK_PARAMETER_VALUE Instance method Protected Method 20130521
5 CLASS_CONSTRUCTOR Static method Public Constructor 20130521
6 CONSTRUCTOR Instance method Protected Constructor 20130521
7 CREATE Static method Public Method 20130508
8 CREATE_APPLICATION Instance method Protected Method 20130523
9 CREATE_INSTANCE Static method Protected Method 20130523
10 DELETE_APPLICATION Instance method Protected Method 20130514
11 DELETE_SICF Instance method Protected Method 20130514
12 GENERATE_SICF Instance method Protected Method 20130508
13 GET_INSTANCE Static method Protected Method 20130523
14 GET_INSTANCE_BY_DATA Static method Public Method 20130508
15 GET_INSTANCE_BY_KEY Static method Public Method 20130508
16 GET_PARAMETERS Instance method Protected Method 20130523
17 GET_STANDARD_PARAMETERS Static method Public Method 20130521
18 PARAMETER_EXTERNAL_TO_INTERNAL Static method Public Method 20130521
19 PARAMETER_INTERNAL_TO_EXTERNAL Static method Public Method 20130521
20 READ_STARTPLUG_PARAMETERS Instance method Protected Method 20130521
21 SAVE_TO_DB Instance method Protected Method 20130508
Events
Class CL_WDY_MD_ADT_APPLICATION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_DELEGATE Private See coding 20130517 BEGIN OF ty_s_delegate, db TYPE REF TO lif_application_db, sicf TYPE REF TO lif_application_sicf, END OF ty_s_delegate
Method Signatures

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE Call by reference Type reference (TYPE) SYMSG 20130521
2 Importing MESSAGE_STRING Call by reference Type reference (TYPE) STRING 20130521
3 Importing OBJECT_NAME Call by reference Type reference (TYPE) CSEQUENCE 20130521
4 Importing OBJECT_TYPE Call by reference Type reference (TYPE) SEU_OBJTYP 20130521
5 Changing WB_CHECKLIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20130521

Method ADD_MESSAGE on class CL_WDY_MD_ADT_APPLICATION has no exception.

Method CHANGE_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) IF_WDY_MD_ADT_APPLICATION=>GTY_S_APPLICATION 20130523
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_ADT_APPLICATION 20130523
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20130523

Method CHECK_EXISTENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) WDY_APPLICATION_NAME 20130508
2 Returning RESULT Value transfer Type reference (TYPE) WDY_BOOLEAN 20130508

Method CHECK_EXISTENCY on class CL_WDY_MD_ADT_APPLICATION has no exception.

Method CHECK_PARAMETER_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) WDY_WB_APPL_ATTR 20130521
2 Returning RC Value transfer Type reference (TYPE) SYSUBRC 20130521
3 Importing TYPE Call by reference Type reference (TYPE) WDY_MD_ABAP_TYPE 20130521
4 Importing VALUE Call by reference Type reference (TYPE) STRING 20130521

Method CHECK_PARAMETER_VALUE on class CL_WDY_MD_ADT_APPLICATION has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_WDY_MD_ADT_APPLICATION has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WDY_MD_ADT_APPLICATION has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) CSEQUENCE 20130521

Method CONSTRUCTOR on class CL_WDY_MD_ADT_APPLICATION has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME 20130508
2 Importing CORRNR Call by reference Type reference (TYPE) TRKORR 20130508
3 Importing DESCRIPTION Call by reference Type reference (TYPE) WDY_MD_DESCRIPTION 20130508
4 Importing INTERFACE_VIEW_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME 20130508
5 Importing NAME Call by reference Type reference (TYPE) WDY_APPLICATION_NAME 20130508
6 Importing PACKAGE Call by reference Type reference (TYPE) DEVCLASS 20130514
7 Importing PARAMETERS Call by reference Type reference (TYPE) IF_WDY_MD_ADT_APPLICATION=>GTY_APPLICATION_PARAMETERS 20130508
8 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_ADT_APPLICATION 20130508
9 Importing STARTUP_PLUG_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME 20130508
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20130508

Method CREATE_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME 20130523
2 Importing CORRNR Call by reference Type reference (TYPE) TRKORR 20130523
3 Importing DESCRIPTION Call by reference Type reference (TYPE) WDY_MD_DESCRIPTION 20130523
4 Importing INTERFACE_VIEW_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME 20130523
5 Importing NAME Call by reference Type reference (TYPE) WDY_APPLICATION_NAME 20130523
6 Importing PACKAGE Call by reference Type reference (TYPE) DEVCLASS 20130523
7 Importing PARAMETERS Call by reference Type reference (TYPE) IF_WDY_MD_ADT_APPLICATION=>GTY_APPLICATION_PARAMETERS 20130523
8 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_ADT_APPLICATION 20130523
9 Importing STARTUP_PLUG_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME 20130523
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20130523

Method CREATE_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) WDY_APPLICATION_NAME 20130523
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_WDY_MD_ADT_APPLICATION 20130523

Method CREATE_INSTANCE on class CL_WDY_MD_ADT_APPLICATION has no exception.

Method DELETE_APPLICATION Signature

Method DELETE_APPLICATION on class CL_WDY_MD_ADT_APPLICATION has no parameter.
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20130518

Method DELETE_SICF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CORRNR Call by reference Type reference (TYPE) TRKORR 20130514
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20130518

Method GENERATE_SICF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CORRNR Value transfer Type reference (TYPE) TRKORR 20130508
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20130508

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) WDY_APPLICATION_NAME 20130523
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_WDY_MD_ADT_APPLICATION 20130523
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20130523
2 CX_WDY_MD_NOT_EXISTING 20130523

Method GET_INSTANCE_BY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) IF_WDY_MD_ADT_APPLICATION=>GTY_S_APPLICATION 20130508
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_ADT_APPLICATION 20130508
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20130508
2 CX_WDY_MD_NOT_EXISTING 20130508

Method GET_INSTANCE_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LANGUAGE Call by reference Type reference (TYPE) SPRAS SY-LANGU 20130508
2 Importing NAME Call by reference Type reference (TYPE) WDY_APPLICATION_NAME 20130508
3 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_ADT_APPLICATION 20130508
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20130508
2 CX_WDY_MD_NOT_EXISTING 20130508

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) IF_WDY_MD_ADT_APPLICATION=>GTY_APPLICATION_PARAMETERS 20130523

Method GET_PARAMETERS on class CL_WDY_MD_ADT_APPLICATION has no exception.

Method GET_STANDARD_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PARAMETERS Call by reference Type reference (TYPE) WDY_APP_PROP_DEF_TAB 20130521

Method GET_STANDARD_PARAMETERS on class CL_WDY_MD_ADT_APPLICATION has no exception.

Method PARAMETER_EXTERNAL_TO_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) WDY_WB_APPL_ATTR 20130521
2 Returning RESULT Value transfer Type reference (TYPE) STRING 20130521
3 Importing TYPE Call by reference Type reference (TYPE) WDY_MD_ABAP_TYPE 20130521
4 Importing VALUE Call by reference Type reference (TYPE) STRING 20130521
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20130521

Method PARAMETER_INTERNAL_TO_EXTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) WDY_WB_APPL_ATTR 20130521
2 Returning RESULT Value transfer Type reference (TYPE) STRING 20130521
3 Importing TYPE Call by reference Type reference (TYPE) WDY_MD_ABAP_TYPE 20130521
4 Importing VALUE Call by reference Type reference (TYPE) STRING 20130521
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20130521

Method READ_STARTPLUG_PARAMETERS Signature

Method READ_STARTPLUG_PARAMETERS on class CL_WDY_MD_ADT_APPLICATION has no parameter.
Method READ_STARTPLUG_PARAMETERS on class CL_WDY_MD_ADT_APPLICATION has no exception.

Method SAVE_TO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CORRNR Value transfer Type reference (TYPE) TRKORR 20130508
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20130508
History
Last changed by/on SAP  20140121 
SAP Release Created in 740