SAP ABAP Class CL_FP_INTERFACE_PARAMETERS (Form Components: Interface Parameters)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-FP (Application Component) Forms Processing
⤷
SAFPAPI (Package) SAP Form Processing (API)

⤷

⤷

Properties
Class | CL_FP_INTERFACE_PARAMETERS | |
Short Description | Form Components: Interface Parameters | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SAFPAPI | SAP Form Processing (API) |
Created | 20030709 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FP_INTERFACE_PARAMETERS has no forward declaration.
Interfaces
Class CL_FP_INTERFACE_PARAMETERS has no interface implemented.
Friends
Class CL_FP_INTERFACE_PARAMETERS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPREF | Reference Fields | 20100923 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | T_DESCRIPTIONT | Descriptions | 20031015 | ||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | T_DFIEST | Type Descriptions | 20040709 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPINTERFACEPAR | Export Parameters | 20030709 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPINTERFACEPAR | Flat Table of All Export Parameters | 20050302 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPINTERFACEPAR | Field Symbols | 20030709 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPINTERFACEPAR | Flat Table of All Field Symbols | 20050302 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPINTERFACEPAR | Global Data Definitions | 20030709 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPINTERFACEPAR | Flat Table of All Global Data Definitions | 20050302 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPINTERFACEPAR | Import Parameters | 20030709 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPINTERFACEPAR | Flat Table of All Import Parameters | 20050302 | ||
12 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FP_INTERFACE | Interface | 20030709 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPIOPAR | Export Parameters Interface | 20030709 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPGDATA | Field Symbols Interface | 20030709 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPGDATA | Global Data Definitions Interface | 20030709 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPIOPAR | Import Parameters Interface | 20030709 | ||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPINTERFACEPAR | Interface Parameters | 20050302 | ||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPSDATA | Interface System Data | 20030930 | ||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPIOPAR | Table Parameters Interface | 20030709 | ||
20 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPCODING | Types Interface | 20030709 | ||
21 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPINTERFACEPAR | Flat Table of All Parameters | 20030711 | ||
22 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20121120 | |
23 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPINTERFACEPAR | System Data | 20030930 | ||
24 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPINTERFACEPAR | Flat Table of All System Data | 20050302 | ||
25 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPINTERFACEPAR | Table Parameters | 20030709 | ||
26 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TFPINTERFACEPAR | Flat Table of All Table Parameters | 20050302 |
Methods
Events
Class CL_FP_INTERFACE_PARAMETERS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_DESCRIPTION | Private | See coding | Description | 20031015 | BEGIN OF t_description ,
type_kind(1) TYPE c ,
type_name TYPE ddobjname ,
language TYPE langu ,
description(60) TYPE c ,
END OF t_description
|
|
2 | T_DESCRIPTIONT | Private | See coding | Descriptions | 20031015 | t_descriptiont TYPE TABLE OF t_description
|
|
3 | T_DFIES | Private | See coding | Type Description | 20040709 | BEGIN OF t_dfies ,
type_name TYPE sfpinterfacepar-type_name ,
dfies_tab TYPE dfies_table ,
END OF t_dfies
|
|
4 | T_DFIEST | Private | See coding | Type Descriptions | 20040709 | t_dfiest TYPE TABLE OF t_dfies
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INTERFACE | Call by reference | Object reference (TYPE REF TO) | IF_FP_INTERFACE | Schnittstelle | 20030709 |
Method CONSTRUCTOR on class CL_FP_INTERFACE_PARAMETERS has no exception.
Method GET_COMPUTED_REFERENCES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_REFERENCES | Value transfer | Type reference (TYPE) | TFPREF | Referenzfelder | 20100826 |
Method GET_COMPUTED_REFERENCES on class CL_FP_INTERFACE_PARAMETERS has no exception.
Method GET_DDIC_DFIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELD | Call by reference | Type reference (TYPE) | FPFIELD | Feldname | 20040709 | ||
2 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | SFPINTERFACEPAR-TYPE_NAME | Tabellenname | 20040713 | ||
3 | ![]() |
I_TYPE_NAME | Call by reference | Type reference (TYPE) | SFPINTERFACEPAR-TYPE_NAME | Name des Typs | 20040709 | ||
4 | ![]() |
R_DDIC_DFIES | Value transfer | Type reference (TYPE) | SFPDFIES | Typbeschreibung | 20040709 |
Method GET_DDIC_DFIES on class CL_FP_INTERFACE_PARAMETERS has no exception.
Method GET_EXPORT_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_EXPORT_PARAMETERS | Value transfer | Type reference (TYPE) | TFPINTERFACEPAR | Exportparameter | 20030710 |
Method GET_EXPORT_PARAMETERS on class CL_FP_INTERFACE_PARAMETERS has no exception.
Method GET_FIELDSYMBOLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_FIELDSYMBOLS | Value transfer | Type reference (TYPE) | TFPINTERFACEPAR | Feldsymbole | 20030709 |
Method GET_FIELDSYMBOLS on class CL_FP_INTERFACE_PARAMETERS has no exception.
Method GET_GLOBAL_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_GLOBAL_DATA | Value transfer | Type reference (TYPE) | TFPINTERFACEPAR | Globale Datendefinitionen | 20030709 |
Method GET_GLOBAL_DATA on class CL_FP_INTERFACE_PARAMETERS has no exception.
Method GET_IMPORT_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_IMPORT_PARAMETERS | Value transfer | Type reference (TYPE) | TFPINTERFACEPAR | Importparameter | 20030709 |
Method GET_IMPORT_PARAMETERS on class CL_FP_INTERFACE_PARAMETERS has no exception.
Method GET_INTERFACE_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_INTERFACE_PARAMETERS | Value transfer | Type reference (TYPE) | TFPINTERFACEPAR | Schnittstellenparameter | 20050302 |
Method GET_INTERFACE_PARAMETERS on class CL_FP_INTERFACE_PARAMETERS has no exception.
Method GET_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_PARAMETERS | Call by reference | Type reference (TYPE) | TFPINTERFACEPAR | Parameter | 20030710 | ||
2 | ![]() |
I_PARAMETERS | Call by reference | Type reference (TYPE) | TFPINTERFACEPAR | Parameter | 20030710 | ||
3 | ![]() |
I_TYPES | Call by reference | Type reference (TYPE) | TFPCODING | Coding | 20030710 |
Method GET_PARAMETERS on class CL_FP_INTERFACE_PARAMETERS has no exception.
Method GET_PARAMETERS_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DDIC_DFIES | Call by reference | Type reference (TYPE) | C | ' ' | Obsolet!!! Intern immer 'X'!!! Typbeschreibungen holen? | 20040712 | |
2 | ![]() |
R_PARAMETERS_TABLE | Value transfer | Type reference (TYPE) | TFPINTERFACEPAR | Flache Tabelle aller Parameter | 20030711 |
Method GET_PARAMETERS_TABLE on class CL_FP_INTERFACE_PARAMETERS has no exception.
Method GET_PARAMETER_DESCRIPTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_PARAMETERS | Call by reference | Type reference (TYPE) | TFPINTERFACEPAR | Parameter | 20030710 | ||
2 | ![]() |
I_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Sprache | 20030710 |
Method GET_PARAMETER_DESCRIPTIONS on class CL_FP_INTERFACE_PARAMETERS has no exception.
Method GET_PARAMETER_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_PARAMETER_TABLE | Call by reference | Type reference (TYPE) | TFPINTERFACEPAR | Parametertabelle | 20050302 | ||
2 | ![]() |
E_PARAMETER_TABLE | Call by reference | Type reference (TYPE) | TFPINTERFACEPAR | Parametertabelle | 20030711 | ||
3 | ![]() |
I_DDIC_DFIES | Call by reference | Type reference (TYPE) | C | ' ' | Typbeschreibungen holen? | 20040712 | |
4 | ![]() |
I_FIELD | Call by reference | Type reference (TYPE) | FPFIELD | Feld | 20030711 | ||
5 | ![]() |
I_FIELD_TO_CONCATENATE | Call by reference | Type reference (TYPE) | FPFIELD | Feld zum Anfügen | 20050310 | ||
6 | ![]() |
I_TYPE_NAME | Call by reference | Type reference (TYPE) | SFPINTERFACEPAR-TYPE_NAME | Name des Typs | 20040709 |
Method GET_PARAMETER_TABLE on class CL_FP_INTERFACE_PARAMETERS has no exception.
Method GET_SYSTEM_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_SYSTEM_DATA | Value transfer | Type reference (TYPE) | TFPINTERFACEPAR | Systemdaten | 20030930 |
Method GET_SYSTEM_DATA on class CL_FP_INTERFACE_PARAMETERS has no exception.
Method GET_TABLE_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TABLE_PARAMETERS | Value transfer | Type reference (TYPE) | TFPINTERFACEPAR | Tabellenparameter | 20030710 |
Method GET_TABLE_PARAMETERS on class CL_FP_INTERFACE_PARAMETERS has no exception.
Method HANDLE_INTERFACE_CHANGED Signature
Method HANDLE_INTERFACE_CHANGED on class CL_FP_INTERFACE_PARAMETERS has no parameter.
Method HANDLE_INTERFACE_CHANGED on class CL_FP_INTERFACE_PARAMETERS has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 640 |