SAP ABAP Data Element SC2_IDE_TIME_DEPENDENT_QUERY (Time-Dependency of Query)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CFG-RT (Application Component) Business Configuration Tools: Runtime
     SC2_IDE (Package) C2 Development Environment
Basic Data
Data Element SC2_IDE_TIME_DEPENDENT_QUERY
Short Description Time-Dependency of Query  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type XFELD    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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 Time-Dep. 
Medium 16 Time-Dependency 
Long 20 Time-Dependency 
Heading 16 Time-Dependency 
Documentation

Definition

Specification of handling of time-dependency in the BC Service Interface.

Use

The time-dependence of time-dependent object nodes can be handled in various ways in the BC Service Interface.

  • The data is read without a time restriction. Access is via the other fields/parameters in the method definition. The result can be several data records.
  • The data is read for one point in time. As well as the remaining definition, a check is made, whether a data record found, matches the specified date. Only matching data records are returned in the selection result. In generated access methods, a parameter is added, in which the application program must pass the date at which the data records are to be read.
  • The data is read for a period. As well as the remaining definition, a check is made, whether a data record found, matches the specified period. Only matching data records are returned in the selection result. In generated access methods, two parameters are added, in which the application program must pass the start and end date of the period.

Dependencies

Example

History
Last changed by/on SAP  20050204 
SAP Release Created in 700