SAP ABAP Class CL_DD_FORM_AREA (Dynamic Documents: Range of a Form)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CI-DYD (Application Component) Dynamic Documents
⤷
SDYNAMICDOCUMENTS (Package) Dynamic Documents
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_DD_AREA | Dynamic Documents: Document Area | 19990809 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_UMB_EBB_FORM_EX | 20030119 |
Properties
| Class | CL_DD_FORM_AREA | |
| Short Description | Dynamic Documents: Range of a Form | |
| Super Class | CL_DD_AREA | Dynamic Documents: Document Area |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SDYNAMICDOCUMENTS | Dynamic Documents |
| Created | 19990809 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_DD_FORM_AREA has no interface implemented.
Friends
Class CL_DD_FORM_AREA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_DD_FORM_ELEMENT | Internal Use | 19990810 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Button Element | 19990809 | |
| 2 | Instance method | Public | Method | Add Input Element | 19991021 | |
| 3 | Instance method | Public | Method | Add Selection Element | 19991021 | |
| 4 | Instance method | Public | Method | Deactivate Button Element | 19991014 | |
| 5 | Instance method | Public | Method | Reactivate Deactivated Button Element | 19991014 |
Events
Class CL_DD_FORM_AREA has no event.
Types
Class CL_DD_FORM_AREA has no local type.
Method Signatures
Method ADD_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUTTON | Call by reference | Object reference (TYPE REF TO) | CL_DD_BUTTON_ELEMENT | Button Element | 19990809 | |||
| 2 | HOTKEY | Call by reference | Type reference (TYPE) | SDYDO_C1 | A11Y: (for WebGUI only) Hotkey definieren | 20020116 | |||
| 3 | LABEL | Call by reference | Type reference (TYPE) | STRING | Text auf dem Button | 19990809 | |||
| 4 | NAME | Call by reference | Type reference (TYPE) | SDYDO_ELEMENT_NAME | Name (kann frei vergeben werden) | 19991022 | |||
| 5 | SAP_ICON | Call by reference | Type reference (TYPE) | ICONNAME | Name der SAP Ikone aus Tabelle ICON (ICON_TREE, ICON_...) | 19990809 | |||
| 6 | SUB_AREA | Call by reference | Object reference (TYPE REF TO) | CL_DD_AREA | DO NOT USE !!!!!! | 20000119 | |||
| 7 | TABINDEX | Call by reference | Type reference (TYPE) | I | A11Y: tabindex setzen; mit -1 überspringen | 20020116 | |||
| 8 | TOOLTIP | Call by reference | Type reference (TYPE) | STRING | ToolTip | 19991013 |
Method ADD_BUTTON on class CL_DD_FORM_AREA has no exception.
Method ADD_INPUT_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | A11Y_LABEL | Call by reference | Type reference (TYPE) | STRING | A11Y: (unsichtbarer) Label für Inputfeld | 20020314 | |||
| 2 | HOTKEY | Call by reference | Type reference (TYPE) | SDYDO_C1 | A11Y: (for WebGUI only) Hotkey definieren | 20020117 | |||
| 3 | INPUT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_DD_INPUT_ELEMENT | Eingabe-Element | 19991021 | |||
| 4 | MAXLENGTH | Call by reference | Type reference (TYPE) | I | maximal erlaubte Länge der Texteingabe | 19991021 | |||
| 5 | NAME | Call by reference | Type reference (TYPE) | SDYDO_ELEMENT_NAME | Name (kann frei vergeben werden) | 19991201 | |||
| 6 | SIZE | Call by reference | Type reference (TYPE) | I | Breite des Eingabefeldes | 19991021 | |||
| 7 | SUB_AREA | Call by reference | Object reference (TYPE REF TO) | CL_DD_AREA | DO NOT USE !! | 20000119 | |||
| 8 | TABINDEX | Call by reference | Type reference (TYPE) | I | A11Y: tabindex setzen; mit -1 überspringen | 20020117 | |||
| 9 | TOOLTIP | Call by reference | Type reference (TYPE) | STRING | Tooltip Text | 20020117 | |||
| 10 | VALUE | Call by reference | Type reference (TYPE) | SDYDO_VALUE | Text im Eingabefeld | 19991021 |
Method ADD_INPUT_ELEMENT on class CL_DD_FORM_AREA has no exception.
Method ADD_SELECT_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | A11Y_LABEL | Call by reference | Type reference (TYPE) | STRING | A11Y: (unsichtbarer) Label für Dropdown Listbox | 20020314 | |||
| 2 | HOTKEY | Call by reference | Type reference (TYPE) | SDYDO_C1 | A11Y: (for WebGUI only) Hotkey definieren | 20020117 | |||
| 3 | NAME | Call by reference | Type reference (TYPE) | SDYDO_ELEMENT_NAME | Name (kann frei vergeben werden) | 19991026 | |||
| 4 | OPTIONS | Call by reference | Type reference (TYPE) | SDYDO_OPTION_TAB | Optionen (auswählbare Items) | 19991021 | |||
| 5 | SELECT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_DD_SELECT_ELEMENT | Auswahl-Element | 19991021 | |||
| 6 | SUB_AREA | Call by reference | Object reference (TYPE REF TO) | CL_DD_AREA | DO NOT USE !! | 20000119 | |||
| 7 | TABINDEX | Call by reference | Type reference (TYPE) | I | A11Y: tabindex setzen; mit -1 überspringen | 20020117 | |||
| 8 | TOOLTIP | Call by reference | Type reference (TYPE) | STRING | Tooltip Text | 20020117 | |||
| 9 | VALUE | Call by reference | Type reference (TYPE) | SDYDO_VALUE | initial ausgewählte Option | 19991026 |
Method ADD_SELECT_ELEMENT on class CL_DD_FORM_AREA has no exception.
Method DISABLE_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUTTON | Call by reference | Object reference (TYPE REF TO) | CL_DD_BUTTON_ELEMENT | Button, der deaktiviert werden soll | 19991014 |
Method DISABLE_BUTTON on class CL_DD_FORM_AREA has no exception.
Method ENABLE_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUTTON | Call by reference | Object reference (TYPE REF TO) | CL_DD_BUTTON_ELEMENT | Button, der wieder aktiviert werden soll | 19991014 |
Method ENABLE_BUTTON on class CL_DD_FORM_AREA has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |