SAP ABAP Data Element AQS_CODNAM (SAP Query (S): Code area)
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_CODNAM
Short Description SAP Query (S): Code area  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type AQS_CODNAM    
Data Type NUMC   Character string with only digits 
Length 2    
Decimal Places 0    
Output Length 2    
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 Code area 
Long  
Heading  
Documentation

Definition

In an InfoSet you can define a coding that is transmitted to the generated query program. In this, you must choose between various coding areas, each according to the program run:

  • DATA Coding
    Global data declarations; always transmitted
  • START-OF-SELECTION / END-OF-SELECTION / TOP-OF-PAGE
    Correspond to the time of the same name when the list is processed. (sometimes have no meaning when using output over the list viewer)
  • GET / GET LATE
    Only with InfoSets using logical databases. The assignment to one
    section of the logical database is necessary here. Only tables on the access path are addressed here.
  • Record processing
    Corresponds to the GET coding with InfoSets without a logical database. As there is no hierarchical view of the data, all the join tables are addressed.
  • Free Coding
    This coding area is added at the end of the query program. You can define FORM routines here, for example, which you call in the other coding areas.
  • Coding for evaluating additonal fields/structures.
    Is only tranmitted if these fields are also used in the query.
  • AT SELECTION-SCREEN
    Serves to execute checks in the selection screen. Selections for a logical database can also be checked.

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