SAP ABAP Class CL_FP_FB_OBJECT (Form Builder: Basic Object)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-FP (Application Component) Forms Processing
     SAFPUI (Package) SAP Form Processing (UI)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FP_FB_OBJECT Form Builder: Object Interface 20030519
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FP_FB_FORM Form Builder: Form 20030519
2 Inheritance (c INHERITING FROM c_ref)  CL_FP_FB_INTERFACE Form Builder: Form Interface 20030519
Properties
Class CL_FP_FB_OBJECT  
Short Description Form Builder: Basic Object    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAFPUI   SAP Form Processing (UI) 
Created 20030519   SAP 
Last change 20110908   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 TFPUI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FP_FB_OBJECT Form Builder: Object Interface 20030519
Friends
Class CL_FP_FB_OBJECT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_EXIT_COMMAND Instance attribute Protected Type reference (TYPE) C Exit Command 20030618
2 M_FORM_BUILDER Instance attribute Protected Object reference (TYPE REF TO) CL_FP_FORM_BUILDER Form Builder 20030610
3 M_VERSION Instance attribute Protected Type reference (TYPE) VERSNO Version Number 20040630
4 M_WB_OBJECT Instance attribute Protected Object reference (TYPE REF TO) IF_FP_WB_OBJECT Form Object (Workbench) 20030605
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20030610
2 HANDLE_CX_FP_API_INTERNAL Instance method Protected Method Handle Exception CX_FP_API_INTERNAL 20030627
3 HANDLE_CX_FP_API_REPOSITORY Instance method Protected Method Handle Exception CX_FP_API_REPOSITORY 20030627
4 HANDLE_CX_FP_API_USAGE Instance method Protected Method Handle Exception CX_FP_API_USAGE 20030627
5 INT_ACTIVATE Instance method Protected Method Activate object 20030624
6 INT_CHECK Instance method Protected Method Check Object 20030627
7 INT_CHECK_NAME Instance method Protected Method Check name 20030617
8 INT_DISPLAY_CHECKLIST Instance method Protected Method Display error list 20030627
9 INT_DISPLAY_TADIR_ENTRY Instance method Protected Method Display TADIR Entry 20030626
10 INT_DOCUMENTATION Instance method Protected Method Call documentation 20060210
11 INT_DOWNLOAD Instance method Protected Method Download 20040623
12 INT_LOAD Instance method Protected Method Load Object 20030617
13 INT_NAVIGATE_TO Instance method Protected Method Navigate to Object 20030625
14 INT_OPTIONS Instance method Protected Method Settings 20040928
15 INT_RESET_TO_ACTIVE_VERSION Instance method Protected Method Return to active version 20040630
16 INT_SAVE Instance method Protected Method Save Object 20030618
17 INT_TOGGLE_ACT_INACT Instance method Protected Method Active <-> Inactive 20030626
18 INT_TOGGLE_DISPLAY_EDIT Instance method Protected Method Display <-> Change 20030626
19 INT_TRANSLATION Instance method Protected Method Call Translation 20040326
20 INT_UPLOAD Instance method Protected Method Upload 20040623
21 INT_VERSIONS Instance method Protected Method Version Management 20040623
22 INT_VERSION_CREATE Instance method Protected Method Generate Version 20040624
Events
Class CL_FP_FB_OBJECT has no event.
Types
Class CL_FP_FB_OBJECT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORM_BUILDER Call by reference Object reference (TYPE REF TO) CL_FP_FORM_BUILDER Form Builder 20030610

Method CONSTRUCTOR on class CL_FP_FB_OBJECT has no exception.

Method HANDLE_CX_FP_API_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_FP_API_INTERNAL Exception 20030627
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20030627

Method HANDLE_CX_FP_API_REPOSITORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_FP_API_REPOSITORY Exception 20030627
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20030627

Method HANDLE_CX_FP_API_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_FP_API_USAGE Exception 20030627
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20030627

Method INT_ACTIVATE Signature

Method INT_ACTIVATE on class CL_FP_FB_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20030624

Method INT_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INCLUDE_LAYOUT_ERROR Call by reference Type reference (TYPE) C 'X' Layoutfehler einbeziehen? 20040329
2 Importing I_INCLUDE_WARNINGS Call by reference Type reference (TYPE) C 'X' Warnungen einbeziehen? 20030723
3 Importing I_SUCCESS_MESSAGE Call by reference Type reference (TYPE) C 'X' Erfolgsmeldung? 20030722
4 Returning R_ERROR Value transfer Type reference (TYPE) I Fehler? 20030722
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20030627

Method INT_CHECK_NAME 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 20030617
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20030617

Method INT_DISPLAY_CHECKLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECKLIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST Fehlerliste 20030627
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20030627

Method INT_DISPLAY_TADIR_ENTRY Signature

Method INT_DISPLAY_TADIR_ENTRY on class CL_FP_FB_OBJECT has no parameter.
Method INT_DISPLAY_TADIR_ENTRY on class CL_FP_FB_OBJECT has no exception.

Method INT_DOCUMENTATION Signature

Method INT_DOCUMENTATION on class CL_FP_FB_OBJECT has no parameter.
Method INT_DOCUMENTATION on class CL_FP_FB_OBJECT has no exception.

Method INT_DOWNLOAD Signature

Method INT_DOWNLOAD on class CL_FP_FB_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20040623

Method INT_LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE Call by reference Type reference (TYPE) STRING IF_FP_WB_OBJECT=>C_MODE_READ Modus 20030617
2 Importing I_NAME Call by reference Type reference (TYPE) FPNAME Name 20030617
3 Importing I_STATE Call by reference Type reference (TYPE) FPSTATE Status 20030626
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20030617

Method INT_NAVIGATE_TO Signature

Method INT_NAVIGATE_TO on class CL_FP_FB_OBJECT has no parameter.
Method INT_NAVIGATE_TO on class CL_FP_FB_OBJECT has no exception.

Method INT_OPTIONS Signature

Method INT_OPTIONS on class CL_FP_FB_OBJECT has no parameter.
Method INT_OPTIONS on class CL_FP_FB_OBJECT has no exception.

Method INT_RESET_TO_ACTIVE_VERSION Signature

Method INT_RESET_TO_ACTIVE_VERSION on class CL_FP_FB_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20040630

Method INT_SAVE Signature

Method INT_SAVE on class CL_FP_FB_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20030618

Method INT_TOGGLE_ACT_INACT Signature

Method INT_TOGGLE_ACT_INACT on class CL_FP_FB_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20030626

Method INT_TOGGLE_DISPLAY_EDIT Signature

Method INT_TOGGLE_DISPLAY_EDIT on class CL_FP_FB_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20030626

Method INT_TRANSLATION Signature

Method INT_TRANSLATION on class CL_FP_FB_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20040326

Method INT_UPLOAD Signature

Method INT_UPLOAD on class CL_FP_FB_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20040623

Method INT_VERSIONS Signature

Method INT_VERSIONS on class CL_FP_FB_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20040623

Method INT_VERSION_CREATE Signature

Method INT_VERSION_CREATE on class CL_FP_FB_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_FP_UI_WORKBENCH Ausnahme UI (Workbench) 20040624
History
Last changed by/on SAP  20110908 
SAP Release Created in 640