SAP ABAP Class CL_UC_DE_FORM_DATA (The object to describe the form data)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-SEM-BCS (Application Component) Business Consolidation
⤷
UCFE (Package) SEM-BCS: Data Collection
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UC_DE_FORM_DATA | The interface to describe a form | 20020116 |
Properties
| Class | CL_UC_DE_FORM_DATA | |
| Short Description | The object to describe the form data | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UCFE | SEM-BCS: Data Collection |
| Created | 20020116 | SAP |
| Last change | 20041006 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_UC_DE_FORM_DATA | The interface to describe a form | 20020116 |
Friends
Class CL_UC_DE_FORM_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_UC_DE_GRID_DATA | The object to describe the grid data | 20020206 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_UC_DE_HEADER_DATA | The header data object class | 20020206 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | UC_AREA | Consolidation Area | 20020206 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | UC_DEFORM | Data entry form | 20020220 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | UCF_SX_DEP_FORMINFO | SEM-BCS: The Form Information for the Front End | 20030910 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING | Long Text | 20020729 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | UC_FLG | General Indicator, SAP Consolidation | 20020619 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | UC_FLG | General Indicator, SAP Consolidation | 20020806 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20020221 | ||
| 2 | Instance method | Public | Method | Set the header and the grid data | 20020221 |
Events
Class CL_UC_DE_FORM_DATA has no event.
Types
Class CL_UC_DE_FORM_DATA has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_GRID | Call by reference | Object reference (TYPE REF TO) | CL_UC_DE_GRID_DATA | The object to describe the grid data | 20020221 | |||
| 2 | IO_HEADER | Call by reference | Object reference (TYPE REF TO) | CL_UC_DE_HEADER_DATA | The header data object class | 20020221 | |||
| 3 | IS_AREA | Call by reference | Type reference (TYPE) | UC_AREA | Konsolidierungsgebiet | 20020221 | |||
| 4 | IS_DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | Langtext | 20020221 | |||
| 5 | IS_FORM | Call by reference | Type reference (TYPE) | UC_DEFORM | The form data object | 20020221 | |||
| 6 | IS_FORMINFO | Call by reference | Type reference (TYPE) | UCF_SX_DEP_FORMINFO | SEM-BCS: The form information for the frontend | 20030910 | |||
| 7 | I_FLG_AUTONEWLINE | Call by reference | Type reference (TYPE) | UC_FLG | UCFE_CS_LOGIC-TRUE | Allgemeines Kennzeichen SAP Konsolidierung | 20020619 |
Method CONSTRUCTOR on class CL_UC_DE_FORM_DATA has no exception.
Method DEP_SET_FORM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_T_GRIDDATA | Call by reference | Object reference (TYPE REF TO) | UCF_TH_DEP_GRID | Grid table type to record grid data | 20021209 | |||
| 2 | IR_T_HRCY | Call by reference | Object reference (TYPE REF TO) | UCF_TH_DEP_GRIDHRY | Row hrcy of grid | 20021209 | |||
| 3 | IS_FORMINFO | Call by reference | Type reference (TYPE) | UCF_SX_DEP_FORMINFO | SEM-BCS: The form information for the frontend | 20030910 | |||
| 4 | IS_MAXCOL | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20020221 | |||
| 5 | IS_MAXROW | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20020221 | |||
| 6 | IT_COLMODIFIABLE | Call by reference | Type reference (TYPE) | UCF_T_DEP_NLMODIFIABLE | The selection condition of all columns | 20021111 | |||
| 7 | IT_HEADERDATA | Call by reference | Type reference (TYPE) | UCF_T_DEP2FRONT_HEADER | Header table type of header | 20020221 | |||
| 8 | IT_NEWROWID | Call by reference | Type reference (TYPE) | UCF_T_DEP_POS | Position | 20030513 | |||
| 9 | IT_SELECTOR | Call by reference | Type reference (TYPE) | UCF_T_DEP_SELECTOR2 | Selector for the form | 20020221 | |||
| 10 | I_CURSOR_POS | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20020729 | |||
| 11 | I_FLG_AUTONEWLINE | Call by reference | Type reference (TYPE) | UC_FLG | UCFE_CS_LOGIC-TRUE | Allgemeines Kennzeichen SAP Konsolidierung | 20020619 | ||
| 12 | I_FLG_INSTNEWLINE | Call by reference | Type reference (TYPE) | UC_FLG | Allgemeines Kennzeichen SAP Konsolidierung | 20020806 |
Method DEP_SET_FORM on class CL_UC_DE_FORM_DATA has no exception.
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 31B |