SAP ABAP Interface IF_FOX_FLOB_SELECTOR (Information Retrieval for FOX File)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   LO-PDM (Application Component) Product Data Management
     PLM_FOX (Package) Framework for hierarchy explosion
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FOX_FLOB_DB_SELECTOR Database Access to FOX File 20010716
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FOX_FLOB_MEMORY_SELECTOR Memory Accesses for a FOX File 20010718
Properties
Interface IF_FOX_FLOB_SELECTOR  
Short Description Information Retrieval for FOX File    
General Data
Package PLM_FOX   Framework for hierarchy explosion 
Created 20010712   SAP 
Last changed 20050220   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CFOX Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_FOX_FLOB_SELECTOR has no interface.
Friends
Interface IF_FOX_FLOB_SELECTOR has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_TOP_OBJECT Instance attribute Public Type reference (TYPE) FOX_LINKED_KEY_EXT_S Object Type, Key, and Link Color 20010718
2 GV_SINGLE_TOP Instance attribute Public Type reference (TYPE) FLAG_X Only One Top Object 20010723
3 GV_SOURCE Instance attribute Public Type reference (TYPE) CHAR1 Type of Data Source 20010718
4 GV_WHOLE_FLOB Instance attribute Public Type reference (TYPE) FLAG_X Read the Entire FLOB? 20010717
Methods
# Method Level Visibility Method type Description Created on
1 FIND_OBJECT Instance method Public Method Find Object 20010724
2 GET_NUMBER_BY_TYPE Instance method Public Method Stage Object Type and Number of Objects 20010720
3 GET_OBJECTS_BY_TYPE Instance method Public Method Stage All Objects for Type 20010720
4 GET_OBJECTS_TO_PARENT Instance method Public Method Stage All Subordinate Objects 20010723
5 GET_PARENTS_TO_OBJECT Instance method Public Method Stage All Superior Objects 20010723
6 GET_STATISTIC Instance method Public Method Statistical Information for an Explosion 20010712
7 GET_TOP_OBJECTS Instance method Public Method Stage Top Objects 20010717
8 GET_TOTAL_STATISTIC Instance method Public Method Statistical Information for the Entire FLOB 20010720
9 GET_VALIDITIES Instance method Public Method Provide Validity Information 20010730
10 IS_TOP_OBJECT Instance method Public Method Is the Object a Top Object? 20010717
11 SET_FOCUS Instance method Public Method Set Entire FLOB or New Top Object 20010720
12 UPDATE_DATA Instance method Public Method Refresh Data 20010814
13 WHERE_USED Instance method Public Method Where-Used List for Top Objects 20010801
14 WRITE_HIERARCHIE_AS_LIST Instance method Public Method Output Hierarchy as List 20010809
Events
Interface IF_FOX_FLOB_SELECTOR has no event.
Types
Interface IF_FOX_FLOB_SELECTOR has no local type.
Method Signatures

Method FIND_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LINKED_OBJECT Call by reference Type reference (TYPE) FOX_LINKED_KEY_EXT_T Objekttyp, Schlüssel (auch extern) und Kantenfarbe 20010727
2 Importing IS_LINKED_OBJECT Call by reference Type reference (TYPE) FOX_LINKED_KEY_S Objekttyp, Schlüssel und Kantenfarbe 20010801
3 Importing IV_IGNORE_LINK_TYPE Call by reference Type reference (TYPE) FOX_IGNORE_LINK_TYPE Linktyp ignorieren 20010724
4 Importing IV_USE_ALL_EXPLOSIONS Call by reference Type reference (TYPE) FLAG_X alle Auflösungen berücksichtigen 20010806
# Exception Resumable Description Created on
1 OBJECT_NOT_FOUND Objekt nicht gefunden 20010724

Method GET_NUMBER_BY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NUM_TYPE Call by reference Type reference (TYPE) FOX_NUM_OBJ_TYPE_T Objekttyp und Anzahl 20010720

Method GET_NUMBER_BY_TYPE on Interface IF_FOX_FLOB_SELECTOR has no exception.

Method GET_OBJECTS_BY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LINKED_OBJECT Call by reference Type reference (TYPE) FOX_LINKED_KEY_EXT_T Objekttyp, Schlüssel (auch extern) und Kantenfarbe 20010730
2 Exporting EV_NUM_OBJECT Call by reference Type reference (TYPE) I Anzahl der Objekte 20010720
3 Importing IV_IGNORE_LINK_TYPE Call by reference Type reference (TYPE) FOX_IGNORE_LINK_TYPE Linktyp ignorieren 20010730
4 Importing IV_OBJ_TYPE Call by reference Type reference (TYPE) FOX_OBJ_TYPE Objekttyp (z.B. Material, Stückliste, ...) 20010720

Method GET_OBJECTS_BY_TYPE on Interface IF_FOX_FLOB_SELECTOR has no exception.

Method GET_OBJECTS_TO_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARENT_OBJECT Call by reference Type reference (TYPE) FOX_PARENT_OBJECT_KEY_EXT_T Parent-Objekt-Struktur auf Schlüsselbasis 20010723
2 Importing IS_LINKED_PARENT Call by reference Type reference (TYPE) FOX_LINKED_KEY_S Objekttyp, Schlüssel und Kantenfarbe 20010801
3 Importing IV_IGNORE_LINK_TYPE Call by reference Type reference (TYPE) FOX_IGNORE_LINK_TYPE Linktyp ignorieren 20010723
# Exception Resumable Description Created on
1 INCOMPLETE_FLOB inkonsistente Auflösung 20010724
2 OBJECT_NOT_FOUND Objekt nicht gefunden 20010724

Method GET_PARENTS_TO_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT_PARENT Call by reference Type reference (TYPE) FOX_OBJECT_PARENT_KEY_EXT_T Objekt-Parent-Struktur auf Schlüsselbasis 20010723
2 Importing IS_LINKED_OBJECT Call by reference Type reference (TYPE) FOX_LINKED_KEY_S Objekttyp, Schlüssel und Kantenfarbe 20010801
3 Importing IV_IGNORE_LINK_TYPE Call by reference Type reference (TYPE) FOX_IGNORE_LINK_TYPE Linktyp ignorieren 20010723
# Exception Resumable Description Created on
1 INCOMPLETE_FLOB inkonsistente Auflösung 20010724
2 OBJECT_NOT_FOUND Objekt nicht gefunden 20010724

Method GET_STATISTIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NUM_INSTANCE Call by reference Type reference (TYPE) FOX_NUM_INSTANCE Anzahl der Instanzen 20010712
2 Exporting EV_NUM_STRUCTURE Call by reference Type reference (TYPE) FOX_NUM_STRUCTURE Anzahl der Struktursätze 20010712

Method GET_STATISTIC on Interface IF_FOX_FLOB_SELECTOR has no exception.

Method GET_TOP_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TOP_OBJECT Call by reference Type reference (TYPE) FOX_LINKED_KEY_EXT_T Objekttyp, Schlüssel und Kantenfarbe 20010717
2 Exporting EV_NUM_TOP_OBJECT Call by reference Type reference (TYPE) I Anzahl der Top-Objekte 20010717

Method GET_TOP_OBJECTS on Interface IF_FOX_FLOB_SELECTOR has no exception.

Method GET_TOTAL_STATISTIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUM_INSTANCE Call by reference Type reference (TYPE) I Anzahl aller Objekte 20010720
2 Exporting EV_SUM_STRUCTURE Call by reference Type reference (TYPE) I Anzahl aller Struktursätze 20010720

Method GET_TOTAL_STATISTIC on Interface IF_FOX_FLOB_SELECTOR has no exception.

Method GET_VALIDITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EI_VALIDITY Call by reference Object reference (TYPE REF TO) IF_FOX_OBJECT_VALIDITY Gültigkeit des Objekts 20010730
2 Importing IS_OBJECT_KEY Call by reference Type reference (TYPE) FOX_OBJECT_KEY_S Generischer Objektkey für Factory 20010730
3 Importing IV_USE_ALL_EXPLOSIONS Call by reference Type reference (TYPE) FLAG_X alle Auflösungen berücksichtigen 20010806
# Exception Resumable Description Created on
1 OBJECT_NOT_FOUND Objekt nicht gefunden 20010730

Method IS_TOP_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LINKED_KEY_EXT Call by reference Type reference (TYPE) FOX_LINKED_KEY_EXT_S Objekttyp, Schlüssel (auch extern) und Kantenfarbe 20010809
2 Exporting EV_FLAG Value transfer Type reference (TYPE) FLAG_X Flag 20010717
3 Importing IS_LINKED_KEY Call by reference Type reference (TYPE) FOX_LINKED_KEY_S Objekttyp, Schlüssel und Kantenfarbe 20010719

Method IS_TOP_OBJECT on Interface IF_FOX_FLOB_SELECTOR has no exception.

Method SET_FOCUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LINKED_KEY Call by reference Type reference (TYPE) FOX_LINKED_KEY_S Objekttyp, Schlüssel und Kantenfarbe 20010720
2 Importing IV_WHOLE_FLOB Call by reference Type reference (TYPE) FLAG_X Flag 20010720
# Exception Resumable Description Created on
1 OBJECT_IS_NOT_TOP Objekt ist kein Top-Objekt 20010720
2 UNCHANGED Focus wurde nicht verändert 20010723

Method UPDATE_DATA Signature

Method UPDATE_DATA on Interface IF_FOX_FLOB_SELECTOR has no parameter.
Method UPDATE_DATA on Interface IF_FOX_FLOB_SELECTOR has no exception.

Method WHERE_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TOPOBJECT_OBJECT Call by reference Type reference (TYPE) FOX_PARENT_OBJECT_KEY_EXT_T Parent-Objekt-Struktur auf Schlüsselbasis 20010801
2 Exporting EV_NUM_TOP_OBJECT Call by reference Type reference (TYPE) I Anzahl der Topobjekte 20010803
3 Importing IS_LINKED_OBJECT Call by reference Type reference (TYPE) FOX_LINKED_KEY_S Objekttyp, Schlüssel und Kantenfarbe 20010801
4 Importing IV_IGNORE_LINK_TYPE Call by reference Type reference (TYPE) FOX_IGNORE_LINK_TYPE Linktyp ignorieren 20010801
# Exception Resumable Description Created on
1 OBJECT_NOT_FOUND Objekt nicht gefunden 20010801

Method WRITE_HIERARCHIE_AS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing II_MESSAGE Call by reference Object reference (TYPE REF TO) IF_PTU_MESSAGE Sammeln von Messages 20010810
2 Importing II_UI_SERVICE Call by reference Object reference (TYPE REF TO) IF_FOX_UI_SERVICE Interface für Oberflächenkomponenten 20010810
3 Importing IV_EXTERNAL_REPRESENTATION Call by reference Type reference (TYPE) FOX_EXTERNAL_REPRESENTATION externe Darstellung 20010809
4 Importing IV_FORMNAME Call by reference Type reference (TYPE) ABAPFORM Name der ABAP-FORM-Routine 20010810
5 Importing IV_PROGNAME Call by reference Type reference (TYPE) PRGNAME Programmname 20010810
6 Importing IV_SORTED Call by reference Type reference (TYPE) FLAG_X sortiert nach Typ und Schlüssel 20010813
7 Importing IV_WITH_VALIDITIES Call by reference Type reference (TYPE) FOX_WITH_VALIDITIES Ausgabe mit Gültigkeiten 20010809
# Exception Resumable Description Created on
1 INVALID_PROGRAM ungültiges Programm 20010810
2 INVALID_REFERENCE ungültige Referenz 20010810
3 TOP_OBJECT_NOT_SPECIFIED kein Top-Objekt ausgewählt 20010810
History
Last changed by/on SAP  20050220 
SAP Release Created in 46C