SAP ABAP Class CL_LTR_DELIMITATION_STORAGE (Read / Write Delimitation Results)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     LTR_DELIM (Package) SAP LT: Delimitation Engine for LT Repository
Properties
Class CL_LTR_DELIMITATION_STORAGE  
Short Description Read / Write Delimitation Results    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package LTR_DELIM   SAP LT: Delimitation Engine for LT Repository 
Created 20110216   SAP 
Last change 20141030    
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_LTR_DELIMITATION_STORAGE has no interface implemented.
Friends
Class CL_LTR_DELIMITATION_STORAGE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NT_STORED_PACKAGE Instance attribute Public Type reference (TYPE) LTR_GUID_TAB LTR: Table of Object GUIDs 20140424
2 NV_BUSINESS_OBJECT_GUID Instance attribute Public Type reference (TYPE) LTR_BUSINESS_OBJECT_GUID LTR: Business Object GUID 20110221
3 NV_DELIM_GROUP_GUID Instance attribute Public Type reference (TYPE) LTR_DELIMITATION_GROUP_GUID LTR: Group of Delimitation Option GUID 20110217
4 NV_NO_KEY_STORAGE Instance attribute Public Type reference (TYPE) ABAP_BOOL 20110330
5 NV_PCL_PACKAGE_ID Instance attribute Public Type reference (TYPE) CNV_MBT_PACKID Run Key 20110223
6 NV_SOLUTION_GUID Instance attribute Public Type reference (TYPE) LTR_TS_GUID LTR: GUID of a Transformation Solution 20110217
7 NV_TABLE_NAME Instance attribute Public Type reference (TYPE) TABNAME Table Name 20110217
8 NV_TYPE_KEY_HASHTABLE Instance attribute Public Type reference (TYPE) ABAP_ABSTYPENAME 20110526
9 NV_TYPE_KEY_STRUCTURE Instance attribute Public Type reference (TYPE) ABAP_ABSTYPENAME 20110526
10 PR_PROTOCOL Instance attribute Private Object reference (TYPE REF TO) CL_LTR_PROTOCOL Protocol 20110217
11 PR_READ_KEYS Instance attribute Private Object reference (TYPE REF TO) DATA 20110217
12 PS_DELIM_DATA Instance attribute Private Type reference (TYPE) PTS_DELIM_DATA 20110217
13 PT_KEYFIELD Static Attribute Private See coding 20110328
14 PV_CURSOR Instance attribute Private Type reference (TYPE) CURSOR 20110328
15 PV_CURSOR_OPEN Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110328
16 PV_ENQUEUED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110812
17 PV_LAST_READ_PACKAGE Instance attribute Private Type reference (TYPE) LTR_GUID Package ID 20110217
18 PV_LIMIT Instance attribute Private Type reference (TYPE) I 20110216
19 PV_PACKAGE_SIZE Instance attribute Private Type reference (TYPE) I 20110216
20 PV_PROGRAM Instance attribute Private Type reference (TYPE) REPID ABAP Program Name 20110217
Methods
# Method Level Visibility Method type Description Created on
1 CLUSTER_END Instance method Public Method End processing for delimitation cluster (finalize package) 20110216
2 CLUSTER_FILL Instance method Public Method Fill data into delimitation cluster 20110216
3 CLUSTER_PREPARE Instance method Public Method 20110217
4 CONSTRUCTOR Instance method Public Constructor 20110217
5 DELETE_RESULTS Static method Public Method 20110217
6 DEQUEUE Instance method Private Method 20110812
7 ENQUEUE Instance method Private Method 20110812
8 GENERATE_KEY_TYPES Instance method Private Method 20110217
9 GET_DATA_VALUES_BY_PACKAGE Static method Public Method 20110219
10 GET_DDIC_KEY_INFO Static method Private Method 20110328
11 GET_INSTANCE_BY_PCL_MIGROBJ Static method Public Method 20110309
12 GET_INSTANCE_FOR_PCL_DEL Static method Public Method 20110414
13 GET_KEY_VALUES_MERGED Instance method Public Method 20110217
14 GET_TABLES_FOR_DELETION Static method Public Method 20110414
15 TABLE_KEY_BUILD Static method Private Method Build table key 20110328
16 TABLE_KEY_SPLIT Static method Private Method Split Table key 20110328
Events
Class CL_LTR_DELIMITATION_STORAGE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 PTS_DELIM_DATA Private See coding 20110216
2 PTS_KEYFIELD Private See coding 20110328
3 PTT_DELIM_RLV Private See coding 20110216
4 PTT_DELIM_TRACE Private See coding 20110802
Method Signatures

Method CLUSTER_END Signature

Method CLUSTER_END on class CL_LTR_DELIMITATION_STORAGE has no parameter.
Method CLUSTER_END on class CL_LTR_DELIMITATION_STORAGE has no exception.

Method CLUSTER_FILL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA Call by reference Type reference (TYPE) ANY 20110603
2 Importing IT_TRACE_INFO Call by reference Type reference (TYPE) LTR_T_DELIM_TRACE_S LTR: Delimitation Trace Record 20110526
3 Importing IV_SEL_STRUC Call by reference Type reference (TYPE) STRING SELECT Structure definition as string 20121128
4 Importing IV_STEP_KEY Call by reference Type reference (TYPE) LTR_STEP_KEY Step Key 20110526

Method CLUSTER_FILL on class CL_LTR_DELIMITATION_STORAGE has no exception.

Method CLUSTER_PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PROTOCOL Call by reference Object reference (TYPE REF TO) CL_LTR_PROTOCOL Protocol 20110217
2 Importing IV_NO_KEY_STORAGE Call by reference Type reference (TYPE) ABAP_BOOL No transparent Key Storage 20110419
3 Importing IV_TYPE_DATA_STDTAB Call by reference Type reference (TYPE) ABAP_ABSTYPENAME Absolute Typename 20110526

Method CLUSTER_PREPARE on class CL_LTR_DELIMITATION_STORAGE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUSINESS_OBJECT_GUID Call by reference Type reference (TYPE) LTR_BUSINESS_OBJECT_GUID LTR: Business Object GUID 20110221
2 Importing IV_DELIM_GROUP_GUID Call by reference Type reference (TYPE) LTR_DELIMITATION_GROUP_GUID LTR: Group of Delimitation Option GUID 20110217
3 Importing IV_PCL_PACKAGE_ID Call by reference Type reference (TYPE) CNV_MBT_PACKID Run Key 20110223
4 Importing IV_SOLUTION_GUID Call by reference Type reference (TYPE) LTR_TS_GUID LTR: GUID of a Transformation Solution 20110217
5 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) TABNAME Table Name 20110217

Method CONSTRUCTOR on class CL_LTR_DELIMITATION_STORAGE has no exception.

Method DELETE_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PCL_PACKAGE_ID Call by reference Type reference (TYPE) CNV_MBT_PACKID Run Key 20110223
2 Importing IV_RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110513
# Exception Resumable Description Created on
1 CX_LTR_DESTINATION_TYPE 20110513

Method DEQUEUE Signature

Method DEQUEUE on class CL_LTR_DELIMITATION_STORAGE has no parameter.
Method DEQUEUE on class CL_LTR_DELIMITATION_STORAGE has no exception.

Method ENQUEUE Signature

Method ENQUEUE on class CL_LTR_DELIMITATION_STORAGE has no parameter.
Method ENQUEUE on class CL_LTR_DELIMITATION_STORAGE has no exception.

Method GENERATE_KEY_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HASHTAB_TYPE Call by reference Type reference (TYPE) ABAP_ABSTYPENAME 20110217
2 Exporting EV_STRUCT_TYPE Call by reference Type reference (TYPE) ABAP_ABSTYPENAME 20110217

Method GENERATE_KEY_TYPES on class CL_LTR_DELIMITATION_STORAGE has no exception.

Method GET_DATA_VALUES_BY_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLUSTER_GUID Call by reference Type reference (TYPE) LTR_GUID Cluster GUID 20110219
2 Returning RR_DATA_TABLE Value transfer Object reference (TYPE REF TO) DATA 20110219

Method GET_DATA_VALUES_BY_PACKAGE on class CL_LTR_DELIMITATION_STORAGE has no exception.

Method GET_DDIC_KEY_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DD02L Call by reference Type reference (TYPE) DD02L SAP tables 20110328
2 Exporting ET_DD03L Call by reference Type reference (TYPE) LTR_T_DD03L DD03L (standard) 20110328
3 Exporting ET_KEYFIELD Call by reference Type reference (TYPE) LTR_T_FIELD_INFO Fieldname 20110328
4 Exporting EV_TEXT Call by reference Type reference (TYPE) DDTEXT Explanatory short text 20110328
5 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU R/3 System, current language 20110328
6 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20110328

Method GET_DDIC_KEY_INFO on class CL_LTR_DELIMITATION_STORAGE has no exception.

Method GET_INSTANCE_BY_PCL_MIGROBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MIGRATION_OBJECT_ID Call by reference Type reference (TYPE) CNV_MBT_COBJ Conversion Object 20110309
2 Importing IV_PCL_PACKAGE_ID Call by reference Type reference (TYPE) CNV_MBT_PACKID package information/creator/creation date/scenarion 20110309
3 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_LTR_DELIMITATION_STORAGE Read / Write Delimitation Results 20110309

Method GET_INSTANCE_BY_PCL_MIGROBJ on class CL_LTR_DELIMITATION_STORAGE has no exception.

Method GET_INSTANCE_FOR_PCL_DEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PCL_PACKAGE_ID Call by reference Type reference (TYPE) CNV_MBT_PACKID package information/creator/creation date/scenarion 20110414
2 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) TABNAME Conversion Object 20110414
3 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_LTR_DELIMITATION_STORAGE Read / Write Delimitation Results 20110414

Method GET_INSTANCE_FOR_PCL_DEL on class CL_LTR_DELIMITATION_STORAGE has no exception.

Method GET_KEY_VALUES_MERGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_KEY_TABLE Value transfer Object reference (TYPE REF TO) DATA 20110217

Method GET_KEY_VALUES_MERGED on class CL_LTR_DELIMITATION_STORAGE has no exception.

Method GET_TABLES_FOR_DELETION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PCL_PACKAGE_ID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110414
2 Returning RT_TABLE_NAME Value transfer Type reference (TYPE) TR_TABNAMES Table of Table Names (Char30) 20110414

Method GET_TABLES_FOR_DELETION on class CL_LTR_DELIMITATION_STORAGE has no exception.

Method TABLE_KEY_BUILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) ANY Data record 20110328
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table name 20110328
3 Returning RV_TABKEY Value transfer Type reference (TYPE) LTR_TABLE_KEY Table Key 20110328

Method TABLE_KEY_BUILD on class CL_LTR_DELIMITATION_STORAGE has no exception.

Method TABLE_KEY_SPLIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA Call by reference Type reference (TYPE) ANY Data record 20110328
2 Importing IV_TABLEKEY Call by reference Type reference (TYPE) LTR_TABLE_KEY Table Key 20110328
3 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table name 20110328

Method TABLE_KEY_SPLIT on class CL_LTR_DELIMITATION_STORAGE has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620