SAP ABAP Class CL_FDT_WD_EXTY_MODEL (FDT: WD model for Expression Types)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_WD_CORE_OBJECTS (Package) BRFplus: Core Objects for Web Dynpro UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_WD_MAINTENANCE_MODEL FDT WD: Model for maintenance objects 20070118
Properties
Class CL_FDT_WD_EXTY_MODEL  
Short Description FDT: WD model for Expression Types    
Super Class CL_FDT_WD_MAINTENANCE_MODEL FDT WD: Model for maintenance objects 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_WD_CORE_OBJECTS   BRFplus: Core Objects for Web Dynpro UI 
Created 20070118   SAP 
Last change 20130531   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
Class CL_FDT_WD_EXTY_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_EXTY_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_EXPRESSION_TYPE_MODEL_NODE Static Attribute Public Type reference (TYPE) STRING 'EXPRESSION_TYPE' Expression Type Model Node 20070118
2 GC_EXTY_INST_LANG_MODEL_NODE Static Attribute Public Type reference (TYPE) STRING 'INSTALLED_LANGUAGES' Expression Type Installation Language Model Node 20070118
3 GC_EXTY_REF_LANG_MODEL_NODE Static Attribute Public Type reference (TYPE) STRING 'REF_LANGUAGES' Expression Type Reference Language Model Node 20070118
4 GC_EXTY_REF_TEXT_MODEL_NODE Static Attribute Public Type reference (TYPE) STRING 'EXTY_REF_TEXTS' Expression Type Reference Text Model Node 20070118
5 GC_EXTY_R_TEXT_CHA_MODEL_NODE Static Attribute Public Type reference (TYPE) STRING 'REF_T_CHANGE' Expression Type Reference Change Text Model Node 20070118
6 GC_EXTY_R_TEXT_CRE_MODEL_NODE Static Attribute Public Type reference (TYPE) STRING 'REF_T_CREATION' Expression Type Reference Creation Text Model Node 20070118
7 GC_EXTY_R_TEXT_DEL_MODEL_NODE Static Attribute Public Type reference (TYPE) STRING 'REF_T_DELETION' Expression Type Reference Deletion Text Model Node 20070118
8 GC_EXTY_R_TEXT_DIS_MODEL_NODE Static Attribute Public Type reference (TYPE) STRING 'REF_T_DISPLAY' Expression Type Reference Display Text Model Node 20070118
9 GC_EXTY_TEXT_CHA_MODEL_NODE Static Attribute Public Type reference (TYPE) STRING 'T_CHANGE' Expression Type Change Text Model Node 20070118
10 GC_EXTY_TEXT_CRE_MODEL_NODE Static Attribute Public Type reference (TYPE) STRING 'T_CREATION' Expression Type Creation Text Model Node 20070118
11 GC_EXTY_TEXT_DEL_MODEL_NODE Static Attribute Public Type reference (TYPE) STRING 'T_DELETION' Expression Type Deletion Text Model Node 20070118
12 GC_EXTY_TEXT_DIS_MODEL_NODE Static Attribute Public Type reference (TYPE) STRING 'T_DISPLAY' Expression Type Display Text Model Node 20070118
13 GC_EXTY_TEXT_MODEL_NODE Static Attribute Public Type reference (TYPE) STRING 'EXTY_TEXTS' Expression Type Text Model Node 20070118
14 GC_EXTY_TRANSPORT_MODEL_NODE Static Attribute Public Type reference (TYPE) STRING 'EXTY_TRANSPORT' Expression Type Transport Model Node 20070727
15 MO_EXPRESSION_TYPE Instance attribute Private Object reference (TYPE REF TO) IF_FDT_EXPRESSION_TYPE FDT: Expression Type 20070118
16 MV_LANGU Instance attribute Public Type reference (TYPE) LANG Language Key 20070118
17 MV_REF_LANGU Instance attribute Public Type reference (TYPE) LANG Language ID 20070118
Methods
# Method Level Visibility Method type Description Created on
1 FILL_INITIAL_TEXTS Instance method Private Method Fills the texts and reference texts of a corresponding langu 20070118
2 GET_AVAILABLE_TEXT_LANGUAGES Instance method Private Method Retrieves all languages where a text is defined 20070118
3 GET_INITIAL_LANG_INDEX Instance method Private Method Retrieves the table index of the corresponding language 20070118
4 GET_INST_SYS_LANGUAGE Static method Public Method Retrieves all languages that are installed on the system 20070118
5 GET_NEW_ENTRIES Instance method Public Method Retrieves current text tables from context node 20070118
6 GET_TRANSPORT_OBJECTS Instance method Private Method Retrieves the transport objects from the API 20070727
7 GET_TRANSPORT_OBJECTS_PROPS Instance method Private Method Set UI properties for transport object attributes 20090904
8 SET_TRANSPORT_OBJECTS Instance method Private Method Sets the transport objects to API 20070727
Events
Class CL_FDT_WD_EXTY_MODEL has no event.
Types
Class CL_FDT_WD_EXTY_MODEL has no local type.
Method Signatures

Method FILL_INITIAL_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20070118
2 Importing ITS_TEXTS Call by reference Type reference (TYPE) FDTT_WD_EXTY_TEXTS_MODEL Table type for expression types texts 20070118
3 Importing IV_INITIALIZE_ELEMENTS Call by reference Type reference (TYPE) ABAP_BOOL 20070118
4 Importing IV_LANGU Call by reference Type reference (TYPE) LANG Language Key 20070118
5 Importing IV_NODE_TEXT Call by reference Type reference (TYPE) STRING 20070118

Method FILL_INITIAL_TEXTS on class CL_FDT_WD_EXTY_MODEL has no exception.

Method GET_AVAILABLE_TEXT_LANGUAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTS_LANGUAGES Call by reference Type reference (TYPE) FDTT_WD_EXTY_LANGU_MODEL HTTP Framework (iHTTP) Table Name/Value Pairs 20070118
2 Importing ITS_TEXTS Call by reference Type reference (TYPE) FDTT_WD_EXTY_TEXTS_MODEL Table type for expression types texts 20070118

Method GET_AVAILABLE_TEXT_LANGUAGES on class CL_FDT_WD_EXTY_MODEL has no exception.

Method GET_INITIAL_LANG_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_INDEX Call by reference Type reference (TYPE) SY-TABIX Index of Internal Tables 20070118
2 Importing ITS_LANGUAGES Call by reference Type reference (TYPE) FDTT_WD_EXTY_LANGU_MODEL HTTP Framework (iHTTP) Table Name/Value Pairs 20070118
3 Importing IV_LANGU Call by reference Type reference (TYPE) LANG Language ID 20070118

Method GET_INITIAL_LANG_INDEX on class CL_FDT_WD_EXTY_MODEL has no exception.

Method GET_INST_SYS_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RTS_LANGUAGES Value transfer Type reference (TYPE) FDTT_WD_EXTY_LANGU_MODEL HTTP Framework (iHTTP) Table Name/Value Pairs 20070118

Method GET_INST_SYS_LANGUAGE on class CL_FDT_WD_EXTY_MODEL has no exception.

Method GET_NEW_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20070412
2 Importing IV_NODE_TEXT Call by reference Type reference (TYPE) STRING 20070118
3 Returning RTS_NEW_ENTRIES Value transfer Type reference (TYPE) FDTT_WD_EXTY_TEXTS_MODEL Table type for expression types texts 20070118

Method GET_NEW_ENTRIES on class CL_FDT_WD_EXTY_MODEL has no exception.

Method GET_TRANSPORT_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_EXPRESSION_TYPE Call by reference Type reference (TYPE) FDTS_WD_EXPRESSION_TYPE_MODEL FDT: Structure for expression types wd model 20070727
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20080612

Method GET_TRANSPORT_OBJECTS_PROPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090904

Method GET_TRANSPORT_OBJECTS_PROPS on class CL_FDT_WD_EXTY_MODEL has no exception.

Method SET_TRANSPORT_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXPRESSION_TYPE Call by reference Type reference (TYPE) FDTS_WD_EXPRESSION_TYPE_MODEL FDT: Structure for expression types wd model 20070727
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20080612
History
Last changed by/on SAP  20130531 
SAP Release Created in 710