SAP ABAP Data Element AQ_LIKE (SAP Query: Reference field)
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 AQ_LIKE
Short Description SAP Query: Reference field  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type AQT_FNAME    
Data Type CHAR   Character String 
Length 70    
Decimal Places 0    
Output Length 70    
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 10 LIKE 
Medium 15 LIKE field 
Long 30 LIKE field 
Heading 15 LIKE field 
Documentation

Definition

As in ABAP/4 DATA definitions, you can define the attributes of an additional field or parameter. The LIKE reference can be used to point to any table field in the Data Dictionary, any field of the specified data base segment and any logically superior segments.

If you do specify a LIKE reference, it overwrites any type and length specifications given at the same time.

Supplementary Documentation - AQ_LIKE 0100

Definition

As with ABAP/4 data definitions, you can define the attributes of an additional field or parameter using LIKE. This allows you to refer to any database field.

If you specify a LIKE reference, it overwrites any other type and length specifications.

Supplementary Documentation - AQ_LIKE 0120

Definition

A selection criterion should refer to one of the following fields:

  • a field of a table from the logical database that is used to create the InfoSet
  • a field of a table used to create the InfoSet
  • a field already defined in the DATA code

Supplementary Documentation - AQ_LIKE 0220

Name of the DDIC structure, which the additional structure should refer to. You can enter names of tables and flat structures. (but no alias names).

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