SAP ABAP Data Element /BCV/QRM_RES_ATTR_FSEQNO (Fill Sequence Number of Query Result Field)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BCV (Application Component) Business Context Viewer
     /BCV/QRM (Package) BCV Query Management Layer
Basic Data
Data Element /BCV/QRM_RES_ATTR_FSEQNO
Short Description Fill Sequence Number of Query Result Field  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type /BCV/FND_SEQUENCE_NO    
Data Type NUMC   Character string with only digits 
Length 4    
Decimal Places 0    
Output Length 4    
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 Fill Seq. 
Medium 15 Fill Seq. No. 
Long 20 Fill Sequence No. 
Heading 10 Fill Seq. 
Documentation

Definition

Use

In this field, you enter a number that specifies the order in which the system fills the query result fields during query processing. The fill order is important for query result fields that are filled by formulas or Business Add-Ins (BAdIs) since these methods can use other result fields as input. For more information, see the Filled By (Value Source of Query Result Field) field.

If you do not enter sequence numbers, or two or more query result fields have the same sequence number, the fill order is arbitrary.

Dependencies

If you have enabled grouping by selecting the In Group (Field in Group) checkbox for at least one result field, the value of the Fill Time (Fill Time of Query Result Field) field determines whether the system fills a query result field before or after grouping. In this case, the fill sequence number is only the secondary order criterion.

Example

You have entered the following without group definition:

Query Field ID    Field. In Group    Fill Time    Fill Seq. No.

FIELD1            1

FIELD2            4

FIELD3            3

FIELD4            2

According to this definition, the system fills FIELD1, FIELD4, FIELD3, and FIELD2 (in this order).

You have entered the following with group definition:

Query Field ID    Field In Group    Fill Time    Fill Seq. No.

FIELD1    X    Before Grouping    1

FIELD2        After Grouping    4

FIELD3        Before Grouping    3

FIELD4        After Grouping    2

According to this definition, the system fills FIELD1 and FIELD3 before grouping (in this order) and FIELD4 and FIELD2 after grouping (in this order).

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