SAP ABAP Class /PLMB/CL_FRW_DATA_ACCESS (DB Access)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI (Application Component) Service Provider Infrastructure
     /PLMB/BA_FRW (Package) Framework Persistency
Properties
Class /PLMB/CL_FRW_DATA_ACCESS  
Short Description DB Access    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /PLMB/BA_FRW   Framework Persistency 
Created 20080226   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 /PLMB/CL_FRW_DATA_ACCESS has no interface implemented.
Friends
Class /PLMB/CL_FRW_DATA_ACCESS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_MAPPING_INFO_BUFFER Static Attribute Public Type reference (TYPE) GTY_T_MAPPING_INFO_BUFFER Mapping information table 20080314
2 GV_IS_REGISTERED Static Attribute Private Type reference (TYPE) BOOLEAN Tables are registered 20080502
3 GV_MAPPING_INFO_LOG_IS_ACTIVE Static Attribute Public Type reference (TYPE) BOOLEAN Logging is active 20080414
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20080402
2 GET_FIELD_TYPES Static method Public Method Get field types 20080317
3 GET_MAPPING_INFO Static method Public Method Get mapping information for structure 20080307
4 GET_PARAMETER_INFO Static method Public Method Get technical information of parameters 20080226
5 REGISTER_TABLES Static method Public Method 20080424
6 RESOLVE_INCLUDES Static method Private Method Recursive method to resolve includes for GET_MAPPING_INFO 20080331
Events
Class /PLMB/CL_FRW_DATA_ACCESS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_LOG_MESSAGE Public Type reference (TYPE) STRING 20080415
2 GTY_S_COMPONENTS Public See coding 20080415 BEGIN OF GTY_S_COMPONENTS, field_seq type /plmb/s_frw_mapping_info-field_seq, comp type abap_componentdescr, END OF gty_s_components
3 GTY_S_GROUP_SEQUENCE Public See coding 20080409 BEGIN OF gty_s_group_sequence, structure TYPE strukname, group_id TYPE /plmb/frw_group_id, group_seq TYPE i, END OF gty_s_group_sequence
4 GTY_S_MAPPING_INFO_BUFFER Public See coding 20080317 BEGIN OF gty_s_mapping_info_buffer, absolute_name TYPE string, mapping_info TYPE /plmb/t_frw_mapping_info, END OF gty_s_mapping_info_buffer
5 GTY_T_COMPONENTS Public See coding 20080415 gty_t_components type SORTED TABLE OF GTY_S_COMPONENTS with UNIQUE key comp-name
6 GTY_T_GROUP_SEQUENCE Public See coding 20080409 gty_t_group_sequence TYPE SORTED TABLE OF gty_s_group_sequence WITH UNIQUE KEY structure group_id
7 GTY_T_LOG_MESSAGES Public See coding 20080415 GTY_t_LOG_MESSAGES type STANDARD TABLE OF gty_log_message
8 GTY_T_MAPPING_INFO_BUFFER Public See coding 20080317 gty_t_mapping_info_buffer TYPE SORTED TABLE OF gty_s_mapping_info_buffer WITH UNIQUE KEY absolute_name
9 LTY_S_GROUP_SEQUENCE Private See coding 20080411 BEGIN OF LTY_S_GROUP_SEQUENCE, structure type strukname, group_id type /plmb/frw_group_id, group_seq type i, END OF lty_s_group_sequence
10 LTY_T_GROUP_SEQUENCE Private See coding 20080411 lty_t_group_sequence type SORTED TABLE OF LTY_S_GROUP_SEQUENCE with UNIQUE key structure group_id
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class /PLMB/CL_FRW_DATA_ACCESS has no parameter.
Method CLASS_CONSTRUCTOR on class /PLMB/CL_FRW_DATA_ACCESS has no exception.

Method GET_FIELD_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_TYPES Call by reference Type reference (TYPE) /PLMB/T_FRW_FIELD_TYPES Field types 20080317

Method GET_FIELD_TYPES on class /PLMB/CL_FRW_DATA_ACCESS has no exception.

Method GET_MAPPING_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MAPPING_INFO Call by reference Type reference (TYPE) /PLMB/T_FRW_MAPPING_INFO Mapping table 20080307
2 Importing IO_STRUCDESC Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20080307

Method GET_MAPPING_INFO on class /PLMB/CL_FRW_DATA_ACCESS has no exception.

Method GET_PARAMETER_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARAMETER_INFO Call by reference Type reference (TYPE) /PLMB/T_FRW_PARAMETER_INFO Technical settings of parameters 20080226

Method GET_PARAMETER_INFO on class /PLMB/CL_FRW_DATA_ACCESS has no exception.

Method REGISTER_TABLES Signature

Method REGISTER_TABLES on class /PLMB/CL_FRW_DATA_ACCESS has no parameter.
Method REGISTER_TABLES on class /PLMB/CL_FRW_DATA_ACCESS has no exception.

Method RESOLVE_INCLUDES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_COMPONENTS Call by reference Type reference (TYPE) GTY_T_COMPONENTS Structure components 20080331
2 Changing CT_LOG_MESSAGES Call by reference Type reference (TYPE) GTY_T_LOG_MESSAGES Log messages 20080414
3 Changing CT_MAPPING_INFO Call by reference Type reference (TYPE) /PLMB/T_FRW_MAPPING_INFO Mapping information table 20080331
4 Changing CV_FIELD_SEQ Call by reference Type reference (TYPE) /PLMB/S_FRW_MAPPING_INFO-FIELD_SEQ Field sequence 20080415
5 Changing CV_MAX_LEVEL_SEQ Call by reference Type reference (TYPE) /PLMB/S_FRW_MAPPING_INFO-LEVEL_SEQ Recursion level sequence 20080415
6 Importing IO_STRUCDESC Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20080331
7 Importing IV_LEVEL_SEQ Call by reference Type reference (TYPE) /PLMB/S_FRW_MAPPING_INFO-LEVEL_SEQ Recursion level sequence 20080415
8 Importing IV_SUFFIX Call by reference Type reference (TYPE) STRING 20090305

Method RESOLVE_INCLUDES on class /PLMB/CL_FRW_DATA_ACCESS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700