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 MT_REFERENCE_FIELDS Instance attribute Private Type reference (TYPE) TFPREF Reference Fields 20100923
2 M_DESCRIPTIONS Static Attribute Private Type reference (TYPE) T_DESCRIPTIONT Descriptions 20031015
3 M_DFIES_TAB Static Attribute Private Type reference (TYPE) T_DFIEST Type Descriptions 20040709
4 M_EXPORT_PARAMETERS Instance attribute Private Type reference (TYPE) TFPINTERFACEPAR Export Parameters 20030709
5 M_EXPORT_PARAMETERS_TABLE Instance attribute Private Type reference (TYPE) TFPINTERFACEPAR Flat Table of All Export Parameters 20050302
6 M_FIELDSYMBOLS Instance attribute Private Type reference (TYPE) TFPINTERFACEPAR Field Symbols 20030709
7 M_FIELDSYMBOLS_TABLE Instance attribute Private Type reference (TYPE) TFPINTERFACEPAR Flat Table of All Field Symbols 20050302
8 M_GLOBAL_DATA Instance attribute Private Type reference (TYPE) TFPINTERFACEPAR Global Data Definitions 20030709
9 M_GLOBAL_DATA_TABLE Instance attribute Private Type reference (TYPE) TFPINTERFACEPAR Flat Table of All Global Data Definitions 20050302
10 M_IMPORT_PARAMETERS Instance attribute Private Type reference (TYPE) TFPINTERFACEPAR Import Parameters 20030709
11 M_IMPORT_PARAMETERS_TABLE Instance attribute Private Type reference (TYPE) TFPINTERFACEPAR Flat Table of All Import Parameters 20050302
12 M_INTERFACE Instance attribute Private Object reference (TYPE REF TO) IF_FP_INTERFACE Interface 20030709
13 M_INTERFACE_EXPORT Instance attribute Private Type reference (TYPE) TFPIOPAR Export Parameters Interface 20030709
14 M_INTERFACE_FIELDSYMBOLS Instance attribute Private Type reference (TYPE) TFPGDATA Field Symbols Interface 20030709
15 M_INTERFACE_GLOBAL Instance attribute Private Type reference (TYPE) TFPGDATA Global Data Definitions Interface 20030709
16 M_INTERFACE_IMPORT Instance attribute Private Type reference (TYPE) TFPIOPAR Import Parameters Interface 20030709
17 M_INTERFACE_PARAMETERS Instance attribute Private Type reference (TYPE) TFPINTERFACEPAR Interface Parameters 20050302
18 M_INTERFACE_SYSTEM Instance attribute Private Type reference (TYPE) TFPSDATA Interface System Data 20030930
19 M_INTERFACE_TABLE Instance attribute Private Type reference (TYPE) TFPIOPAR Table Parameters Interface 20030709
20 M_INTERFACE_TYPES Instance attribute Private Type reference (TYPE) TFPCODING Types Interface 20030709
21 M_PARAMETERS_TABLE Instance attribute Private Type reference (TYPE) TFPINTERFACEPAR Flat Table of All Parameters 20030711
22 M_SORTED Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20121120
23 M_SYSTEM_DATA Instance attribute Private Type reference (TYPE) TFPINTERFACEPAR System Data 20030930
24 M_SYSTEM_DATA_TABLE Instance attribute Private Type reference (TYPE) TFPINTERFACEPAR Flat Table of All System Data 20050302
25 M_TABLE_PARAMETERS Instance attribute Private Type reference (TYPE) TFPINTERFACEPAR Table Parameters 20030709
26 M_TABLE_PARAMETERS_TABLE Instance attribute Private Type reference (TYPE) TFPINTERFACEPAR Flat Table of All Table Parameters 20050302
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20030709
2 GET_COMPUTED_REFERENCES Instance method Public Method Get References 20100826
3 GET_DDIC_DFIES Static method Protected Method Get Type Description 20040709
4 GET_EXPORT_PARAMETERS Instance method Public Method Get Export Parameters 20030709
5 GET_FIELDSYMBOLS Instance method Public Method Get Field Symbols 20030709
6 GET_GLOBAL_DATA Instance method Public Method Get Global Data Definitions 20030709
7 GET_IMPORT_PARAMETERS Instance method Public Method Get Import Parameters 20030709
8 GET_INTERFACE_PARAMETERS Instance method Public Method Get Interface Parameters 20050302
9 GET_PARAMETERS Instance method Protected Method Get Parameters 20030710
10 GET_PARAMETERS_TABLE Instance method Public Method Get Flat Table of All Parameters 20030711
11 GET_PARAMETER_DESCRIPTIONS Static method Public Method Get Parameter Descriptions 20030710
12 GET_PARAMETER_TABLE Instance method Protected Method Get Parameter Table 20030711
13 GET_SYSTEM_DATA Instance method Public Method Get System Data 20030930
14 GET_TABLE_PARAMETERS Instance method Public Method Get Table Parameters 20030709
15 HANDLE_INTERFACE_CHANGED Instance method Protected Event handling method Event Handler 'Object was Changed' 20030709
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 Importing 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 Returning 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 Importing I_FIELD Call by reference Type reference (TYPE) FPFIELD Feldname 20040709
2 Importing I_TABNAME Call by reference Type reference (TYPE) SFPINTERFACEPAR-TYPE_NAME Tabellenname 20040713
3 Importing I_TYPE_NAME Call by reference Type reference (TYPE) SFPINTERFACEPAR-TYPE_NAME Name des Typs 20040709
4 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Exporting E_PARAMETERS Call by reference Type reference (TYPE) TFPINTERFACEPAR Parameter 20030710
2 Importing I_PARAMETERS Call by reference Type reference (TYPE) TFPINTERFACEPAR Parameter 20030710
3 Importing 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 Importing I_DDIC_DFIES Call by reference Type reference (TYPE) C ' ' Obsolet!!! Intern immer 'X'!!! Typbeschreibungen holen? 20040712
2 Returning 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 Changing C_PARAMETERS Call by reference Type reference (TYPE) TFPINTERFACEPAR Parameter 20030710
2 Importing 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 Changing C_PARAMETER_TABLE Call by reference Type reference (TYPE) TFPINTERFACEPAR Parametertabelle 20050302
2 Changing E_PARAMETER_TABLE Call by reference Type reference (TYPE) TFPINTERFACEPAR Parametertabelle 20030711
3 Importing I_DDIC_DFIES Call by reference Type reference (TYPE) C ' ' Typbeschreibungen holen? 20040712
4 Importing I_FIELD Call by reference Type reference (TYPE) FPFIELD Feld 20030711
5 Importing I_FIELD_TO_CONCATENATE Call by reference Type reference (TYPE) FPFIELD Feld zum Anfügen 20050310
6 Importing 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 Returning 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 Returning 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