SAP ABAP Class CL_FP_LAYOUT (Form Components: Layout)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-FP (Application Component) Forms Processing
⤷
SAFPAPI (Package) SAP Form Processing (API)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FP_LAYOUT | Form Components: Layout Interface | 20030424 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20030515 |
Properties
| Class | CL_FP_LAYOUT | |
| Short Description | Form Components: Layout | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAFPAPI | SAP Form Processing (API) |
| Created | 20030424 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FP_LAYOUT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FP_LAYOUT | Form Components: Layout Interface | 20030424 | ||
| 2 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20030515 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_FP_FORM | 20030424 | Form Objects: Form | |
| 2 | CL_FP_HELPER | 20031113 | Form Objects: Help Functions | |
| 3 | IF_FP_REPOSITORY | 20030717 | Form Objects: Interface for Repository |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | STRING | Cache Information | 20050804 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FP_FORM | Form | 20030430 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | FPFORMTECH | Layout Technology | 20080305 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TFPLAYOUTT | Layout Data Table | 20030717 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | FPLAYOUTTYPE | Layout Type | 20060424 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | FPTRANSLATIONTYPE | Translation Type | 20050510 | |||
| 7 | Constant | Private | Type reference (TYPE) | I | 1 | Class Version | 20030602 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20030430 | |
| 2 | Instance method | Private | Method | Deserialize Helper | 20030602 | |
| 3 | Instance method | Private | Method | 20030430 | ||
| 4 | Instance method | Protected | Method | Get Language | 20030717 | |
| 5 | Instance method | Protected | Method | Get Layout Data | 20030717 | |
| 6 | Instance method | Protected | Method | Internal: Test Form Technology | 20080305 | |
| 7 | Instance method | Protected | Method | Internal: Set Layout Type | 20060424 | |
| 8 | Instance method | Protected | Method | Trigger Event 'Object was changed' | 20030717 | |
| 9 | Instance method | Private | Method | Serialize Helper | 20030602 | |
| 10 | Instance method | Protected | Method | Set Layout Data | 20030717 |
Events
Class CL_FP_LAYOUT has no event.
Types
Class CL_FP_LAYOUT has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FORM | Call by reference | Object reference (TYPE REF TO) | CL_FP_FORM | Formular | 20030430 |
Method CONSTRUCTOR on class CL_FP_LAYOUT has no exception.
Method DESERIALIZE_HELPER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CACHE_INFO | Call by reference | Type reference (TYPE) | STRING | Cache-Info | 20050804 | |||
| 2 | FORM_TECH | Call by reference | Type reference (TYPE) | FPFORMTECH | Layouttechnologie | 20080305 | |||
| 3 | LAYOUT_TYPE | Call by reference | Type reference (TYPE) | FPLAYOUTTYPE | Typ eines Layouts | 20060529 | |||
| 4 | SERIALIZABLE_CLASS_VERSION | Call by reference | Type reference (TYPE) | I | SERIALIZABLE_CLASS_VERSION | Klassenversion | 20030602 | ||
| 5 | TRANSLATION_TYPE | Call by reference | Type reference (TYPE) | FPTRANSLATIONTYPE | Übersetzungstyp | 20050519 |
Method DESERIALIZE_HELPER on class CL_FP_LAYOUT has no exception.
Method GET_FORM Signature
Method GET_FORM on class CL_FP_LAYOUT has no parameter.
Method GET_FORM on class CL_FP_LAYOUT has no exception.
Method GET_LANGUAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_LANGUAGE | Value transfer | Type reference (TYPE) | SYLANGU | Sprache | 20030717 |
Method GET_LANGUAGE on class CL_FP_LAYOUT has no exception.
Method GET_LAYOUT_DATAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_LAYOUT_DATAT | Call by reference | Type reference (TYPE) | TFPLAYOUTT | Layoutdatentabelle | 20030717 |
Method GET_LAYOUT_DATAT on class CL_FP_LAYOUT has no exception.
Method INT_SET_FORM_TECH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FORM_TECH | Call by reference | Type reference (TYPE) | FPFORMTECH | Layouttechnologie | 20080305 |
Method INT_SET_FORM_TECH on class CL_FP_LAYOUT has no exception.
Method INT_SET_LAYOUT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LAYOUT_TYPE | Call by reference | Type reference (TYPE) | FPLAYOUTTYPE | Typ eines Layouts | 20060424 |
Method INT_SET_LAYOUT_TYPE on class CL_FP_LAYOUT has no exception.
Method RAISE_OBJECT_CHANGED Signature
Method RAISE_OBJECT_CHANGED on class CL_FP_LAYOUT has no parameter.
Method RAISE_OBJECT_CHANGED on class CL_FP_LAYOUT has no exception.
Method SERIALIZE_HELPER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CACHE_INFO | Call by reference | Type reference (TYPE) | STRING | Cache-Info | 20050804 | |||
| 2 | FORM_TECH | Call by reference | Type reference (TYPE) | FPFORMTECH | Layouttechnologie | 20080305 | |||
| 3 | LAYOUT_TYPE | Call by reference | Type reference (TYPE) | FPLAYOUTTYPE | Typ eines Layouts | 20060529 | |||
| 4 | TRANSLATION_TYPE | Call by reference | Type reference (TYPE) | FPTRANSLATIONTYPE | Übersetzungstyp | 20050519 |
Method SERIALIZE_HELPER on class CL_FP_LAYOUT has no exception.
Method SET_LAYOUT_DATAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LAYOUT_DATAT | Call by reference | Type reference (TYPE) | TFPLAYOUTT | Layoutdatentabelle | 20030717 |
Method SET_LAYOUT_DATAT on class CL_FP_LAYOUT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 640 |