SAP ABAP Class /BCV/CL_FND_DATA_PROC (General Data Processing Functionalities)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BCV (Application Component) Business Context Viewer
     /BCV/FND (Package) BCV Foundation Layer
Properties
Class /BCV/CL_FND_DATA_PROC  
Short Description General Data Processing Functionalities    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BCV/FND   BCV Foundation Layer 
Created 20090128   SAP 
Last change 20110908   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)
Interfaces
Class /BCV/CL_FND_DATA_PROC has no interface implemented.
Friends
Class /BCV/CL_FND_DATA_PROC has no friend class.
Attributes
Class /BCV/CL_FND_DATA_PROC has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 COPY_TABLE Static method Public Method Copy Contents of Internal Table Using Field Mapping 20090202
2 FILTER_TABLE Static method Public Method Filter Contents of Internal Table 20090128
Events
Class /BCV/CL_FND_DATA_PROC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_FIELD_MAP Public See coding Field Mapping Structure Type 20090202 BEGIN OF ty_s_field_map, field1 TYPE fieldname, field2 TYPE fieldname, END OF ty_s_field_map
2 TY_T_FIELD_MAP Public See coding Field Mapping Table Type 20090202 ty_t_field_map TYPE STANDARD TABLE OF ty_s_field_map WITH NON-UNIQUE KEY field1 field2
Method Signatures

Method COPY_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TABLE Call by reference Type reference (TYPE) TABLE Copied Table 20090202
2 Importing IT_MAPPING Call by reference Type reference (TYPE) TY_T_FIELD_MAP Field Mappings 20090202
3 Importing IT_TABLE Call by reference Type reference (TYPE) TABLE Original Table 20090202

Method COPY_TABLE on class /BCV/CL_FND_DATA_PROC has no exception.

Method FILTER_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TABLE Call by reference Type reference (TYPE) TABLE Internal Table 20090128
2 Importing IT_FILTER Call by reference Type reference (TYPE) /BCV/T_FND_GEN_F_RANGE Filter Criteria 20090128
3 Importing IV_EXT_WILDCARDS Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Wildcards in Filter in External(!) Format 20090311
# Exception Resumable Description Created on
1 /BCV/CX_FND_DATA_PROC Exception Class for Generic Data Processing 20090128
History
Last changed by/on SAP  20110908 
SAP Release Created in 702