SAP ABAP Class CL_WDY_MD_PORT (Port Instance)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-PB (Application Component) WD ABAP Page Builder
     SWDP_METADATA_API_CHIP (Package) Web Dynpro : CHIPs
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDY_MD_PORT Port Object of CHIP 20090928
Properties
Class CL_WDY_MD_PORT  
Short Description Port Instance    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_METADATA_API_CHIP   Web Dynpro : CHIPs 
Created 20090722   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDY_MD_PORT Port Object of CHIP 20090928
Friends
# Friend Modeled only Created on Description
1 CL_WDY_MD_CHIP 20090805 Workbench API for CHIPs
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_DEFINITION Instance attribute Private Type reference (TYPE) WDY_CHIP_PORT Ports of a CHIP 20090723
2 M_DEFINITION_CHANGED Instance attribute Private Type reference (TYPE) ABAP_BOOL Changes to Definition 20090805
3 M_DELETED_PARAM_TAB Instance attribute Private Type reference (TYPE) WDY_CHIP_PARAM_XT_TAB Deleted Port Parameters 20090805
4 M_DELETED_TAG_TAB Instance attribute Private Type reference (TYPE) WDY_CHIP_TAG_TAB Deleted Tags 20090805
5 M_LANGU Instance attribute Private Type reference (TYPE) SPRAS Language Key 20090723
6 M_NAME Instance attribute Private Type reference (TYPE) WDY_PORT_NAME Port Name 20090723
7 M_PARAMS_CHANGED Instance attribute Private Type reference (TYPE) ABAP_BOOL Changes to Parameters 20090805
8 M_PARAM_TAB Instance attribute Private Type reference (TYPE) WDY_CHIP_PARAM_XT_TAB Table of Port Parameters with Texts 20090723
9 M_STATE Instance attribute Private Type reference (TYPE) WDY_MD_OBJECT_STATE Object State of a Web Dynpro Metadata Object 20090723
10 M_TAGS_CHANGED Instance attribute Private Type reference (TYPE) ABAP_BOOL Changes to Tags 20090805
11 M_TAG_TAB Instance attribute Private Type reference (TYPE) WDY_CHIP_TAG_TAB Tag Table of CHIPs 20090723
12 M_TEXTS Instance attribute Private Type reference (TYPE) WDY_CHIP_TEXTS Description Texts for CHIP Objects 20090723
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090723
2 CREATE_PARAMETER Instance method Public Method 20090723
3 CREATE_TAG Instance method Public Method Creation of Tag for a Port or Parameter 20090723
4 DELETE_PARAMETER Instance method Public Method 20090723
5 DELETE_TAG Instance method Public Method Delets a tag for a port or a parameter 20090723
6 GET_DEFINITION Instance method Public Method 20090928
7 GET_PARAMETER Instance method Public Method 20090723
8 GET_PARAMETER_TABLE Instance method Public Method 20090723
9 GET_TAG_TABLE Instance method Public Method 20090723
10 HAS_CHANGED Instance method Private Method 20090818
11 MODIFY_DEFINITION Instance method Public Method Change Definition of a Port 20090723
12 MODIFY_PARAMETER Instance method Public Method 20090723
13 RENAME Instance method Private Method 20090810
14 RESET_STATE Instance method Private Method 20090806
15 SAVE Instance method Private Method Save Port 20090806
16 SET_STATE_DIRTY Instance method Private Method 20090723
Events
Class CL_WDY_MD_PORT has no event.
Types
Class CL_WDY_MD_PORT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DEFINITION Call by reference Type reference (TYPE) WDY_CHIP_PORT Ports eines Chips 20090723
2 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20090723
3 Importing P_NEW Call by reference Type reference (TYPE) ABAP_BOOL SPACE 'X'->neues Objekt -> es gibt keinen Reader 20090806
4 Importing P_PARAMETERS Call by reference Type reference (TYPE) WDY_CHIP_PARAM_TAB Tabelle von Parameter-Texten für Chip 20090723
5 Importing P_PARAMETER_TEXTTAB Call by reference Type reference (TYPE) WDY_CHIP_PARAMT_TAB Tabelle von Parameter-Texten für Chip 20090723
6 Importing P_TAGS Call by reference Type reference (TYPE) WDY_CHIP_TAG_TAB Tagtabelle von Chips 20090723
7 Importing P_TEXTTAB Call by reference Type reference (TYPE) WDY_CHIP_PORTT_TAB Texte zu Chips-Ports 20090723

Method CONSTRUCTOR on class CL_WDY_MD_PORT has no exception.

Method CREATE_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_DEFINITION Value transfer Type reference (TYPE) WDY_CHIP_PARAM_XT Chip-Parameter mit Texten 20090723
2 Importing P_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20090723
# Exception Resumable Description Created on
1 CX_WDY_MD_ALREADY_EXISTING 20090805
2 CX_WDY_MD_CREATE_EXCEPTION unzulässiger Name, ... 20090810

Method CREATE_TAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PARAM_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Name eines Port-Parameters 20090723
2 Importing P_TAG_NAME Call by reference Type reference (TYPE) WDY_TAG_NAME Tag Name 20090723
# Exception Resumable Description Created on
1 CX_WDY_MD_ALREADY_EXISTING 20090805
2 CX_WDY_MD_CREATE_EXCEPTION unzulässiger Name, ... 20090810

Method DELETE_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20090723
# Exception Resumable Description Created on
1 CX_WDY_MD_NOT_EXISTING 20090805

Method DELETE_TAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PARAM_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Name eines Port-Parameters 20090723
2 Importing P_TAG_NAME Call by reference Type reference (TYPE) WDY_TAG_NAME Tag Name 20090723
# Exception Resumable Description Created on
1 CX_WDY_MD_NOT_EXISTING 20090805

Method GET_DEFINITION Signature

Method GET_DEFINITION on class CL_WDY_MD_PORT has no parameter.
Method GET_DEFINITION on class CL_WDY_MD_PORT has no exception.

Method GET_PARAMETER Signature

Method GET_PARAMETER on class CL_WDY_MD_PORT has no parameter.
Method GET_PARAMETER on class CL_WDY_MD_PORT has no exception.

Method GET_PARAMETER_TABLE Signature

Method GET_PARAMETER_TABLE on class CL_WDY_MD_PORT has no parameter.
Method GET_PARAMETER_TABLE on class CL_WDY_MD_PORT has no exception.

Method GET_TAG_TABLE Signature

Method GET_TAG_TABLE on class CL_WDY_MD_PORT has no parameter.
Method GET_TAG_TABLE on class CL_WDY_MD_PORT has no exception.

Method HAS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090818

Method HAS_CHANGED on class CL_WDY_MD_PORT has no exception.

Method MODIFY_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DEFINITION Call by reference Type reference (TYPE) WDY_CHIP_PORT_XT Chip-Port mit Texten 20090723

Method MODIFY_DEFINITION on class CL_WDY_MD_PORT has no exception.

Method MODIFY_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DEFINITION Call by reference Type reference (TYPE) WDY_CHIP_PARAM_XT Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20090723
# Exception Resumable Description Created on
1 CX_WDY_MD_NOT_EXISTING 20090805

Method RENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NEW_NAME Call by reference Type reference (TYPE) WDY_PORT_NAME Port-Name eines Chips 20090810

Method RENAME on class CL_WDY_MD_PORT has no exception.

Method RESET_STATE Signature

Method RESET_STATE on class CL_WDY_MD_PORT has no parameter.
Method RESET_STATE on class CL_WDY_MD_PORT has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DELETE Value transfer Type reference (TYPE) ABAP_BOOL SPACE 'X'->löschen 20090806

Method SAVE on class CL_WDY_MD_PORT has no exception.

Method SET_STATE_DIRTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DEFINITION Value transfer Type reference (TYPE) ABAP_BOOL 20090805
2 Importing P_PARAMS Value transfer Type reference (TYPE) ABAP_BOOL 20090805
3 Importing P_TAGS Value transfer Type reference (TYPE) ABAP_BOOL 20090805

Method SET_STATE_DIRTY on class CL_WDY_MD_PORT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 800