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 | 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 | Constant | Public | Type reference (TYPE) | STRING | 'C' | Select Dialog Cancel | 20071107 | ||
| 2 | Constant | Public | Type reference (TYPE) | CHAR2 | 'AL' | Allowed ctxt | 20110224 | ||
| 3 | Constant | Public | Type reference (TYPE) | CHAR2 | 'NA' | not allowed ctxt | 20110224 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'CTXT_OVERVIEW_HDR' | Context Overview Header Node | 20101012 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'CTXT_OVERVIEW_LIST' | Context Overview Node | 20101012 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'CTXT_OVERVIEW_OTHERS' | Other Context node | 20110215 | ||
| 7 | Constant | Public | Type reference (TYPE) | CHAR2 | 'AF' | Active Filters Dialog | 20100803 | ||
| 8 | Constant | Public | Type reference (TYPE) | CHAR2 | 'CO' | Context Overview Dialog | 20101011 | ||
| 9 | Constant | Public | Type reference (TYPE) | CHAR2 | 'DC' | Docu dialog | 20080807 | ||
| 10 | Constant | Public | Type reference (TYPE) | CHAR2 | 'IN' | Input dialog | 20080807 | ||
| 11 | Constant | Public | Type reference (TYPE) | CHAR2 | 'MH' | Message Help Dialog | 20080807 | ||
| 12 | Constant | Public | Type reference (TYPE) | CHAR2 | 'MD' | Class Method dialog | 20080807 | ||
| 13 | Constant | Public | Type reference (TYPE) | CHAR2 | 'OD' | Object Display | 20101006 | ||
| 14 | Constant | Public | Type reference (TYPE) | CHAR2 | 'OD' | Object docu dialog | 20080807 | ||
| 15 | Constant | Public | Type reference (TYPE) | CHAR2 | 'SI' | Simple dialog | 20080807 | ||
| 16 | Constant | Public | Type reference (TYPE) | CHAR2 | 'TR' | Transport Dialog | 20080807 | ||
| 17 | Constant | Private | Type reference (TYPE) | STRING | 'DOCUMENTATION' | Documentation Node | 20070123 | ||
| 18 | Constant | Public | Type reference (TYPE) | STRING | 'E' | Select Dialog Element | 20071107 | ||
| 19 | Constant | Public | Type reference (TYPE) | STRING | 'ACTIVE_FILTERS' | Filter Node | 20100803 | ||
| 20 | Constant | Private | Type reference (TYPE) | STRING | 'MESSAGE_HELP' | Message Help Node | 20061016 | ||
| 21 | Constant | Public | Type reference (TYPE) | STRING | 'O' | Select Dialog OK | 20071107 | ||
| 22 | Constant | Public | Type reference (TYPE) | STRING | 'S' | Select Dialog Structure | 20071107 | ||
| 23 | Constant | Public | Type reference (TYPE) | STRING | 'T' | Select Dialog Table | 20071107 | ||
| 24 | Instance attribute | Private | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20110215 | |||
| 25 | Instance attribute | Private | Type reference (TYPE) | IF_FDT_TYPES=>TH_IDS_FOR_ID | 20110321 | ||||
| 26 | Instance attribute | Private | Type reference (TYPE) | T_CTXT_SRC_DATA | unavailable ctxt table | 20110215 | |||
| 27 | Instance attribute | Private | Type reference (TYPE) | IF_FDT_TYPES=>ID | Expression/Ruleset ID | 20101123 | |||
| 28 | Instance attribute | Private | Type reference (TYPE) | IF_FDT_TYPES=>ID | ID | 20100803 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100803 | |
| 2 | Instance method | Private | Method | Populates the active filters | 20100803 | |
| 3 | Instance method | Private | Method | Gets the context header node | 20101012 | |
| 4 | Instance method | Private | Method | Gets the context and its source | 20101011 | |
| 5 | Static method | Public | Method | Get Message Help | 20061017 | |
| 6 | Static method | Public | Method | Get Sapscript object from link | 20100115 | |
| 7 | Instance method | Public | Method | Gets the unused function for the element | 20110215 | |
| 8 | Instance method | Public | Method | Sets the caller | 20100803 | |
| 9 | Instance method | Public | Method | Sets configuration | 20100803 | |
| 10 | 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 | 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 | ET_ITF | Value transfer | Type reference (TYPE) | TEXT_LINE_TAB | Doku Lines | 20061017 | |||
| 2 | EV_DOKU_HEAD | Value transfer | Type reference (TYPE) | THEAD | Doku Head | 20061017 | |||
| 3 | IV_MSGID | Value transfer | Type reference (TYPE) | SYMSGID | Msgid | 20061017 | |||
| 4 | IV_MSGNO | Value transfer | Type reference (TYPE) | SYMSGNO | Msgno | 20061017 | |||
| 5 | IV_MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | Msgv | 20061017 | |||
| 6 | IV_MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | Msgv | 20061017 | |||
| 7 | IV_MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | Msgv | 20061017 | |||
| 8 | 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 | IV_HREF | Call by reference | Type reference (TYPE) | STRING | 20100115 | ||||
| 2 | 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 | 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 | 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 | 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 | 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 |