SAP ABAP Class CL_FP_FORM (Form Objects: Form)
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 | Inheritance (c INHERITING FROM c_ref) | CL_FP_OBJECT | Form Objects: Basic Object | 20030424 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FP_FORM | Form Objects: Form Interface | 20030424 |
Properties
Class | CL_FP_FORM | |
Short Description | Form Objects: Form | |
Super Class | CL_FP_OBJECT | Form Objects: Basic Object |
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
# | 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_FP_FORM | Form Objects: Form Interface | 20030424 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_FP_HELPER | 20031112 | Form Objects: Help Functions | |
2 | CL_FP_LAYOUT | 20030717 | Form Components: Layout | |
3 | CL_FP_NODE | 20030513 | Form Node: Node | |
4 | CL_SSF_MIGRATION | 20030527 | Migration Smart Forms | |
5 | IF_FP_REPOSITORY | 20030616 | Form Objects: Interface for Repository |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FP_CONTEXT | Context | 20030424 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XSTRING | Context (Raw) | 20050302 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPCONTEXTT | Text Table | 20030514 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPCONTEXTTS | Text Table (Raw) | 20050302 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FPFORMTYPE | Form Type | 20030819 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FP_INTERFACE | Interface | 20030723 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FPLASTDATE | Interface Change Date | 20031030 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FPLASTTIME | Interface Time of Last Change | 20031030 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FPNAME | Interface Name | 20030702 | ||
10 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_FP_INTERFACE_PARAMETERS | Interface Parameters | 20030729 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FPSTATE | Interface Status | 20031031 | ||
12 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FP_LAYOUT | Layout | 20030424 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20080325 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20030424 |
2 | ![]() |
Static method | Public | Method | Create | 20030424 |
3 | ![]() |
Instance method | Protected | Method | Set Context | 20030602 |
4 | ![]() |
Instance method | Protected | Method | Set Layout | 20030602 |
5 | ![]() |
Instance method | Protected | Method | Set Offline Handler | 20080325 |
6 | ![]() |
Instance method | Protected | Method | Set Form Type | 20030819 |
Events
Class CL_FP_FORM has no event.
Types
Class CL_FP_FORM 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_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | Sprache | 20030513 |
Method CONSTRUCTOR on class CL_FP_FORM has no exception.
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | Sprache | 20030513 | ||
2 | ![]() |
R_FORM | Value transfer | Object reference (TYPE REF TO) | IF_FP_FORM | Formular | 20030424 |
Method CREATE on class CL_FP_FORM has no exception.
Method INT_SET_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FP_CONTEXT | Kontext | 20030602 |
Method INT_SET_CONTEXT on class CL_FP_FORM has no exception.
Method INT_SET_LAYOUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LAYOUT | Call by reference | Object reference (TYPE REF TO) | IF_FP_LAYOUT | Layout | 20030602 |
Method INT_SET_LAYOUT on class CL_FP_FORM has no exception.
Method INT_SET_OFFLINE_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OFFLINE_HANDLER | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20080325 |
Method INT_SET_OFFLINE_HANDLER on class CL_FP_FORM has no exception.
Method SET_FORM_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FORM_TYPE | Call by reference | Type reference (TYPE) | FPFORMTYPE | Formulartyp | 20030819 |
Method SET_FORM_TYPE on class CL_FP_FORM has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 640 |