SAP ABAP Data Element AQS_CLSNA (SAP Query (S): Class name)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-QUE (Application Component) SAP Query
     SQUE (Package) Application Development R/3 SAP Query
Basic Data
Data Element AQS_CLSNA
Short Description SAP Query (S): Class name  
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   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short  
Medium 15 Class name 
Long 20 Class name 
Heading 30 Class name 
Documentation

Definition

Name of a global ABAP object class or an ABAP object interface.

Supplementary Documentation - AQS_CLSNA 0090

The present ABAP Object Interface.

The interfaces specified here present interfaces for the application. Functionalities within an InfoSet or in the query are transferred using this InfoSet by classes that have implemented these interfaces. These calsses can be application-specific or only include a basic functionality.

Example

Identifying (InfoSet) and reading (query) texts.

Supplementary Documentation - AQS_CLSNA 0091

Use

Name of an ABAP object class in which the functionality of the InfoSet or the relevant queries is stored. This functionality can be application-specific. The specified classes must have implemented the relevant interface or must be created so as to inherit the relevant basis class.

Supplementary Documentation - AQS_CLSNA 0100

Use

Name of the class that identifies text fields in the InfoSet and reads the corresponding texts in the queries with the InfoSet. Classes that implement the interface "IF_TEXT_IDENTIFIER" can be entered. The basis class "CL_TEXT_IDENTIFIER" is used by default.

Supplementary Documentation - AQS_CLSNA 0101

Use

Name of the class that generates the InfoSet. This class can predefine information contained in the InfoSet as soon as it is created. This makes creating or maintaining an InfoSet easier/faster with help of specific application logic. An InfoSet Generator can modify all the InfoSet data.

You can enter classes that implement the interface "IF_QUERY_INFOSET_GENERATOR". The basis class "CL_QUERY_DATASOURCE_GENERATOR" is used by default.

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