SAP ABAP Data Element O2APPLCLAS (Application class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-WAB (Application Component) Web Application Builder
     SO2_DBLAYER (Package) mySAP Application Server Pages: Database Layer
Basic Data
Data Element O2APPLCLAS
Short Description Application class  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SEOCLSNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID CLASS  
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Class 
Medium 15 Class 
Long 20 Application class 
Heading 30 Application class 
Documentation

Definition

Name of individual ABAP class that implements the business logic of a BSP application.

The application class allows you to store business logic in a global class, with which you can access business data, for example using BAPI calls.

In general an application class can be assigned to multiple BSP applications. (All of thses applications use the same business logic.)

If you enter an application class in this field, you can refer to it directly within the BSP application. Therefore, you do not need to generate an instance for the application class. You can access your components (methods, attributes, events) directly from every BSP page.

The application class must exist in the same system and cannot be adressed with a Remote Function Call.

History
Last changed by/on SAP  20110908 
SAP Release Created in 50A