SAP ABAP Class CL_COM_PRD_TFW_SET_REL (Set Handler Implementation for the Generic Link Handler)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   AP-MD-PRO (Application Component) Central Part of Product Master
     COM_PRODUCT (Package) Product: General Tables and Programs
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_COM_PRD_TFW_HANDLE_SET Description of a Set Type Handler for the Product TFW 20041103
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_EX_TFW_MINITP BAdI Interface IF_EX_TFW_MINITP 20041217
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_EX_TFW_READ BAdI Interface IF_EX_TFW_READ 20041216
Properties
Class CL_COM_PRD_TFW_SET_REL  
Short Description Set Handler Implementation for the Generic Link Handler    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package COM_PRODUCT   Product: General Tables and Programs 
Created 20041103   SAP 
Last change 20060208   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_COM_PRD_TFW_SET_REL has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_COM_PRD_TFW_HANDLE_SET Description of a Set Type Handler for the Product TFW 20041103
2 IF_EX_TFW_MINITP BAdI Interface IF_EX_TFW_MINITP 20041217
3 IF_EX_TFW_READ BAdI Interface IF_EX_TFW_READ 20041216
Friends
Class CL_COM_PRD_TFW_SET_REL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FALSE Constant Private Type reference (TYPE) COMT_BOOLEAN ' ' Logical Variable 20041228
2 GC_CLIENT Constant Private Type reference (TYPE) FIELDNAME 'CLIENT' Field Name 20041229
3 GC_DATA Constant Private Type reference (TYPE) FIELDNAME 'DATA' Field Name 20050113
4 GC_DATA_PRODUCT_GUID Constant Private Type reference (TYPE) FIELDNAME 'DATA-PRODUCT_GUID' Field Name 20050114
5 GC_FRAGMENT_GUID Constant Private Type reference (TYPE) FIELDNAME 'FRAGMENT_GUID' Field Name 20041228
6 GC_PRODUCT_GUID Constant Private Type reference (TYPE) FIELDNAME 'PRODUCT_GUID' Field Name 20041228
7 GC_RELATION Constant Private Type reference (TYPE) FIELDNAME 'RELATION' Field Name 20041219
8 GC_REL_PRODUCT_GUID Constant Private Type reference (TYPE) FIELDNAME 'RELATION-PRODUCT_GUID' Field Name 20050111
9 GC_TFW_OBJECT_PROD Constant Private Type reference (TYPE) TFW_APPL_OBJECT 'PROD' TFW: Application Object 20041230
10 GC_TS_INFINITY Constant Private Type reference (TYPE) COMT_DATE_TO '99991231235959' Validity End (UCT Time Stamp Short Form, YYYYMMDDhhmmss) 20041228
11 GC_UPDATE_TYPE Constant Private Type reference (TYPE) FIELDNAME 'UPDATE_TYPE' Field Name 20041228
12 GC_UPDATE_TYPE_DELETE Constant Private Type reference (TYPE) UPDATE_TYPE 'D' Type of Change 20041228
13 GC_UPDATE_TYPE_INSERT Constant Private Type reference (TYPE) UPDATE_TYPE 'I' Type of Change 20041228
14 GC_UPDATE_TYPE_UPDATE Constant Private Type reference (TYPE) UPDATE_TYPE 'U' Type of Change 20041228
15 GS_SETTYPE_TFW Instance attribute Private Type reference (TYPE) COMT_SETTYPE_TFW Structure for the Customizing Table COMC_SETTYPE_TFW 20050125
16 GT_DFIES_ADMIN Instance attribute Private Type reference (TYPE) TFW_DFIES_TAB Table Type for DFIES Table and FM: DDIF_FIELDINFO_GET 20050214
17 OS_FRGTYPE Instance attribute Private Type reference (TYPE) COMM_FRGTYPE_EXT Set Type 20041214
18 OS_PR_ORG_REL Instance attribute Private Type reference (TYPE) COMS_PR_ORG_REL Settings for Link Tables 20041227
19 OS_STRUCNAMES Instance attribute Private Type reference (TYPE) COMT_SETTYPE_STRUCNAMES Name of Structures of Set Type 20041227
20 OV_FRGTYPE_GUID Instance attribute Private Type reference (TYPE) COMT_FRGTYPE_GUID Internal Key of a Set Type 20041103
21 OV_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_COM_PRD_TFW_HANDLER Product Master: Abstract Handler Class for Objects in TFW 20050201
22 OV_PREFETCH_DONE Instance attribute Private Type reference (TYPE) COMT_BOOLEAN Logical Variable 20050504
23 OV_PRODUCT_GUID Instance attribute Private Type reference (TYPE) COMT_PRODUCT_GUID Internal Unique ID of Product 20041103
24 TRUE Constant Private Type reference (TYPE) COMT_BOOLEAN 'X' Logical Variable 20041228
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041103
2 DELETE_SET Instance method Private Method 20050504
3 MAKE_REL_UPDATE_TAB Instance method Private Method 20041228
4 READ_20 Instance method Private Method 20041227
5 READ_20_BW Instance method Private Method 20041227
6 SWITCH_TO_OWN_00 Instance method Private Method 20050202
7 SWITCH_TO_OWN_01 Instance method Private Method 20050202
8 SWITCH_TO_OWN_EXT Instance method Private Method 20050202
9 SWITCH_TO_REF_00 Instance method Private Method 20050203
10 SWITCH_TO_REF_01 Instance method Private Method 20050203
11 SWITCH_TO_REF_EXT Instance method Private Method 20050203
12 WHERE_USED_MINITP_20 Instance method Private Method 20041227
Events
Class CL_COM_PRD_TFW_SET_REL has no event.
Types
Class CL_COM_PRD_TFW_SET_REL has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FRGTYPE_GUID Call by reference Type reference (TYPE) COMT_FRGTYPE_GUID Interner Schlüssel eines Settyps 20041103
2 Importing IV_HANDLER Call by reference Object reference (TYPE REF TO) CL_COM_PRD_TFW_HANDLER Produktstamm: abstrakte Handlerklasse für Objekte am TFW 20050201
3 Importing IV_PRODUCT_GUID Call by reference Type reference (TYPE) COMT_PRODUCT_GUID Interner, eindeutiger Identifikator des Produkts 20041103

Method CONSTRUCTOR on class CL_COM_PRD_TFW_SET_REL has no exception.

Method DELETE_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REL Call by reference Type reference (TYPE) COMT_PR_FRG_REL Produkt Set Zuordnung 20050504
2 Importing IV_APPLICATION_LOG Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20050504

Method DELETE_SET on class CL_COM_PRD_TFW_SET_REL has no exception.

Method MAKE_REL_UPDATE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MINITP_DATA_DELETE Call by reference Type reference (TYPE) COMT_MINITP_REL_TAB Tabellentyp zu Struktur COMT_MINITP_REL 20041228
2 Changing CT_MINITP_DATA_INSERT Call by reference Type reference (TYPE) COMT_MINITP_REL_TAB Tabellentyp zu Struktur COMT_MINITP_REL 20041228
3 Changing CT_MINITP_DATA_UPDATE Call by reference Type reference (TYPE) COMT_MINITP_REL_TAB Tabellentyp zu Struktur COMT_MINITP_REL 20041228
4 Changing CT_MINITP_HISTORY_DATA_INSERT Call by reference Type reference (TYPE) COMT_MINITP_RELH_TAB Tabellentyp zu Struktur COMT_MINITP_RELH 20041228
5 Changing CT_MINITP_M_DATA_DB Call by reference Type reference (TYPE) STANDARD TABLE 20041228
6 Changing CT_MINITP_M_DATA_OB Call by reference Type reference (TYPE) STANDARD TABLE 20041228
7 Importing IS_MINITP_DATA_OB_WRK Call by reference Type reference (TYPE) TFW_MINITP_DATA_WRK WRK-Struktur für Minivorlage-Daten 20041228
8 Importing IT_COMC_MINITP_REL Call by reference Type reference (TYPE) COMT_MINITP_REL_TAB Tabellentyp zu Struktur COMT_MINITP_REL 20041228
9 Importing IT_COMC_MINITP_RELH Call by reference Type reference (TYPE) COMT_MINITP_RELH_TAB Tabellentyp zu Struktur COMT_MINITP_RELH 20041228
10 Importing IV_LOGSYS Call by reference Type reference (TYPE) COMT_LOGSYS Originalsystem 20041228
11 Importing IV_MINITP_TYPE Call by reference Type reference (TYPE) TFW_MINITP_TYPE Minivorlagenart 20041228
12 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) COMT_TIMESTAMP Zeitstempel 20041228
13 Importing IV_TIMESTAMP_DEL Call by reference Type reference (TYPE) COMT_TIMESTAMP Zeitstempel 20041228

Method MAKE_REL_UPDATE_TAB on class CL_COM_PRD_TFW_SET_REL has no exception.

Method READ_20 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ES_READ_INFORMATION Call by reference Type reference (TYPE) COMT_PRD_TFW_READ_INFO Zusätzliche Daten eines TFW Read Laufs 20041227
2 Changing E_DATA Call by reference Type reference (TYPE) ANY 20041227
3 Importing IV_PR_ORG_ID Call by reference Type reference (TYPE) COMT_PR_ORG_ID Identifikation einer Organisationseinheit 20041227

Method READ_20 on class CL_COM_PRD_TFW_SET_REL has no exception.

Method READ_20_BW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ES_READ_INFORMATION Call by reference Type reference (TYPE) COMT_PRD_TFW_READ_INFO 20041227
2 Changing E_DATA Call by reference Type reference (TYPE) ANY TABLE 20041227
3 Importing IV_PR_ORG_ID Call by reference Type reference (TYPE) COMT_PR_ORG_ID Identifikation einer Organisationseinheit 20041227

Method READ_20_BW on class CL_COM_PRD_TFW_SET_REL has no exception.

Method SWITCH_TO_OWN_00 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REL Call by reference Type reference (TYPE) ANY 20050202
2 Importing IV_APPLICATION_LOG Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20050202

Method SWITCH_TO_OWN_00 on class CL_COM_PRD_TFW_SET_REL has no exception.

Method SWITCH_TO_OWN_01 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REL Call by reference Type reference (TYPE) ANY 20050202
2 Importing IV_APPLICATION_LOG Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20050202

Method SWITCH_TO_OWN_01 on class CL_COM_PRD_TFW_SET_REL has no exception.

Method SWITCH_TO_OWN_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REL Call by reference Type reference (TYPE) ANY 20050202
2 Importing IV_APPLICATION_LOG Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20050202

Method SWITCH_TO_OWN_EXT on class CL_COM_PRD_TFW_SET_REL has no exception.

Method SWITCH_TO_REF_00 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REL Call by reference Type reference (TYPE) ANY 20050203
2 Importing IV_APPLICATION_LOG Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20050203

Method SWITCH_TO_REF_00 on class CL_COM_PRD_TFW_SET_REL has no exception.

Method SWITCH_TO_REF_01 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REL Call by reference Type reference (TYPE) ANY 20050203
2 Importing IV_APPLICATION_LOG Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20050203

Method SWITCH_TO_REF_01 on class CL_COM_PRD_TFW_SET_REL has no exception.

Method SWITCH_TO_REF_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REL Call by reference Type reference (TYPE) ANY 20050203
2 Importing IV_APPLICATION_LOG Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20050203

Method SWITCH_TO_REF_EXT on class CL_COM_PRD_TFW_SET_REL has no exception.

Method WHERE_USED_MINITP_20 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECTS Call by reference Type reference (TYPE) TFW_OBJECT_INFO_TT Schlüssel und Beschreibung von Objekten; Tabellentyp 20041227
2 Importing FLT_VAL Call by reference Type reference (TYPE) TFW_ACCESS_FILTER Filter für verschiedene BAdIs aus dem Template Framework 20050211
3 Importing IV_MAX_HITS Call by reference Type reference (TYPE) I 100 20041227
4 Importing IV_MINITP_ID Call by reference Type reference (TYPE) TFW_MINITP_ID ID der Vorlage 20041227
5 Importing I_ADDITIONAL_KEY Call by reference Type reference (TYPE) ANY 20041227

Method WHERE_USED_MINITP_20 on class CL_COM_PRD_TFW_SET_REL has no exception.
History
Last changed by/on SAP  20060208 
SAP Release Created in 700