SAP ABAP Class CL_CRR_TFW_TABLE_GEN (write access)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-UPG-TLS (Application Component) Upgrade Tools
     SCRR_TST (Package) CRR
Properties
Class CL_CRR_TFW_TABLE_GEN  
Short Description write access    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCRR_TST   CRR 
Created 20110411   SAP 
Last change 20140120   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 CL_CRR_TFW_TABLE_GEN has no interface implemented.
Friends
Class CL_CRR_TFW_TABLE_GEN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MESSAGE Instance attribute Private Type reference (TYPE) STRING 20110413
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_TABLE_EXISTENCE Instance method Public Method 20110411
2 CONFIGURE_DEFAULT_TABLES Instance method Public Method 20110608
3 COPY_TABLE Instance method Private Method 20110411
4 CREATE_DEFAULT_TABLES Instance method Public Method 20110607
5 CREATE_NEW_TAB_NAME Instance method Public Method 20110411
6 CREATE_TEST_TABLE_WITH_COPY Instance method Public Method . 20110607
7 DELETE_TEST_TABLE Instance method Public Method 20110413
8 FIELD_CHAR10_SET Instance method Private Method 20110607
9 FIELD_CLIENT_SET Instance method Private Method 20110607
10 FIELD_CUKY_SET Instance method Private Method 20110607
11 FIELD_CURR_SET Instance method Private Method 20110607
12 FIELD_DATS_SET Instance method Private Method 20110607
13 FIELD_DEC_31_SET Instance method Private Method 20110607
14 FIELD_FLTP_SET Instance method Private Method 20110607
15 FIELD_INT1_SET Instance method Private Method 20110607
16 FIELD_INT2_SET Instance method Private Method 20110607
17 FIELD_INT4_SET Instance method Private Method 20110607
18 FIELD_LANG_SET Instance method Private Method 20110607
19 FIELD_NUMC_5_SET Instance method Private Method 20110607
20 FIELD_NUMC_7_SET Instance method Private Method 20110715
21 FIELD_PREC_2_SET Instance method Private Method 20110607
22 FIELD_QUAN_SET Instance method Private Method 20110607
23 FIELD_RAW_001_SET Instance method Private Method 20110607
24 FIELD_TIMS_SET Instance method Private Method 20110607
25 FIELD_UNIT_SET Instance method Private Method 20110607
26 GENERATE_TABLE Instance method Public Method 20110607
27 PREPARE_TEST_TABLE Instance method Public Method 20110607
28 RENAME Instance method Private Method 20110411
29 WRITE_TADIR_ENTRY Instance method Private Method 20110411
Events
Class CL_CRR_TFW_TABLE_GEN has no event.
Types
Class CL_CRR_TFW_TABLE_GEN has no local type.
Method Signatures

Method CHECK_TABLE_EXISTENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110411
2 Returning R_EXISTENCE_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20110411

Method CHECK_TABLE_EXISTENCE on class CL_CRR_TFW_TABLE_GEN has no exception.

Method CONFIGURE_DEFAULT_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEFAULT_TABLES Value transfer Type reference (TYPE) CRR_TFW_T_TABNAME Table of Tabnames 20110608
2 Exporting ET_DEF_TAB_CONFIG Call by reference Type reference (TYPE) CRR_TFW_T_GEN_DEF_TAB_CONFIG DD03P 20110608

Method CONFIGURE_DEFAULT_TABLES on class CL_CRR_TFW_TABLE_GEN has no exception.

Method COPY_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NEW_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110411
2 Importing IV_OLD_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110411
# Exception Resumable Description Created on
1 CX_CRR_TFW_SYSTEM 20110711

Method CREATE_DEFAULT_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_DEFAULT_TABLES Value transfer Type reference (TYPE) CRR_TFW_T_TABNAME Table of Tabnames 20110607
# Exception Resumable Description Created on
1 CX_CRR_TFW_SYSTEM Technical CRR Exception 20110711

Method CREATE_NEW_TAB_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME_TYPE Call by reference Type reference (TYPE) C 20110411
2 Importing I_OLD_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110411
3 Returning R_NEW_TAB_NAME Value transfer Type reference (TYPE) DDOBJNAME 20110411

Method CREATE_NEW_TAB_NAME on class CL_CRR_TFW_TABLE_GEN has no exception.

Method CREATE_TEST_TABLE_WITH_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NEW_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607
2 Importing IV_TEMPLATE Call by reference Type reference (TYPE) DDOBJNAME 20110607
# Exception Resumable Description Created on
1 CX_CRR_TFW_SYSTEM Technical CRR Exception 20110711

Method DELETE_TEST_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110413
# Exception Resumable Description Created on
1 CX_CRR_TFW_SYSTEM Technical CRR Exception 20110711

Method FIELD_CHAR10_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_CHAR10_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_CLIENT_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_CLIENT_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_CUKY_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_CUKY_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_CURR_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_CURR_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_DATS_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_DATS_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_DEC_31_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_DEC_31_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_FLTP_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_FLTP_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_INT1_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_INT1_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_INT2_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_INT2_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_INT4_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_INT4_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_LANG_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_LANG_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_NUMC_5_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_NUMC_5_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_NUMC_7_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110715
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110715
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110715
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110715

Method FIELD_NUMC_7_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_PREC_2_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_PREC_2_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_QUAN_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_QUAN_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_RAW_001_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_RAW_001_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_TIMS_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_TIMS_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method FIELD_UNIT_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DD03P Value transfer Type reference (TYPE) DD03P Structure 20110608
2 Importing I_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME 20110607
3 Importing I_KEY Call by reference Type reference (TYPE) XFELD 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110607

Method FIELD_UNIT_SET on class CL_CRR_TFW_TABLE_GEN has no exception.

Method GENERATE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DD03P Call by reference Type reference (TYPE) CRR_TFW_T_DD03P dd03p 20110607
2 Importing I_DD02V Call by reference Type reference (TYPE) DD02V Generierte Tabelle zum View DD02V 20110607
3 Importing I_DD09L Call by reference Type reference (TYPE) DD09V Interface: Technical Settings Table/View 20110607
4 Importing I_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20110607
# Exception Resumable Description Created on
1 CX_CRR_TFW_SYSTEM Technical CRR Exception 20110711

Method PREPARE_TEST_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DD03P Call by reference Type reference (TYPE) CRR_TFW_T_DD03P Structure 20110607
2 Exporting E_DD02V Call by reference Type reference (TYPE) DD02V Generierte Tabelle zum View DD02V 20110607
3 Exporting E_DD09L Call by reference Type reference (TYPE) DD09L DD: Technical settings of tables 20110607
4 Importing I_DEF_TAB_CONFIG Call by reference Type reference (TYPE) CRR_SSRC_GEN_DEF_TAB_CONFIG 20110607

Method PREPARE_TEST_TABLE on class CL_CRR_TFW_TABLE_GEN has no exception.

Method RENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DD02V Call by reference Type reference (TYPE) DD02V 20110411
2 Changing CS_DD09L Call by reference Type reference (TYPE) DD09V 20110411
3 Changing CT_DD03P_TAB Call by reference Type reference (TYPE) GTY_DD03P_TAB 20110411
4 Changing CT_DD05M_TAB Call by reference Type reference (TYPE) GTY_DD05M_TAB 20110411
5 Changing CT_DD08V_TAB Call by reference Type reference (TYPE) GTY_DD08V_TAB 20110411
6 Changing CT_DD12V_TAB Call by reference Type reference (TYPE) GTY_DD12V_TAB 20110411
7 Changing CT_DD17V_TAB Call by reference Type reference (TYPE) GTY_DD17V_TAB 20110411
8 Changing CT_DD35V_TAB Call by reference Type reference (TYPE) GTY_DD35V_TAB 20110411
9 Changing CT_DD36M_TAB Call by reference Type reference (TYPE) GTY_DD36M_TAB 20110411
10 Importing IV_NEW_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110411

Method RENAME on class CL_CRR_TFW_TABLE_GEN has no exception.

Method WRITE_TADIR_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NEW_NAME Call by reference Type reference (TYPE) DDOBJNAME 20110411
# Exception Resumable Description Created on
1 CX_CRR_TFW_SYSTEM 20110711
History
Last changed by/on SAP  20140120 
SAP Release Created in 731