SAP ABAP Class CL_SQF_DATA_HANDLING_SERVICES (Data handling services (DDIC Access etc.))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL (Application Component) Workbench Utilities
     SQF_API (Package) API
Properties
Class CL_SQF_DATA_HANDLING_SERVICES  
Short Description Data handling services (DDIC Access etc.)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SQF_API   API 
Created 20080801   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_SQF_QUERY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SQF_DATA_HANDLING_SERVICES has no interface implemented.
Friends
Class CL_SQF_DATA_HANDLING_SERVICES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 STRUCTURE_CACHE Static Attribute Private Type reference (TYPE) TY_STRUCTURE_CACHE 20080801
Methods
# Method Level Visibility Method type Description Created on
1 GET_DATATYPE_BY_TYPEKIND Static method Public Method 20080818
2 GET_PARAM_BY_STRUCTURE Static method Public Method Declare all fields of a structure as parameters 20080801
3 GET_PARAM_BY_TABLE_FIELD Static method Public Method Declare table field as parameter 20080801
4 GET_STRUCTURE_INFO Static method Private Method 20080801
Events
Class CL_SQF_DATA_HANDLING_SERVICES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_LANGU_DPDT_ENTRY Private See coding 20080801 begin of ty_langu_dpdt_entry, langu type sy-langu, dfies_tab type standard table of dfies with key fieldname, end of ty_langu_dpdt_entry
2 TY_STRUCTURE_CACHE Private See coding 20080801 ty_structure_cache type hashed table of ty_structure_cache_entry with unique key tabname
3 TY_STRUCTURE_CACHE_ENTRY Private See coding 20080801 begin of ty_structure_cache_entry, tabname type tabname, valid_for_all_fields type abap_bool, infos type hashed table of ty_langu_dpdt_entry with unique key langu, end of ty_structure_cache_entry
Method Signatures

Method GET_DATATYPE_BY_TYPEKIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TYPEKIND Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20080818
2 Returning RE_DATATYPE Value transfer Type reference (TYPE) DATATYPE_D Data Type in ABAP Dictionary 20080818
# Exception Resumable Description Created on
1 CX_SQF_QUERY_ERROR Query errors 20080818

Method GET_PARAM_BY_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PARAMETERS Call by reference Type reference (TYPE) IF_SQF_QUERY=>TY_PARAMETER_LIST 20080801
2 Importing IM_ALLOW_COMPLEX_SELECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080801
3 Importing IM_EXCLUDE_CLIENT_FIELD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080801
4 Importing IM_RANGE_SELECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080801
5 Importing IM_SHOW_OUTPUT_FLAG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080807
6 Importing IM_TABNAME Call by reference Type reference (TYPE) CLIKE Table Name 20080801
# Exception Resumable Description Created on
1 CX_SQF_QUERY_ERROR Query errors 20080804

Method GET_PARAM_BY_TABLE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PARAMETER Call by reference Type reference (TYPE) IF_SQF_QUERY=>TY_PARAMETER 20080801
2 Importing IM_ALLOW_COMPLEX_SELECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080801
3 Importing IM_FIELDNAME Call by reference Type reference (TYPE) CLIKE Field Name 20080801
4 Importing IM_RANGE_SELECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080801
5 Importing IM_SHOW_OUTPUT_FLAG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080807
6 Importing IM_TABNAME Call by reference Type reference (TYPE) CLIKE Table Name 20080801
# Exception Resumable Description Created on
1 CX_SQF_QUERY_ERROR Query errors 20080801

Method GET_STRUCTURE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_INFOS Call by reference Type reference (TYPE) TY_STRUCTURE_CACHE_ENTRY 20080801
2 Importing IM_FIELDNAME Call by reference Type reference (TYPE) CLIKE 20080801
3 Importing IM_TABNAME Call by reference Type reference (TYPE) CLIKE 20080801
# Exception Resumable Description Created on
1 CX_SQF_QUERY_ERROR Query errors 20080801
History
Last changed by/on SAP  20130531 
SAP Release Created in 712