SAP ABAP Class CL_FDT_WD_DIALOGS_MODEL (FDT WD: Model for Dialogs)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_WD_SERVICE (Package) BRFplus: Services for Web Dynpro UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_WD_MODEL FDT WD: Model for Web Dynpro (abstract) 20061016
Properties
Class CL_FDT_WD_DIALOGS_MODEL  
Short Description FDT WD: Model for Dialogs    
Super Class CL_FDT_WD_MODEL FDT WD: Model for Web Dynpro (abstract) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_WD_SERVICE   BRFplus: Services for Web Dynpro UI 
Created 20061016   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FDT_WD_DIALOGS_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_DIALOGS_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CANCEL_SELECTED Constant Public Type reference (TYPE) STRING 'C' Select Dialog Cancel 20071107
2 GC_CTXT_ALLOWED Constant Public Type reference (TYPE) CHAR2 'AL' Allowed ctxt 20110224
3 GC_CTXT_NOT_ALLOWED Constant Public Type reference (TYPE) CHAR2 'NA' not allowed ctxt 20110224
4 GC_CTXT_OVERVIEW_HDR_NODE Constant Public Type reference (TYPE) STRING 'CTXT_OVERVIEW_HDR' Context Overview Header Node 20101012
5 GC_CTXT_OVERVIEW_LIST_NODE Constant Public Type reference (TYPE) STRING 'CTXT_OVERVIEW_LIST' Context Overview Node 20101012
6 GC_CTXT_OVERVIEW_OTHERS_NODE Constant Public Type reference (TYPE) STRING 'CTXT_OVERVIEW_OTHERS' Other Context node 20110215
7 GC_DIALOG_TYPE_ACTIVE_FILTERS Constant Public Type reference (TYPE) CHAR2 'AF' Active Filters Dialog 20100803
8 GC_DIALOG_TYPE_CTXT_OVERVIEW Constant Public Type reference (TYPE) CHAR2 'CO' Context Overview Dialog 20101011
9 GC_DIALOG_TYPE_DOCU Constant Public Type reference (TYPE) CHAR2 'DC' Docu dialog 20080807
10 GC_DIALOG_TYPE_INPUT Constant Public Type reference (TYPE) CHAR2 'IN' Input dialog 20080807
11 GC_DIALOG_TYPE_MESSAGE_HELP Constant Public Type reference (TYPE) CHAR2 'MH' Message Help Dialog 20080807
12 GC_DIALOG_TYPE_METH_DOCU Constant Public Type reference (TYPE) CHAR2 'MD' Class Method dialog 20080807
13 GC_DIALOG_TYPE_OBJECT_DISPLAY Constant Public Type reference (TYPE) CHAR2 'OD' Object Display 20101006
14 GC_DIALOG_TYPE_OBJ_DOCU Constant Public Type reference (TYPE) CHAR2 'OD' Object docu dialog 20080807
15 GC_DIALOG_TYPE_SIMPLE Constant Public Type reference (TYPE) CHAR2 'SI' Simple dialog 20080807
16 GC_DIALOG_TYPE_TRANSPORT Constant Public Type reference (TYPE) CHAR2 'TR' Transport Dialog 20080807
17 GC_DOCUMENTATION_NODE Constant Private Type reference (TYPE) STRING 'DOCUMENTATION' Documentation Node 20070123
18 GC_ELEMENT_SELECTED Constant Public Type reference (TYPE) STRING 'E' Select Dialog Element 20071107
19 GC_FILTER_NODE Constant Public Type reference (TYPE) STRING 'ACTIVE_FILTERS' Filter Node 20100803
20 GC_MESSAGE_HELP_NODE Constant Private Type reference (TYPE) STRING 'MESSAGE_HELP' Message Help Node 20061016
21 GC_OK_SELECTED Constant Public Type reference (TYPE) STRING 'O' Select Dialog OK 20071107
22 GC_STRUCTURE_SELECTED Constant Public Type reference (TYPE) STRING 'S' Select Dialog Structure 20071107
23 GC_TABLE_SELECTED Constant Public Type reference (TYPE) STRING 'T' Select Dialog Table 20071107
24 MTS_SRC_IDS Instance attribute Private Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID Object IDs as sorted table 20110215
25 MT_FUNC_TREE Instance attribute Private Type reference (TYPE) IF_FDT_TYPES=>TH_IDS_FOR_ID 20110321
26 MT_NA_CTXT_SRC Instance attribute Private Type reference (TYPE) T_CTXT_SRC_DATA unavailable ctxt table 20110215
27 MV_CTXT_ID Instance attribute Private Type reference (TYPE) IF_FDT_TYPES=>ID Expression/Ruleset ID 20101123
28 MV_ID Instance attribute Private Type reference (TYPE) IF_FDT_TYPES=>ID ID 20100803
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100803
2 GET_ACTIVE_FILTERS Instance method Private Method Populates the active filters 20100803
3 GET_CTXT_HDR Instance method Private Method Gets the context header node 20101012
4 GET_CTXT_SRC Instance method Private Method Gets the context and its source 20101011
5 GET_MESSAGE_HELP Static method Public Method Get Message Help 20061017
6 GET_SAPSCRIPT_FROM_LINK Static method Public Method Get Sapscript object from link 20100115
7 GET_UNUSED_FUNC Instance method Public Method Gets the unused function for the element 20110215
8 SET_CALLER Instance method Public Method Sets the caller 20100803
9 SET_CONFIGURATION Instance method Public Method Sets configuration 20100803
10 SET_CTXT_ID Instance method Public Method Sets the expression/ruleset id 20101123
Events
Class CL_FDT_WD_DIALOGS_MODEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_SELECT_ELEMENTS Public See coding 20071107 BEGIN OF s_select_elements , id TYPE string, display TYPE string, text TYPE string, END OF s_select_elements
2 T_CTXT_SRC_DATA Public See coding 20110215 t_ctxt_src_data TYPE STANDARD TABLE OF fdts_wd_ctxt_overview
3 T_DIALOG_TYPE Public Type reference (TYPE) CHAR2 Version Number Component 20080807
4 T_SELECT_ELEMENTS Public See coding 20071107 t_select_elements TYPE STANDARD TABLE OF s_select_elements
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONFIGURATION Call by reference Object reference (TYPE REF TO) IF_FDT_WD_CONFIGURATION Configuration 20100803

Method CONSTRUCTOR on class CL_FDT_WD_DIALOGS_MODEL has no exception.

Method GET_ACTIVE_FILTERS Signature

Method GET_ACTIVE_FILTERS on class CL_FDT_WD_DIALOGS_MODEL has no parameter.
Method GET_ACTIVE_FILTERS on class CL_FDT_WD_DIALOGS_MODEL has no exception.

Method GET_CTXT_HDR Signature

Method GET_CTXT_HDR on class CL_FDT_WD_DIALOGS_MODEL has no parameter.
Method GET_CTXT_HDR on class CL_FDT_WD_DIALOGS_MODEL has no exception.

Method GET_CTXT_SRC Signature

Method GET_CTXT_SRC on class CL_FDT_WD_DIALOGS_MODEL has no parameter.
Method GET_CTXT_SRC on class CL_FDT_WD_DIALOGS_MODEL has no exception.

Method GET_MESSAGE_HELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ITF Value transfer Type reference (TYPE) TEXT_LINE_TAB Doku Lines 20061017
2 Exporting EV_DOKU_HEAD Value transfer Type reference (TYPE) THEAD Doku Head 20061017
3 Importing IV_MSGID Value transfer Type reference (TYPE) SYMSGID Msgid 20061017
4 Importing IV_MSGNO Value transfer Type reference (TYPE) SYMSGNO Msgno 20061017
5 Importing IV_MSGV1 Call by reference Type reference (TYPE) SYMSGV Msgv 20061017
6 Importing IV_MSGV2 Call by reference Type reference (TYPE) SYMSGV Msgv 20061017
7 Importing IV_MSGV3 Call by reference Type reference (TYPE) SYMSGV Msgv 20061017
8 Importing IV_MSGV4 Call by reference Type reference (TYPE) SYMSGV Msgv 20061017

Method GET_MESSAGE_HELP on class CL_FDT_WD_DIALOGS_MODEL has no exception.

Method GET_SAPSCRIPT_FROM_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HREF Call by reference Type reference (TYPE) STRING 20100115
2 Returning RS_SAPSCRIPT_OBJECT Value transfer Type reference (TYPE) IF_FDT_TYPES=>S_SAPSCRIPT_OBJECT SAPScript Object (ID +SAPScript docu object) 20100115

Method GET_SAPSCRIPT_FROM_LINK on class CL_FDT_WD_DIALOGS_MODEL has no exception.

Method GET_UNUSED_FUNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110215

Method GET_UNUSED_FUNC on class CL_FDT_WD_DIALOGS_MODEL has no exception.

Method SET_CALLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID ID 20100803

Method SET_CALLER on class CL_FDT_WD_DIALOGS_MODEL has no exception.

Method SET_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONFIGURATION Call by reference Object reference (TYPE REF TO) IF_FDT_WD_CONFIGURATION FDT WD: Configuration 20100803

Method SET_CONFIGURATION on class CL_FDT_WD_DIALOGS_MODEL has no exception.

Method SET_CTXT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20101123

Method SET_CTXT_ID on class CL_FDT_WD_DIALOGS_MODEL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710