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 | Constant | Protected | See coding | 20130521 | |||||
| 2 | Static Attribute | Protected | Type reference (TYPE) | WDY_APP_PROP_DEF_TAB | 20130521 | ||||
| 3 | Static Attribute | Protected | See coding | 20130517 | |||||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WDY_MD_APPLICATION | Web Dynpro : Application | 20130521 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | TY_S_DELEGATE | 20130517 | ||||
| 6 | Instance attribute | Protected | Type reference (TYPE) | WDY_APPLICATION_NAME | 20130517 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | WDY_APP_PROP_DEF_TAB | 20130521 |
Methods
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 | MESSAGE | Call by reference | Type reference (TYPE) | SYMSG | 20130521 | ||||
| 2 | MESSAGE_STRING | Call by reference | Type reference (TYPE) | STRING | 20130521 | ||||
| 3 | OBJECT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130521 | ||||
| 4 | OBJECT_TYPE | Call by reference | Type reference (TYPE) | SEU_OBJTYP | 20130521 | ||||
| 5 | 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 | DATA | Call by reference | Type reference (TYPE) | IF_WDY_MD_ADT_APPLICATION=>GTY_S_APPLICATION | 20130523 | ||||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_ADT_APPLICATION | 20130523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130523 |
Method CHECK_EXISTENCY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | WDY_APPLICATION_NAME | 20130508 | ||||
| 2 | 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 | NAME | Call by reference | Type reference (TYPE) | WDY_WB_APPL_ATTR | 20130521 | ||||
| 2 | RC | Value transfer | Type reference (TYPE) | SYSUBRC | 20130521 | ||||
| 3 | TYPE | Call by reference | Type reference (TYPE) | WDY_MD_ABAP_TYPE | 20130521 | ||||
| 4 | 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 | 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 | COMPONENT_NAME | Call by reference | Type reference (TYPE) | WDY_COMPONENT_NAME | 20130508 | ||||
| 2 | CORRNR | Call by reference | Type reference (TYPE) | TRKORR | 20130508 | ||||
| 3 | DESCRIPTION | Call by reference | Type reference (TYPE) | WDY_MD_DESCRIPTION | 20130508 | ||||
| 4 | INTERFACE_VIEW_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_NAME | 20130508 | ||||
| 5 | NAME | Call by reference | Type reference (TYPE) | WDY_APPLICATION_NAME | 20130508 | ||||
| 6 | PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | 20130514 | ||||
| 7 | PARAMETERS | Call by reference | Type reference (TYPE) | IF_WDY_MD_ADT_APPLICATION=>GTY_APPLICATION_PARAMETERS | 20130508 | ||||
| 8 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_ADT_APPLICATION | 20130508 | ||||
| 9 | STARTUP_PLUG_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_NAME | 20130508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130508 |
Method CREATE_APPLICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT_NAME | Call by reference | Type reference (TYPE) | WDY_COMPONENT_NAME | 20130523 | ||||
| 2 | CORRNR | Call by reference | Type reference (TYPE) | TRKORR | 20130523 | ||||
| 3 | DESCRIPTION | Call by reference | Type reference (TYPE) | WDY_MD_DESCRIPTION | 20130523 | ||||
| 4 | INTERFACE_VIEW_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_NAME | 20130523 | ||||
| 5 | NAME | Call by reference | Type reference (TYPE) | WDY_APPLICATION_NAME | 20130523 | ||||
| 6 | PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | 20130523 | ||||
| 7 | PARAMETERS | Call by reference | Type reference (TYPE) | IF_WDY_MD_ADT_APPLICATION=>GTY_APPLICATION_PARAMETERS | 20130523 | ||||
| 8 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_ADT_APPLICATION | 20130523 | ||||
| 9 | STARTUP_PLUG_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_NAME | 20130523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130523 |
Method CREATE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | WDY_APPLICATION_NAME | 20130523 | ||||
| 2 | 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 | 20130518 |
Method DELETE_SICF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CORRNR | Call by reference | Type reference (TYPE) | TRKORR | 20130514 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130518 |
Method GENERATE_SICF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CORRNR | Value transfer | Type reference (TYPE) | TRKORR | 20130508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130508 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | WDY_APPLICATION_NAME | 20130523 | ||||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_WDY_MD_ADT_APPLICATION | 20130523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130523 | |||
| 2 | 20130523 |
Method GET_INSTANCE_BY_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | IF_WDY_MD_ADT_APPLICATION=>GTY_S_APPLICATION | 20130508 | ||||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_ADT_APPLICATION | 20130508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130508 | |||
| 2 | 20130508 |
Method GET_INSTANCE_BY_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LANGUAGE | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | 20130508 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | WDY_APPLICATION_NAME | 20130508 | ||||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_ADT_APPLICATION | 20130508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130508 | |||
| 2 | 20130508 |
Method GET_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | 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 | NAME | Call by reference | Type reference (TYPE) | WDY_WB_APPL_ATTR | 20130521 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20130521 | ||||
| 3 | TYPE | Call by reference | Type reference (TYPE) | WDY_MD_ABAP_TYPE | 20130521 | ||||
| 4 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20130521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130521 |
Method PARAMETER_INTERNAL_TO_EXTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | WDY_WB_APPL_ATTR | 20130521 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20130521 | ||||
| 3 | TYPE | Call by reference | Type reference (TYPE) | WDY_MD_ABAP_TYPE | 20130521 | ||||
| 4 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20130521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | CORRNR | Value transfer | Type reference (TYPE) | TRKORR | 20130508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130508 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |