SAP ABAP Class CL_RSDDB_PROC_ACTIVATE (Activation/Creation of BIA Index)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDDB (Package) BIA Objects and Write Routines
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDDB_PROC Process on BIA Indexes 20070208
Properties
Class CL_RSDDB_PROC_ACTIVATE  
Short Description Activation/Creation of BIA Index    
Super Class CL_RSDDB_PROC Process on BIA Indexes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDDB   BIA Objects and Write Routines 
Created 20060812   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 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDDB_PROC_ACTIVATE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_RSDDB_OBJ 20060812 BIA Index Object
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_BIA_INDEX_EXISTS Constant Public Type reference (TYPE) I 2116 20120214
2 C_PART_ATTR Constant Public Type reference (TYPE) STRING 'PARTATTR_' Specify Partition Attribute in rsstrexadmin 20110606
3 C_SPLITME Constant Public Type reference (TYPE) STRING 'SPLITME' Force distribution 20120629
4 P_BADI_HANDLE Static Attribute Private Object reference (TYPE REF TO) RSDDB_INDEX_BADI 20120214
5 P_BADI_NOT_IMPLEMENTED Static Attribute Private Type reference (TYPE) RS_BOOL Boolean 20120214
6 P_CREATE_EXTENDED Instance attribute Private Type reference (TYPE) RS_BOOL The expanded logical index is being created... 20080305
7 P_FLATFACTOR Instance attribute Private Type reference (TYPE) F 20060815
8 P_RFCDEST Instance attribute Private Type reference (TYPE) RFCDEST Logical destination (specified when calling function) 20060812
9 P_R_OBJ Instance attribute Private Object reference (TYPE REF TO) IF_RSDDB_OBJ BIA Index Object 20060812
10 P_T_COMP Instance attribute Private Type reference (TYPE) ABAP_COMPDESCR_TAB 20100720
11 P_T_IDXATTRS_ALL Instance attribute Private Type reference (TYPE) RSDDB_T_IDXATTRS InfoObjects of BIA Index 20060815
12 P_T_INFOOBJS_ALL Instance attribute Private Type reference (TYPE) RSDDB_T_INFOOBJS InfoObjects of BIA Index 20060815
13 P_T_JOINS_ALL Instance attribute Private Type reference (TYPE) RSDDB_T_JOINS JOINs in BIA Index 20060815
14 P_T_TABLES_ALL Instance attribute Private Type reference (TYPE) RSDDB_T_TABLES Tables of BIA Index 20060815
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Protected Method 20060812
2 ADJUST_INDEX_DEF Static method Public Method Check Definition of an Individual Index 20090731
3 CHECK_BIAIDX_POSSIBLE Static method Public Method Check if a BIA index will be created for a table 20111027
4 CHECK_INDEX_DEF Static method Public Method Check Definition of an Individual Index 20060905
5 CHECK_LOG_INDEX Static method Public Method Compare Logical Index with Current Metadata 20060905
6 CHECK_UDIV_ATTRIBUTE Static method Public Method Is udiv attribute set for index? 20110609
7 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060812
8 CREATE_INDEX_SINGLE Instance method Public Method Create Individual Index 20061117
9 CREATE_LOG_INDEX_SHADOW Instance method Public Method 20070615
10 GET_INDEX_TYPE Static method Public Method Find Type of an Index 20100803
11 GET_USER_PART_ATTR Static method Public Method Returns user-defined partition attribute 20110606
12 RECREATE_LOG_INDEX Static method Public Method Recreate Logical Index 20070102
13 _COLLECT_ALL_INFO Instance method Private Method 20060815
14 _CREATE_INDEX Instance method Private Method 20060812
15 _CREATE_LOG_INDEX Instance method Private Method 20060812
16 _CREATE_LOG_INDEX_EXTENDED Instance method Private Method Create Expanded Logical Index Including Texts 20080125
17 _CREATE_LOG_INDEX_HIERARCHY Instance method Private Method Logical Index of a Hierarchy 20080821
18 _GET_INDEX_BADI_HANDLE Instance method Private Method 20120214
19 _GET_INITIAL_VALUE Instance method Private Method 20100720
20 _GET_INITIAL_VALUE_PQ Instance method Private Method 20100720
21 _SET_PARTATTR Instance method Private Method 20060815
22 _SET_PARTATTR_ALL Instance method Private Method 20081230
23 __CLEANUP_INDEX Instance method Private Method 20060812
24 __CONVERT_COMP Instance method Private Method 20060812
25 __GET_METHOD Static method Private Method Method for getting the relevant index type 20081013
26 __GET_TREXIDXINFO_D Instance method Private Method 20060812
27 __GET_TREXIDXINFO_F Instance method Private Method 20060812
28 __GET_TREXIDXINFO_HINT Instance method Private Method 20080821
29 __GET_TREXIDXINFO_HSP Instance method Private Method 20080821
30 __GET_TREXIDXINFO_M Instance method Private Method 20060812
31 __GET_TREXIDXINFO_R Instance method Private Method 20060822
32 __GET_TREXIDXINFO_S Instance method Private Method 20060812
33 __GET_TREXIDXINFO_T Instance method Private Method 20060812
34 __GET_TREXIDXINFO_U Instance method Private Method 20080814
35 __GET_TREXIDXINFO_W Instance method Private Method 20090804
36 __GET_TREXIDXINFO_XY Instance method Private Method 20061102
37 __GET_TREXIDXINFO_Z Instance method Private Method 20060812
Events
Class CL_RSDDB_PROC_ACTIVATE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_S_INITIAL_VALUE Private See coding 20100720 BEGIN OF tp_s_initial_value, comp TYPE abap_compname, initial_value TYPE string, END OF tp_s_initial_value
2 TP_S_IOBJNM_FIELDNM Private See coding 20100720 BEGIN OF tp_s_iobjnm_fieldnm, iobjnm TYPE rsiobjnm, fieldnm TYPE rsfieldnm, END OF tp_s_iobjnm_fieldnm
3 TP_S_IOBJ_INITVAL Private See coding 20100720 BEGIN OF tp_s_iobj_initval, iobjnm TYPE rsiobjnm, initval TYPE string, END OF tp_s_iobj_initval
4 TP_T_IOBJNM_FIELDNM Private See coding 20100720 tp_t_iobjnm_fieldnm TYPE SORTED TABLE OF tp_s_iobjnm_fieldnm WITH UNIQUE KEY fieldnm
Method Signatures

Method ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORCE_FLAG Call by reference Type reference (TYPE) RSDDBFORCEFLAG Boolean 20080819
# Exception Resumable Description Created on
1 CX_RSDDB_BIAAPI Fehlermeldung aus BIA-API 20060814
2 CX_RSDDB_LOCKED Sperre sitzt fürs Füllen eines BIA-Index 20070219

Method ADJUST_INDEX_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_OBJ Call by reference Object reference (TYPE REF TO) IF_RSDDB_OBJ BIA-Index Objekt 20090731
2 Importing I_S_TABLES Call by reference Type reference (TYPE) RSDDB_S_TABLES Tabelle eines BIA-Index 20090731
3 Returning R_ADJUSTED Value transfer Type reference (TYPE) RS_BOOL Index wurde angepasst 20090803
# Exception Resumable Description Created on
1 CX_RSDDB_BIAAPI Fehlermeldung aus BIA-API 20090731

Method CHECK_BIAIDX_POSSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_TABLE Call by reference Type reference (TYPE) RSDDB_S_TABLES table description 20111027
2 Returning R_BIAIDX_POSSIBLE Value transfer Type reference (TYPE) RS_BOOL index possible 20111027

Method CHECK_BIAIDX_POSSIBLE on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method CHECK_INDEX_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_ID Call by reference Type reference (TYPE) TREXD_INDEX_ID Index-ID 20110609
2 Importing I_R_OBJ Call by reference Object reference (TYPE REF TO) IF_RSDDB_OBJ BIA-Index Objekt 20070702
3 Importing I_S_TABLES Call by reference Type reference (TYPE) RSDDB_S_TABLES Tabelle eines BIA-Index 20060905
4 Returning R_REINDEX Value transfer Type reference (TYPE) RS_BOOL Boolean 20060905
# Exception Resumable Description Created on
1 CX_RSDDB_BIAAPI Fehlermeldung aus BIA-API 20060905

Method CHECK_LOG_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20060905
2 Importing I_R_OBJ Call by reference Object reference (TYPE REF TO) IF_RSDDB_OBJ InfoProvider 20070102
3 Importing I_SUPPRESS_WARNING Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20100727
# Exception Resumable Description Created on
1 CX_RSDDB_BIAAPI Fehlermeldung aus BIA-API 20060905

Method CHECK_UDIV_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_ID Call by reference Type reference (TYPE) TREXD_INDEX_ID TREX Index 20110609
2 Importing I_RFCDEST Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20110609
3 Returning R_UDIV_SET Value transfer Type reference (TYPE) RS_BOOL udiv attribut ist gesetztz 20110609
# Exception Resumable Description Created on
1 CX_RSDDB_BIAAPI Fehlermeldung aus BIA-API 20110609

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_OBJ Call by reference Object reference (TYPE REF TO) IF_RSDDB_OBJ BIA-Index Objekt 20060812

Method CONSTRUCTOR on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method CREATE_INDEX_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_ID Call by reference Type reference (TYPE) TREXD_INDEX_ID Index-ID 20070615
2 Importing I_S_TABLES Call by reference Type reference (TYPE) RSDDB_S_TABLES Tabelle eines BIA-Index 20061117
# Exception Resumable Description Created on
1 CX_RSDDB_BIAAPI Fehlermeldung aus BIA-API 20061117

Method CREATE_LOG_INDEX_SHADOW Signature

Method CREATE_LOG_INDEX_SHADOW on class CL_RSDDB_PROC_ACTIVATE has no parameter.
# Exception Resumable Description Created on
1 CX_RSDDB_BIAAPI Fehlermeldung aus BIA-API 20070615

Method GET_INDEX_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXTERNAL_KEYS Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20100803
2 Exporting E_INSERT_ONLY Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20100803
3 Importing I_TABLE_TYPE Call by reference Type reference (TYPE) RSDDBTABLTP Tabelle eines BIA-Index 20100803

Method GET_INDEX_TYPE on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method GET_USER_PART_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_JOIN Call by reference Type reference (TYPE) RSDDB_S_JOINS JOINs in einem BIA-Index 20110606
2 Exporting E_TABLSIZE Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20110606
3 Importing I_R_OBJ Call by reference Object reference (TYPE REF TO) IF_RSDDB_OBJ BIA-Index Objekt 20110606

Method GET_USER_PART_ATTR on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method RECREATE_LOG_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_OBJ Call by reference Object reference (TYPE REF TO) IF_RSDDB_OBJ BIA-Index Objekt 20070102
# Exception Resumable Description Created on
1 CX_RSDDB_BIAAPI Fehlermeldung aus BIA-API 20070102

Method _COLLECT_ALL_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_OBJ Call by reference Object reference (TYPE REF TO) IF_RSDDB_OBJ BIA-Index Objekt 20060815

Method _COLLECT_ALL_INFO on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method _CREATE_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORCE_FLAG Call by reference Type reference (TYPE) RSDDBFORCEFLAG Boolean 20080819
2 Importing I_INDEX_ID Call by reference Type reference (TYPE) TREXD_INDEX_ID Index-ID 20070615
3 Importing I_S_TABLES Call by reference Type reference (TYPE) RSDDB_S_TABLES Tabelle eines BIA-Index 20060812
4 Returning R_INDEX_NEW Value transfer Type reference (TYPE) RS_BOOL Index neu angelegt 20081023
# Exception Resumable Description Created on
1 CX_RSDDB_BIAAPI Fehlermeldung aus BIA-API 20060814

Method _CREATE_LOG_INDEX Signature

Method _CREATE_LOG_INDEX on class CL_RSDDB_PROC_ACTIVATE has no parameter.
# Exception Resumable Description Created on
1 CX_RSDDB_BIAAPI Fehlermeldung aus BIA-API 20060814

Method _CREATE_LOG_INDEX_EXTENDED Signature

Method _CREATE_LOG_INDEX_EXTENDED on class CL_RSDDB_PROC_ACTIVATE has no parameter.
# Exception Resumable Description Created on
1 CX_RSDDB_BIAAPI Fehlermeldung aus BIA-API 20100105

Method _CREATE_LOG_INDEX_HIERARCHY Signature

Method _CREATE_LOG_INDEX_HIERARCHY on class CL_RSDDB_PROC_ACTIVATE has no parameter.
# Exception Resumable Description Created on
1 CX_RSDDB_BIAAPI Fehlermeldung aus BIA-API 20080821

Method _GET_INDEX_BADI_HANDLE Signature

Method _GET_INDEX_BADI_HANDLE on class CL_RSDDB_PROC_ACTIVATE has no parameter.
Method _GET_INDEX_BADI_HANDLE on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method _GET_INITIAL_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_ATTRDEF_NEW Call by reference Type reference (TYPE) TREXT_ATTR_DEF Attributdfinitionen 20100720

Method _GET_INITIAL_VALUE on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method _GET_INITIAL_VALUE_PQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_REBUILD Call by reference Type reference (TYPE) RS_BOOL Boolean 20100720
2 Changing C_T_ATTRDEF_NEW Call by reference Type reference (TYPE) TREXT_ATTR_DEF Attributdfinitionen 20100720

Method _GET_INITIAL_VALUE_PQ on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method _SET_PARTATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_OBJ Call by reference Object reference (TYPE REF TO) IF_RSDDB_OBJ BIA-Index Objekt 20060815

Method _SET_PARTATTR on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method _SET_PARTATTR_ALL Signature

Method _SET_PARTATTR_ALL on class CL_RSDDB_PROC_ACTIVATE has no parameter.
Method _SET_PARTATTR_ALL on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method __CLEANUP_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLNM Call by reference Type reference (TYPE) RSD_TABLNM 20060812
# Exception Resumable Description Created on
1 CX_RSDDB_BIAAPI Fehlermeldung aus BIA-API 20060908

Method __CONVERT_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IMPLFLAG Call by reference Type reference (TYPE) NUMC2 Zweistellige Nummer 20060901
2 Importing I_IS_KYF Call by reference Type reference (TYPE) RS_BOOL Boolean 20110304
3 Importing I_T_COMP Call by reference Type reference (TYPE) ABAP_COMPDESCR_TAB 20060812
4 Returning R_T_ATTR_DEF Value transfer Type reference (TYPE) TREXT_ATTR_DEF Attributdfinitionen 20060812

Method __CONVERT_COMP on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method __GET_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLTP Call by reference Type reference (TYPE) RSDDBTABLTP Tabellen-/Index Typ für BIA 20081013
2 Returning R_METHOD Value transfer Type reference (TYPE) CHAR30 30 Characters 20081013

Method __GET_METHOD on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method __GET_TREXIDXINFO_D Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXT_KEYS Call by reference Type reference (TYPE) C Boolean 20060812
2 Exporting E_INSERT_ONLY Call by reference Type reference (TYPE) C Boolean 20060812
3 Exporting E_T_ATTR_DEF Call by reference Type reference (TYPE) TREXT_ATTR_DEF Attributdfinitionen 20060812
4 Exporting E_T_KEYFIELDS Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attribute 20060812
5 Importing I_NO_BUFFER Call by reference Type reference (TYPE) RS_BOOL Tabellen-Info aus DDIC 20090731
6 Importing I_S_TABLES Call by reference Type reference (TYPE) RSDDB_S_TABLES Tabelle eines BIA-Index 20060812

Method __GET_TREXIDXINFO_D on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method __GET_TREXIDXINFO_F Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXT_KEYS Call by reference Type reference (TYPE) C Boolean 20060812
2 Exporting E_INSERT_ONLY Call by reference Type reference (TYPE) C Boolean 20060812
3 Exporting E_T_ATTR_DEF Call by reference Type reference (TYPE) TREXT_ATTR_DEF Attributdfinitionen 20060812
4 Exporting E_T_KEYFIELDS Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attribute 20060812
5 Importing I_NO_BUFFER Call by reference Type reference (TYPE) RS_BOOL Tabellen-Info aus DDIC 20090731
6 Importing I_S_TABLES Call by reference Type reference (TYPE) RSDDB_S_TABLES Tabelle eines BIA-Index 20060812

Method __GET_TREXIDXINFO_F on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method __GET_TREXIDXINFO_HINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXT_KEYS Call by reference Type reference (TYPE) C Boolean 20080821
2 Exporting E_INSERT_ONLY Call by reference Type reference (TYPE) C Boolean 20080821
3 Exporting E_T_ATTR_DEF Call by reference Type reference (TYPE) TREXT_ATTR_DEF Attributdfinitionen 20080821
4 Exporting E_T_KEYFIELDS Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attribute 20080821
5 Importing I_NO_BUFFER Call by reference Type reference (TYPE) RS_BOOL Tabellen-Info aus DDIC 20090731
6 Importing I_S_TABLES Call by reference Type reference (TYPE) RSDDB_S_TABLES Tabelle eines BIA-Index 20080821

Method __GET_TREXIDXINFO_HINT on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method __GET_TREXIDXINFO_HSP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXT_KEYS Call by reference Type reference (TYPE) C Boolean 20080821
2 Exporting E_INSERT_ONLY Call by reference Type reference (TYPE) C Boolean 20080821
3 Exporting E_T_ATTR_DEF Call by reference Type reference (TYPE) TREXT_ATTR_DEF Attributdfinitionen 20080821
4 Exporting E_T_KEYFIELDS Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attribute 20080821
5 Importing I_NO_BUFFER Call by reference Type reference (TYPE) RS_BOOL Tabellen-Info aus DDIC 20090731
6 Importing I_S_TABLES Call by reference Type reference (TYPE) RSDDB_S_TABLES Tabelle eines BIA-Index 20080821

Method __GET_TREXIDXINFO_HSP on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method __GET_TREXIDXINFO_M Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXT_KEYS Call by reference Type reference (TYPE) C Boolean 20060812
2 Exporting E_INSERT_ONLY Call by reference Type reference (TYPE) C Boolean 20060812
3 Exporting E_T_ATTR_DEF Call by reference Type reference (TYPE) TREXT_ATTR_DEF Attributdfinitionen 20060812
4 Exporting E_T_KEYFIELDS Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attribute 20060812
5 Importing I_NO_BUFFER Call by reference Type reference (TYPE) RS_BOOL Tabellen-Info aus DDIC 20090731
6 Importing I_S_TABLES Call by reference Type reference (TYPE) RSDDB_S_TABLES Tabelle eines BIA-Index 20060812

Method __GET_TREXIDXINFO_M on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method __GET_TREXIDXINFO_R Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXT_KEYS Call by reference Type reference (TYPE) C Boolean 20060822
2 Exporting E_INSERT_ONLY Call by reference Type reference (TYPE) C Boolean 20060822
3 Exporting E_T_ATTR_DEF Call by reference Type reference (TYPE) TREXT_ATTR_DEF Attributdfinitionen 20060822
4 Exporting E_T_KEYFIELDS Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attribute 20060822
5 Importing I_NO_BUFFER Call by reference Type reference (TYPE) RS_BOOL Tabellen-Info aus DDIC 20090731
6 Importing I_S_TABLES Call by reference Type reference (TYPE) RSDDB_S_TABLES Tabelle eines BIA-Index 20060822

Method __GET_TREXIDXINFO_R on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method __GET_TREXIDXINFO_S Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXT_KEYS Call by reference Type reference (TYPE) C Boolean 20060812
2 Exporting E_INSERT_ONLY Call by reference Type reference (TYPE) C Boolean 20060812
3 Exporting E_T_ATTR_DEF Call by reference Type reference (TYPE) TREXT_ATTR_DEF Attributdfinitionen 20060812
4 Exporting E_T_KEYFIELDS Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attribute 20060812
5 Importing I_NO_BUFFER Call by reference Type reference (TYPE) RS_BOOL Tabellen-Info aus DDIC 20090731
6 Importing I_S_TABLES Call by reference Type reference (TYPE) RSDDB_S_TABLES Tabelle eines BIA-Index 20060812

Method __GET_TREXIDXINFO_S on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method __GET_TREXIDXINFO_T Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXT_KEYS Call by reference Type reference (TYPE) C Boolean 20060812
2 Exporting E_INSERT_ONLY Call by reference Type reference (TYPE) C Boolean 20060812
3 Exporting E_T_ATTR_DEF Call by reference Type reference (TYPE) TREXT_ATTR_DEF Attributdfinitionen 20060812
4 Exporting E_T_KEYFIELDS Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attribute 20060812
5 Importing I_NO_BUFFER Call by reference Type reference (TYPE) RS_BOOL Tabellen-Info aus DDIC 20090731
6 Importing I_S_TABLES Call by reference Type reference (TYPE) RSDDB_S_TABLES Tabelle eines BIA-Index 20060812

Method __GET_TREXIDXINFO_T on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method __GET_TREXIDXINFO_U Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXT_KEYS Call by reference Type reference (TYPE) C Boolean 20080814
2 Exporting E_INSERT_ONLY Call by reference Type reference (TYPE) C Boolean 20080814
3 Exporting E_T_ATTR_DEF Call by reference Type reference (TYPE) TREXT_ATTR_DEF Attributdfinitionen 20080814
4 Exporting E_T_KEYFIELDS Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attribute 20080814
5 Importing I_NO_BUFFER Call by reference Type reference (TYPE) RS_BOOL Tabellen-Info aus DDIC 20090731
6 Importing I_S_TABLES Call by reference Type reference (TYPE) RSDDB_S_TABLES Tabelle eines BIA-Index 20080814

Method __GET_TREXIDXINFO_U on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method __GET_TREXIDXINFO_W Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXT_KEYS Call by reference Type reference (TYPE) C Boolean 20090804
2 Exporting E_INSERT_ONLY Call by reference Type reference (TYPE) C Boolean 20090804
3 Exporting E_T_ATTR_DEF Call by reference Type reference (TYPE) TREXT_ATTR_DEF Attributdfinitionen 20090804
4 Exporting E_T_KEYFIELDS Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attribute 20090804
5 Importing I_NO_BUFFER Call by reference Type reference (TYPE) RS_BOOL Tabellen-Info aus DDIC 20090804
6 Importing I_S_TABLES Call by reference Type reference (TYPE) RSDDB_S_TABLES Tabelle eines BIA-Index 20090804

Method __GET_TREXIDXINFO_W on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method __GET_TREXIDXINFO_XY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXT_KEYS Call by reference Type reference (TYPE) C Boolean 20061102
2 Exporting E_INSERT_ONLY Call by reference Type reference (TYPE) C Boolean 20061102
3 Exporting E_T_ATTR_DEF Call by reference Type reference (TYPE) TREXT_ATTR_DEF Attributdfinitionen 20061102
4 Exporting E_T_KEYFIELDS Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attribute 20061102
5 Importing I_NO_BUFFER Call by reference Type reference (TYPE) RS_BOOL Tabellen-Info aus DDIC 20090731
6 Importing I_S_TABLES Call by reference Type reference (TYPE) RSDDB_S_TABLES Tabelle eines BIA-Index 20061102

Method __GET_TREXIDXINFO_XY on class CL_RSDDB_PROC_ACTIVATE has no exception.

Method __GET_TREXIDXINFO_Z Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXT_KEYS Call by reference Type reference (TYPE) C Boolean 20060812
2 Exporting E_INSERT_ONLY Call by reference Type reference (TYPE) C Boolean 20060812
3 Exporting E_T_ATTR_DEF Call by reference Type reference (TYPE) TREXT_ATTR_DEF Attributdfinitionen 20060812
4 Exporting E_T_KEYFIELDS Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attribute 20060812
5 Importing I_NO_BUFFER Call by reference Type reference (TYPE) RS_BOOL Tabellen-Info aus DDIC 20090731
6 Importing I_S_TABLES Call by reference Type reference (TYPE) RSDDB_S_TABLES Tabelle eines BIA-Index 20060812

Method __GET_TREXIDXINFO_Z on class CL_RSDDB_PROC_ACTIVATE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710