SAP ABAP Class CL_FWWP_AREA (Abstract Area Object)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SBPT_FWWP (Package) Framework for Workplace
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FWWP_DESKTOP_ITEM Abstract Application Object 19990218
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CONTEXT_AREA_PPF PPF: Context Area 19991223
2 Inheritance (c INHERITING FROM c_ref)  CL_DET_CONTEXT_AREA2_PPF PPF: Context Area 20000503
3 Inheritance (c INHERITING FROM c_ref)  CL_DET_CONTEXT_AREA_PPF PPF: Context Area 20000113
4 Inheritance (c INHERITING FROM c_ref)  CL_DET_ROOT_AREA2_PPF PPF: Start Area for Documents 20000503
5 Inheritance (c INHERITING FROM c_ref)  CL_DET_ROOT_AREA_PPF PPF: Start Area for Documents 20000113
6 Inheritance (c INHERITING FROM c_ref)  CL_DET_TTYPE_AREA_PPF PPF: Action Definition Area 20000113
7 Inheritance (c INHERITING FROM c_ref)  CL_DOCUMENT_AREA_PPF PPF: Document Area 19991223
8 Inheritance (c INHERITING FROM c_ref)  CL_DOCUMENT_ROOT_AREA_PPF PPF: Start Area for Documents 19991230
9 Inheritance (c INHERITING FROM c_ref)  CL_FWWP_FAVORITE_AREA Area for Storing Favorites 19990308
10 Inheritance (c INHERITING FROM c_ref)  CL_FWWP_WORKED_ON_AREA Area for Edited Application Objects 19990303
... Click here to see Used By full list (11 items)
Properties
Class CL_FWWP_AREA  
Short Description Abstract Area Object    
Super Class CL_FWWP_DESKTOP_ITEM Abstract Application Object 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBPT_FWWP   Framework for Workplace 
Created 19990218   SAP 
Last change 19990218   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FWWP_AREA has no forward declaration.
Interfaces
Class CL_FWWP_AREA has no interface implemented.
Friends
Class CL_FWWP_AREA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AREA_CONFIG Instance attribute Protected Type reference (TYPE) SBPT_ARCON Configuration Data of the Area 19990218
2 C_PASTE_ANY_OBJECT Constant Protected Type reference (TYPE) SEOCLASS-CLSNAME '' Constant for Reducing Additional Objects 19990324
3 ITEMS Instance attribute Protected Type reference (TYPE) SBPT_TDESKI Collection of Items 19990218
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DESKTOP_ITEMS Instance method Public Method Adds a Collection of Application Objects 19990218
2 CREATE_SUB_AREAS Instance method Public Method Generates all Subareas 19990218
3 GET_AREA_CONFIGURATION Instance method Public Method Delivers the Configuration Data of the Area 19990218
4 GET_CONTENT_STRUCTURE Instance method Public Method Delivers Information on the Format of the List Display 19990218
5 GET_GOTO_AREA Instance method Public Method Delivers the Newly Chosen Area Object (After the Event GOTO) 19990301
6 GET_ITEMS Instance method Public Method Delivers the Collection of Application Objects 19990218
7 GET_NO_OF_ITEMS Instance method Public Method Delivers the Number of Application Objects 19990218
8 GET_POSSIBLE_ITEM_COMMANDS Instance method Public Method Gets possible functions (SAPgui for HTML) 20000209
9 REFRESH_ITEM_SELECTION Instance method Public Method Updates the Selection of Application Objects 19990218
10 REMOVE_DESKTOP_ITEMS Instance method Public Method Deletes a Collection of Application Objects 19990218
Events
# Event Type Visibility Description Created on
1 GOTO Instance Event
(0)
Public
(2)
New Area Object Should be set 19990301
Types
Class CL_FWWP_AREA has no local type.
Method Signatures

Method ADD_DESKTOP_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESK_ITEMS Call by reference Type reference (TYPE) SBPT_TDESKI Kollektion von Anwendungsobjekten 19990218

Method ADD_DESKTOP_ITEMS on class CL_FWWP_AREA has no exception.

Method CREATE_SUB_AREAS Signature

Method CREATE_SUB_AREAS on class CL_FWWP_AREA has no parameter.
Method CREATE_SUB_AREAS on class CL_FWWP_AREA has no exception.

Method GET_AREA_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONFIG Call by reference Type reference (TYPE) SBPT_ARCON Konfigurationsdaten 19990218

Method GET_AREA_CONFIGURATION on class CL_FWWP_AREA has no exception.

Method GET_CONTENT_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Feldcatalog 19990225
2 Exporting E_STRUCTURE Call by reference Type reference (TYPE) DD02L-TABNAME Strukturname 19990225

Method GET_CONTENT_STRUCTURE on class CL_FWWP_AREA has no exception.

Method GET_GOTO_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_AREA Call by reference Object reference (TYPE REF TO) CL_FWWP_AREA Bereichsobjekt 19990301

Method GET_GOTO_AREA on class CL_FWWP_AREA has no exception.

Method GET_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ITEMS Call by reference Type reference (TYPE) SBPT_TDESKI Anwendungsobjekte 19990218

Method GET_ITEMS on class CL_FWWP_AREA has no exception.

Method GET_NO_OF_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NO_OF_ITEMS Value transfer Type reference (TYPE) I Anzahl 19990218

Method GET_NO_OF_ITEMS on class CL_FWWP_AREA has no exception.

Method GET_POSSIBLE_ITEM_COMMANDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COMMANDS Call by reference Type reference (TYPE) SBPT_TCOMM Tabelle mit Funktionsobjekten 20000209

Method GET_POSSIBLE_ITEM_COMMANDS on class CL_FWWP_AREA has no exception.

Method REFRESH_ITEM_SELECTION Signature

Method REFRESH_ITEM_SELECTION on class CL_FWWP_AREA has no parameter.
Method REFRESH_ITEM_SELECTION on class CL_FWWP_AREA has no exception.

Method REMOVE_DESKTOP_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESK_ITEMS Call by reference Type reference (TYPE) SBPT_TDESKI Kollektion von Anwendungsobjekten 19990218

Method REMOVE_DESKTOP_ITEMS on class CL_FWWP_AREA has no exception.
Event Signatures

Event GOTO Signature
Event GOTO on class CL_FWWP_AREA has no parameter.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CONTEXT_AREA_PPF PPF: Context Area 19991223
2 Inheritance (c INHERITING FROM c_ref)  CL_DET_CONTEXT_AREA2_PPF PPF: Context Area 20000503
3 Inheritance (c INHERITING FROM c_ref)  CL_DET_CONTEXT_AREA_PPF PPF: Context Area 20000113
4 Inheritance (c INHERITING FROM c_ref)  CL_DET_ROOT_AREA2_PPF PPF: Start Area for Documents 20000503
5 Inheritance (c INHERITING FROM c_ref)  CL_DET_ROOT_AREA_PPF PPF: Start Area for Documents 20000113
6 Inheritance (c INHERITING FROM c_ref)  CL_DET_TTYPE_AREA_PPF PPF: Action Definition Area 20000113
7 Inheritance (c INHERITING FROM c_ref)  CL_DOCUMENT_AREA_PPF PPF: Document Area 19991223
8 Inheritance (c INHERITING FROM c_ref)  CL_DOCUMENT_ROOT_AREA_PPF PPF: Start Area for Documents 19991230
9 Inheritance (c INHERITING FROM c_ref)  CL_FWWP_FAVORITE_AREA Area for Storing Favorites 19990308
10 Inheritance (c INHERITING FROM c_ref)  CL_FWWP_WORKED_ON_AREA Area for Edited Application Objects 19990303
11 Inheritance (c INHERITING FROM c_ref)  CL_TTYPE_AREA_PPF PPF: Output Type Area 19991223
History
Last changed by/on SAP  19990218 
SAP Release Created in