SAP ABAP Class CL_FP_WB_HELPER (Form Objects: Help Functions (Workbench))
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_WB_HELPER  
Short Description Form Objects: Help Functions (Workbench)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAFPAPI   SAP Form Processing (API) 
Created 20030611   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_FP_WB_OBJECT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_FP_WB_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 SEWOR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FP_WB_HELPER has no interface implemented.
Friends
Class CL_FP_WB_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DEST_URL_PREFIX Constant Public Type reference (TYPE) STRING 'dest:FP_ICF_DATA_' Prefix of Destination Service URL 20080311
Methods
# Method Level Visibility Method type Description Created on
1 FORM_ACTIVATE Static method Public Method Form: Activate 20030624
2 FORM_CHECK Static method Public Method Form: Check 20030624
3 FORM_CREATE_FROM_VERSION Static method Public Method Form: Generate from Version 20040630
4 FORM_DESCRIPTION Static method Public Method Form: Get Description 20030611
5 FORM_EXISTS Static method Public Method Form: Check Availability 20030613
6 FORM_GENERATE Static method Public Method Form: Generate 20030624
7 FORM_GET_FORMTECH Static method Public Method Form: Get Layout Technology 20080325
8 FORM_GET_LAYOUT_LANGUAGES Static method Public Method Form: Get Language Versions of Active Form 20080306
9 FORM_GET_MASTER_LANGUAGE Static method Public Method Get Original Language of Form 20071227
10 FORM_GET_OFFLINE_HANDLER Static method Public Method Form: Get Processor for Offline Scenarios 20080325
11 FORM_LAYOUT_EXISTS Static method Public Method Form: Check Existence of Layout 20041115
12 FORM_LAYOUT_TRANSLATION_TYPE Static method Public Method Form: Get Layout Translation Type 20050519
13 FORM_LAYOUT_URL Static method Public Method Form: Get Layout URL 20030721
14 FORM_LAYOUT_URL_WITH_TYPE Static method Public Method Form: Get Layout URL and Type 20060424
15 FORM_LOAD_FOR_GENERATE Static method Public Method Form: Load for Generation 20030908
16 FORM_LOAD_FOR_RUNTIME Static method Public Method Form: Load for Runtime 20040205
17 FORM_LOAD_FOR_VERSION Static method Public Method Form: Load for Version Management 20040701
18 FORM_LOAD_STATE Static method Public Method Form: Load Active/Inactive 20030626
19 FORM_RESET_TO_ACTIVE_VERS Static method Public Method Form: Back to Active Version 20040630
20 FORM_SELECT_FOR_GENERATE Static method Public Method Form: Select Data for Generation 20050304
21 FORM_SET_OBJECT Static method Public Method Form: Set Object 20031113
22 FORM_STATE Static method Public Method Form: Get Status 20030611
23 FORM_WHICH_INTERFACE_USED Static method Public Method Form: Get Used Interface 20030611
24 INTERFACE_ACTIVATE Static method Public Method Interface: Activate 20030624
25 INTERFACE_CHECK Static method Public Method Interface: Check 20030624
26 INTERFACE_CREATE_FROM_VERSION Static method Public Method Interface: Generate from Version 20040630
27 INTERFACE_DESCRIPTION Static method Public Method Interface: Get Description 20030611
28 INTERFACE_EXISTS Static method Public Method Interface: Check Availability 20030613
29 INTERFACE_GENERATE Static method Public Method Interface: Generate 20030624
30 INTERFACE_LOAD_FOR_FORM Static method Public Method Interface: Load for Form 20030723
31 INTERFACE_LOAD_FOR_GENERATE Static method Public Method Interface: Load for Generation 20060921
32 INTERFACE_LOAD_FOR_RUNTIME Static method Public Method Interface: Load for Form 20071005
33 INTERFACE_LOAD_FOR_VERSION Static method Public Method Interface: Load for Version Management 20040701
34 INTERFACE_LOAD_STATE Static method Public Method Interface: Load Active/Inactive 20030626
35 INTERFACE_RESET_TO_ACTIVE_VERS Static method Public Method Interface: Back to Active Version 20040630
36 INTERFACE_SELECT_FOR_GENERATE Static method Public Method Interface: Select Data for Generation 20050304
37 INTERFACE_SET_OBJECT Static method Public Method Interface: Set Object 20031113
38 INTERFACE_STATE Static method Public Method Interface: Get Status 20030611
39 INTERFACE_TYPE Static method Public Method Interface: Get Type 20041116
40 INTERFACE_WHERE_USED_LIST Static method Public Method Interface: Where-Used List 20030611
Events
Class CL_FP_WB_HELPER has no event.
Types
Class CL_FP_WB_HELPER has no local type.
Method Signatures

Method FORM_ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) LANGU SY-LANGU Sprache 20070503
2 Importing I_NAME Call by reference Type reference (TYPE) E071-OBJ_NAME Name 20030624
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20030624
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030624
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030624

Method FORM_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_CHECKLIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST Fehlerliste 20030624
2 Exporting E_ERROR Call by reference Type reference (TYPE) C Fehler 20030624
3 Importing I_INTERFACES Call by reference Type reference (TYPE) SEWOR_OBJTAB Schnittstellen 20031031
4 Importing I_NAME Call by reference Type reference (TYPE) E071-OBJ_NAME Name 20030624
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20030624
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030624
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030624

Method FORM_CREATE_FROM_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESTINATION Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20040702
2 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name eines Formularobjektes 20040701
3 Importing I_VERSION Call by reference Type reference (TYPE) VERSNO Versionsnummer 20040701
4 Returning R_WB_FORM Value transfer Object reference (TYPE REF TO) IF_FP_WB_FORM Formularobjekte: Formularinterface (Workbench) 20040701
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20040709
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20040702

Method FORM_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprache 20030611
2 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20030611
3 Returning R_DESCRIPTION Value transfer Type reference (TYPE) FPTEXT Beschreibung 20030611
# Exception Resumable Description Created on
1 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030611
2 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030611

Method FORM_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20030613
2 Importing I_STATE Call by reference Type reference (TYPE) FPSTATE Status eines Formularobjektes 20080306
# Exception Resumable Description Created on
1 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030613
2 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030613

Method FORM_GENERATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) E071-OBJ_NAME Name 20030624
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20030624
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030624
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030624

Method FORM_GET_FORMTECH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) FPNAME Name eines Formularobjektes 20080325
2 Returning RV_FORMTECH Value transfer Type reference (TYPE) FPFORMTECH Layouttechnologie 20080325
# Exception Resumable Description Created on
1 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20080325
2 CX_FP_API_USAGE Ausnahme API (Verwendung) 20080325

Method FORM_GET_LAYOUT_LANGUAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name eines Formularobjektes 20080306
2 Returning R_LANGUAGES Value transfer Type reference (TYPE) TFPLAISO Sprachtabelle im ISO Format 20080306
# Exception Resumable Description Created on
1 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20080306
2 CX_FP_API_USAGE Ausnahme API (Verwendung) 20080306

Method FORM_GET_MASTER_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_LANG Value transfer Type reference (TYPE) LANGU Sprachenschlüssel 20071227
2 Importing IV_NAME Call by reference Type reference (TYPE) FPNAME Name eines Formularobjektes 20071227

Method FORM_GET_MASTER_LANGUAGE on class CL_FP_WB_HELPER has no exception.

Method FORM_GET_OFFLINE_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) FPNAME Name eines Formularobjektes 20080325
2 Returning RV_OFFLINE_HANDLER Value transfer Type reference (TYPE) SEOCLSNAME Objekttypname 20080325
# Exception Resumable Description Created on
1 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20080325
2 CX_FP_API_USAGE Ausnahme API (Verwendung) 20080325

Method FORM_LAYOUT_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) LANGU SY-LANGU Sprache 20041115
2 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20041115
# Exception Resumable Description Created on
1 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20041115
2 CX_FP_API_USAGE Ausnahme API (Verwendung) 20041115

Method FORM_LAYOUT_TRANSLATION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20050519
2 Returning R_TRANSLATION_TYPE Value transfer Type reference (TYPE) FPTRANSLATIONTYPE Übersetzungstyp 20050519
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20050519
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20050519
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20050525

Method FORM_LAYOUT_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPEND_CACHE_INFO Call by reference Type reference (TYPE) C Append Cache-Info? 20051018
2 Importing I_CACHE_INFO Call by reference Type reference (TYPE) STRING Cache-Info 20051018
3 Importing I_DEST_PATH Call by reference Type reference (TYPE) C Destination service path in URL? 20041105
4 Importing I_LANGUAGE Call by reference Type reference (TYPE) LANGU SY-LANGU Sprache 20030905
5 Importing I_MLAYOUT_REQ Call by reference Type reference (TYPE) FPBOOL Gespiegeltes Layout benötigt? 20100419
6 Importing I_MLAYOUT_SUP Call by reference Type reference (TYPE) FPBOOL Gespiegeltes Layout unterstützt? 20100419
7 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20030721
8 Importing I_PATH_ONLY Call by reference Type reference (TYPE) C Only path in URL? 20040312
9 Returning R_LAYOUT_URL Value transfer Type reference (TYPE) STRING Layout URL 20030721

Method FORM_LAYOUT_URL on class CL_FP_WB_HELPER has no exception.

Method FORM_LAYOUT_URL_WITH_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LAYOUT_TYPE Call by reference Type reference (TYPE) FPLAYOUTTYPE Typ eines Layouts 20060424
2 Exporting E_LAYOUT_URL Call by reference Type reference (TYPE) STRING Layout URL 20060424
3 Importing I_ADJUST_CACHE_INFO Call by reference Type reference (TYPE) FPBOOL Cache-Info an Sprache und Land anpassen? 20080729
4 Importing I_APPEND_CACHE_INFO Call by reference Type reference (TYPE) C Cache-Info anhängen? 20060424
5 Importing I_COUNTRY Call by reference Type reference (TYPE) INTCA ISO-Code des Landes 20080729
6 Importing I_LANGUAGE Call by reference Type reference (TYPE) LANGU SY-LANGU Sprache 20060424
7 Importing I_MLAYOUT_REQ Call by reference Type reference (TYPE) FPBOOL Gespiegeltes Layout benötigt? 20100419
8 Importing I_MLAYOUT_SUP Call by reference Type reference (TYPE) FPBOOL Gespiegeltes Layout unterstützt? 20100419
9 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20060424
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20060424
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20060424
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20060424

Method FORM_LOAD_FOR_GENERATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20030908
2 Returning R_WB_FORM Value transfer Object reference (TYPE REF TO) IF_FP_WB_FORM Formular (Workbench) 20030908
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20030908
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030908
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030908

Method FORM_LOAD_FOR_RUNTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) LANGU Sprache 20040205
2 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20040205
3 Returning R_WB_FORM Value transfer Object reference (TYPE REF TO) IF_FP_WB_FORM Formular (Workbench) 20040205
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20040205
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20040205
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20040205

Method FORM_LOAD_FOR_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FORM Call by reference Type reference (TYPE) TFPVERSFORM Versionen: Formulardaten 20040701
2 Exporting E_FORMR Call by reference Type reference (TYPE) TFPVERSFORMR Versionen: Formularrohdaten 20040701
3 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name eines Formularobjektes 20040701
4 Importing I_STATE Call by reference Type reference (TYPE) FPSTATE 'A' Status eines Formularobjektes 20040701
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20040701
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20040701
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20040701

Method FORM_LOAD_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) LANGU Sprache 20030626
2 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20030626
3 Importing I_ORDERNUM Call by reference Type reference (TYPE) TRKORR Auftrag 20030626
4 Importing I_STATE Call by reference Type reference (TYPE) FPSTATE Status 20030626
5 Returning R_WB_FORM Value transfer Object reference (TYPE REF TO) IF_FP_WB_FORM Formular (Workbench) 20030626
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20030626
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030626
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030626

Method FORM_RESET_TO_ACTIVE_VERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20040630
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20040630
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20040630
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20040630

Method FORM_SELECT_FOR_GENERATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INTERFACE Call by reference Type reference (TYPE) FPNAME Schnittstelle 20050304
2 Exporting E_LASTDATE Call by reference Type reference (TYPE) FPLASTDATE Änderungsdatum 20050304
3 Exporting E_LASTTIME Call by reference Type reference (TYPE) FPLASTTIME Uhrzeit der letzten Änderung 20050304
4 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20050304
5 Importing I_STATE Call by reference Type reference (TYPE) FPSTATE 'A' Status 20050304
# Exception Resumable Description Created on
1 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20050304

Method FORM_SET_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORM Call by reference Object reference (TYPE REF TO) IF_FP_FORM Formular 20031113
2 Importing I_WB_FORM Call by reference Object reference (TYPE REF TO) IF_FP_WB_FORM Formular (Workbench) 20031113

Method FORM_SET_OBJECT on class CL_FP_WB_HELPER has no exception.

Method FORM_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20030611
2 Returning R_STATE Value transfer Type reference (TYPE) FPSTATE Status 20030611
# Exception Resumable Description Created on
1 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030611
2 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030611

Method FORM_WHICH_INTERFACE_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20030611
2 Returning R_INTERFACE Value transfer Type reference (TYPE) FPNAME Schnittstelle 20030611
# Exception Resumable Description Created on
1 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030611
2 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030611

Method INTERFACE_ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) E071-OBJ_NAME Name 20030624
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20030624
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030624
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030624

Method INTERFACE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_CHECKLIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST Fehlerliste 20030624
2 Exporting E_ERROR Call by reference Type reference (TYPE) C Fehler 20030624
3 Importing I_NAME Call by reference Type reference (TYPE) E071-OBJ_NAME Name 20030624
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20030624
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030624
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030624

Method INTERFACE_CREATE_FROM_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESTINATION Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20040702
2 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name eines Formularobjektes 20040701
3 Importing I_VERSION Call by reference Type reference (TYPE) VERSNO Versionsnummer 20040701
4 Returning R_WB_INTERFACE Value transfer Object reference (TYPE REF TO) IF_FP_WB_INTERFACE Formularobjekte: Interface für Formularschnittst. (Workb.) 20040701
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20040709
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20040702

Method INTERFACE_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprache 20030611
2 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20030611
3 Returning R_DESCRIPTION Value transfer Type reference (TYPE) FPTEXT Beschreibung 20030611
# Exception Resumable Description Created on
1 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030611
2 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030611

Method INTERFACE_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20030613
# Exception Resumable Description Created on
1 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030613
2 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030613

Method INTERFACE_GENERATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) E071-OBJ_NAME Name 20030624
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20030624
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030624
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030624

Method INTERFACE_LOAD_FOR_FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INTERFACE Call by reference Object reference (TYPE REF TO) IF_FP_INTERFACE Schnittstelle 20031031
2 Exporting E_INTERFACE_LASTDATE Call by reference Type reference (TYPE) FPLASTDATE Schnittstelle Änderungsdatum 20031031
3 Exporting E_INTERFACE_LASTTIME Call by reference Type reference (TYPE) FPLASTTIME Schnittstelle Uhrzeit der letzten Änderung 20031031
4 Exporting E_INTERFACE_STATE Call by reference Type reference (TYPE) FPSTATE Schnittstelle Status 20031031
5 Importing I_FORCE_ACTIVE_STATE Call by reference Type reference (TYPE) C Aktive Fassung erzwingen? 20031031
6 Importing I_FORM Call by reference Object reference (TYPE REF TO) IF_FP_FORM Formular 20030723
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20030723
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030723
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030723

Method INTERFACE_LOAD_FOR_GENERATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INTERFACE Call by reference Object reference (TYPE REF TO) IF_FP_INTERFACE Formularobjekte: Interface für Formularschnittstellen 20060921
2 Exporting E_INTERFACE_LASTDATE Call by reference Type reference (TYPE) FPLASTDATE Änderungsdatum 20060921
3 Exporting E_INTERFACE_LASTTIME Call by reference Type reference (TYPE) FPLASTTIME Uhrzeit der letzten Änderung 20060921
4 Exporting E_INTERFACE_PARAMETERS Call by reference Object reference (TYPE REF TO) CL_FP_INTERFACE_PARAMETERS Interface Parameter 20060921
5 Importing I_FP_FORM Call by reference Object reference (TYPE REF TO) IF_FP_FORM Formularobjekt 20060921
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20060921
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20060921
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20060921

Method INTERFACE_LOAD_FOR_RUNTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INTERFACE Call by reference Object reference (TYPE REF TO) IF_FP_INTERFACE Formularobjekte: Interface für Formularschnittstellen 20071005
2 Exporting E_INTERFACE_LASTDATE Call by reference Type reference (TYPE) FPLASTDATE Änderungsdatum 20071005
3 Exporting E_INTERFACE_LASTTIME Call by reference Type reference (TYPE) FPLASTTIME Uhrzeit der letzten Änderung 20071005
4 Exporting E_INTERFACE_PARAMETERS Call by reference Object reference (TYPE REF TO) CL_FP_INTERFACE_PARAMETERS FormularkInterface Parameter 20071005
5 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name eines Formularobjektes 20071005
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20071005
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20071005
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20071005

Method INTERFACE_LOAD_FOR_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INTERFACE Call by reference Type reference (TYPE) TFPVERSINTERFACE Versionen: Schnittstellendaten 20040701
2 Exporting E_INTERFACER Call by reference Type reference (TYPE) TFPVERSINTERFACER Versionen: Schnittstellenrohdaten 20040701
3 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name eines Formularobjektes 20040701
4 Importing I_STATE Call by reference Type reference (TYPE) FPSTATE 'A' Status eines Formularobjektes 20040701
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20040701
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20040701
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20040701

Method INTERFACE_LOAD_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) LANGU Sprache 20030626
2 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20030626
3 Importing I_ORDERNUM Call by reference Type reference (TYPE) TRKORR Auftrag 20030626
4 Importing I_STATE Call by reference Type reference (TYPE) FPSTATE Status 20030626
5 Returning R_WB_INTERFACE Value transfer Object reference (TYPE REF TO) IF_FP_WB_INTERFACE Schnittstelle (Workbench) 20030626
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20030626
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030626
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030626

Method INTERFACE_RESET_TO_ACTIVE_VERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20040630
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20040630
2 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20040630
3 CX_FP_API_USAGE Ausnahme API (Verwendung) 20040630

Method INTERFACE_SELECT_FOR_GENERATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INTERFACE_TYPE Call by reference Type reference (TYPE) FPINTERFACETYPE Schnittstellentyp 20050304
2 Exporting E_LASTDATE Call by reference Type reference (TYPE) FPLASTDATE Änderungsdatum 20050304
3 Exporting E_LASTTIME Call by reference Type reference (TYPE) FPLASTTIME Uhrzeit der letzten Änderung 20050304
4 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20050304
5 Importing I_STATE Call by reference Type reference (TYPE) FPSTATE 'A' Status 20050304
# Exception Resumable Description Created on
1 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20050304

Method INTERFACE_SET_OBJECT 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 20031113
2 Importing I_WB_INTERFACE Call by reference Object reference (TYPE REF TO) IF_FP_WB_INTERFACE Schnittstelle (Workbench) 20031113

Method INTERFACE_SET_OBJECT on class CL_FP_WB_HELPER has no exception.

Method INTERFACE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20030611
2 Returning R_STATE Value transfer Type reference (TYPE) FPSTATE Status 20030611
# Exception Resumable Description Created on
1 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030611
2 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030611

Method INTERFACE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20041116
2 Returning R_INTERFACE_TYPE Value transfer Type reference (TYPE) FPINTERFACETYPE Typ 20041116
# Exception Resumable Description Created on
1 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20041116
2 CX_FP_API_USAGE Ausnahme API (Verwendung) 20041116

Method INTERFACE_WHERE_USED_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20030611
2 Returning R_WHERE_USED_LIST Value transfer Type reference (TYPE) TFPNAME Verwendungsnachweis 20030611
# Exception Resumable Description Created on
1 CX_FP_API_REPOSITORY Ausnahme API (Repository) 20030611
2 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030611
History
Last changed by/on SAP  20130531 
SAP Release Created in 640