SAP ABAP Class CL_TCONTEXT_SIMPLE_MNT_BRF (BRF: Simple Context)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BRF (Application Component) Business Rule Framework
     SBRF (Package) Business Rule Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_TCONTEXT_BASE_MNT_BRF BRF: Basic Class Context 20060620
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_TCONTEXT_BIDIR_MNT_BRF BRF: Context with Element for Return 20061128
Properties
Class CL_TCONTEXT_SIMPLE_MNT_BRF  
Short Description BRF: Simple Context    
Super Class CL_TCONTEXT_BASE_MNT_BRF BRF: Basic Class Context 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBRF   Business Rule Framework 
Created 20060620   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TCONTEXT_SIMPLE_MNT_BRF has no forward declaration.
Interfaces
Class CL_TCONTEXT_SIMPLE_MNT_BRF has no interface implemented.
Friends
Class CL_TCONTEXT_SIMPLE_MNT_BRF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_ALV_GRID_EXP Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20060703
2 MO_CONTAINER_EXP Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20060703
3 MS_BRF362_CUR Instance attribute Protected Type reference (TYPE) TBRF362 BRF: Simple Context 20060703
4 MS_BRF362_OLD Instance attribute Private Type reference (TYPE) TBRF362 BRF: Simple Context 20060703
5 MS_BRF362_SCR Instance attribute Protected Type reference (TYPE) SBRF362 BRF: Simple Context - Screen Structure 20060703
6 MT_BRF365_CUR Instance attribute Protected Type reference (TYPE) TBRF365_T BRF: Context Elements for Simple Context - Table Type 20060620
7 MT_BRF365_OLD Instance attribute Protected Type reference (TYPE) TBRF365_T BRF: Context Elements for Simple Context - Table Type 20060620
8 MT_FRONTEND_FIELDCAT_EXP Instance attribute Protected Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20060703
9 MT_GEN_EXP Instance attribute Protected Type reference (TYPE) SBRF_CONTEXT_EXPRESSION_T BRF: For Automatic Creation of Context Expressions 20060703
10 MT_GEN_TRANSFER Instance attribute Protected Type reference (TYPE) SBRF_CONTEXT_EXPRESSION_T BRF: For Automatic Creation of Context Expressions 20060722
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_EXPRESSION Instance method Protected Method Updates Expressions That Read Context 20060722
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060621
3 CREATE_EXPRESSION Instance method Protected Method Creates Expressions That Read Context 20060721
4 GET_DETAIL_DATA Instance method Public Method Gets Detailed Data 20061102
5 HANDLE_TOOLBAR_EXP Instance method Public Event handling method Event Handler for Expressions to Be Generated 20060721
6 ON_DOUBLE_CLICK_EXP Instance method Public Event handling method Event Handler for Expressions to Be Generated 20060721
7 ON_USER_COMMAND_EXP Instance method Public Event handling method Event Handler for Expressions to Be Generated 20060721
8 SET_DETAIL_DATA Instance method Public Method BRF: Sets Detailed Data 20080205
Events
Class CL_TCONTEXT_SIMPLE_MNT_BRF has no event.
Types
Class CL_TCONTEXT_SIMPLE_MNT_BRF has no local type.
Method Signatures

Method CHANGE_EXPRESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXPRESSION Call by reference Type reference (TYPE) BRF_EXPRESSION BRF: Ausdruck 20060722
2 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20060722
3 Importing IV_OBJ_GROUP Call by reference Type reference (TYPE) BRF_OBJ_GROUP BRF: Gruppierung von BRF-Objekten 20060722
4 Importing IV_SHORT Call by reference Type reference (TYPE) BRF_SHORT_TEXT BRF: Kurztext allgemein 20060722
5 Importing IV_TCONTEXT Call by reference Type reference (TYPE) BRF_TCONTEXT BRF: Kontext 20060722
# Exception Resumable Description Created on
1 GENERAL_ERROR Allgemeiner Fehler 20060722
2 OBJECT_NOT_EXISTING Objekt existiert (noch) nicht 20060722

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_TCONTEXT_SIMPLE_MNT_BRF has no parameter.
Method CONSTRUCTOR on class CL_TCONTEXT_SIMPLE_MNT_BRF has no exception.

Method CREATE_EXPRESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXPRESSION Call by reference Type reference (TYPE) BRF_EXPRESSION BRF: Ausdruck 20060721
2 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20060721
3 Importing IV_OBJ_GROUP Call by reference Type reference (TYPE) BRF_OBJ_GROUP BRF: Gruppierung von BRF-Objekten 20060722
4 Importing IV_SHORT Call by reference Type reference (TYPE) BRF_SHORT_TEXT BRF: Kurztext allgemein 20060722
5 Importing IV_TCONTEXT Call by reference Type reference (TYPE) BRF_TCONTEXT BRF: Kontext 20060722
# Exception Resumable Description Created on
1 GENERAL_ERROR Allgemeiner Fehler 20060722
2 OBJECT_ALREADY_EXISTING Objekt existiert bereits 20060722

Method GET_DETAIL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BRF362 Call by reference Type reference (TYPE) SBRF362 BRF: einfacher Kontext - Screenstruktur 20061102
2 Exporting ET_GEN_EXP Call by reference Type reference (TYPE) SBRF_CONTEXT_EXPRESSION_T BRF: Für automatische Erzeugung der Kontext-Ausdrücke 20061102

Method GET_DETAIL_DATA on class CL_TCONTEXT_SIMPLE_MNT_BRF has no exception.

Method HANDLE_TOOLBAR_EXP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Call by reference Attribute reference (LIKE) 20060721
2 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20060721

Method HANDLE_TOOLBAR_EXP on class CL_TCONTEXT_SIMPLE_MNT_BRF has no exception.

Method ON_DOUBLE_CLICK_EXP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20060721
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20060721
3 Importing E_ROW Call by reference Attribute reference (LIKE) 20060721

Method ON_DOUBLE_CLICK_EXP on class CL_TCONTEXT_SIMPLE_MNT_BRF has no exception.

Method ON_USER_COMMAND_EXP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20060721

Method ON_USER_COMMAND_EXP on class CL_TCONTEXT_SIMPLE_MNT_BRF has no exception.

Method SET_DETAIL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BRF362 Call by reference Type reference (TYPE) SBRF362 BRF: einfacher Kontext - Screenstruktur 20080205
2 Importing IT_BRF365 Call by reference Type reference (TYPE) SBRF365_T BRF: Kontextelemente für einfachen Kontext - Tabellentyp 20080205

Method SET_DETAIL_DATA on class CL_TCONTEXT_SIMPLE_MNT_BRF has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710