SAP ABAP Interface IF_FOX3_BASIC_OBJECT (Object in a Structure)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-MDG-DRF (Application Component) Data Replication Framework
     FOX3 (Package) Framework for hierarchy explosion
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FOX3_STRUCTURED_OBJECT Object in a Structure 20100514
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FOX3_SIMPLE_OBJECT Implementation of Basic Interface 20100514
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FOX3_STRUCTURED_OBJECT Abstract Class for Structured Object 20100514
Properties
Interface IF_FOX3_BASIC_OBJECT  
Short Description Object in a Structure    
General Data
Package FOX3   Framework for hierarchy explosion 
Created 20100514   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_FOX3_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Interface IF_FOX3_BASIC_OBJECT has no interface.
Friends
Interface IF_FOX3_BASIC_OBJECT has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_NO_VERSION Constant Public Type reference (TYPE) FOX3_OBJ_VERSION CL_FOX3_CONSTANTS=>GC_NO_VERSION Object Version 20100514
2 GI_VALIDITY Instance attribute Public Object reference (TYPE REF TO) IF_FOX3_OBJECT_VALIDITY Object Statuses 20100514
3 GS_OBJECT_KEY Instance attribute Public Type reference (TYPE) FOX3_OBJECT_KEY_S Business Key for Instance 20100514
4 GV_OBJECT_ID Instance attribute Public Type reference (TYPE) FOX3_OBJECT_DB_ID Database ID of a FOX Object 20100514
5 GV_TAG Instance attribute Public Type reference (TYPE) PTU_TAG Indicator 20100514
Methods
# Method Level Visibility Method type Description Created on
1 DISPLAY_OBJECT Instance method Public Method Display Object 20100514
2 GET_DESCRIPTION Instance method Public Method Language-Dependent Short Text 20100514
3 GET_KEY_EXT Instance method Public Method Output External Key 20100514
4 GET_LINKED_OBJECT_EXT Instance method Public Method Object with Object Relationship in External Format 20100514
5 GET_LINK_TYPE_EXT Instance method Public Method Object Relationship in External Format 20100514
6 GET_OBJECT_DATA Instance method Public Method Read Object Data 20100514
7 GET_OBJECT_EXT Instance method Public Method Object in External Format 20100514
8 GET_OBJECT_KEY_EXT Instance method Public Method Object Key in External Format 20100514
9 GET_OBJECT_TYPE_EXT Instance method Public Method Object Type in External Format 20100514
10 GET_VALIDITY Instance method Public Method Issue Object Status 20100514
11 GET_VALIDITY_DATA Instance method Public Method Read Validity Data 20100514
Events
Interface IF_FOX3_BASIC_OBJECT has no event.
Types
Interface IF_FOX3_BASIC_OBJECT has no local type.
Method Signatures

Method DISPLAY_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UI_TYPE Call by reference Type reference (TYPE) FOX3_UI_TYPE CL_FOX3_CONSTANTS=>GC_UI_WIN_GUI Type of User Interface 20100514
# Exception Resumable Description Created on
1 OBJECT_NOT_DISPLAYED The Object Could Not Be Displayed 20100514

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJECT_DESCRIPTION Call by reference Type reference (TYPE) FOX3_OBJECT_DESCRIPTION Language-Dependent Short Text for an Object 20100514
2 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU SAP R/3 System, Current Language 20100514

Method GET_DESCRIPTION on Interface IF_FOX3_BASIC_OBJECT has no exception.

Method GET_KEY_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJ_KEY_EXT Call by reference Type reference (TYPE) FOX3_OBJ_KEY_EXT External Object Key (Such As Material or BOM) 20100514
2 Exporting EV_OBJ_VERSION Call by reference Type reference (TYPE) FOX3_OBJ_VERSION Object Version 20100514

Method GET_KEY_EXT on Interface IF_FOX3_BASIC_OBJECT has no exception.

Method GET_LINKED_OBJECT_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LINK_TYPE_EXT Call by reference Type reference (TYPE) FOX3_LINK_TYPE_EXT Object Relationship in External Format 20100514
2 Exporting EV_OBJ_KEY_EXT Call by reference Type reference (TYPE) FOX3_OBJ_KEY_EXT External Key (for IBase and ALE) 20100514
3 Exporting EV_OBJ_TYPE_EXT Call by reference Type reference (TYPE) FOX3_OBJ_TYPE_EXT Object Type in External Format 20100514
4 Exporting EV_OBJ_VERSION Call by reference Type reference (TYPE) FOX3_OBJ_VERSION Object version 20100514
5 Importing IV_EXTERNAL Value transfer Type reference (TYPE) FOX3_EXTERNAL_REPRESENTATION External Format 20100514
6 Importing IV_LINK_TYPE Call by reference Type reference (TYPE) FOX3_LINK_TYPE Type of Relationship Between Objects 20100514

Method GET_LINKED_OBJECT_EXT on Interface IF_FOX3_BASIC_OBJECT has no exception.

Method GET_LINK_TYPE_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LINK_TYPE_EXT Call by reference Type reference (TYPE) FOX3_LINK_TYPE_EXT Object Relationship in External Format 20100514
2 Importing IV_EXTERNAL Value transfer Type reference (TYPE) FOX3_EXTERNAL_REPRESENTATION 'X' External Format 20100514
3 Importing IV_LINK_TYPE Call by reference Type reference (TYPE) FOX3_LINK_TYPE Type of Relationship Between Objects 20100514

Method GET_LINK_TYPE_EXT on Interface IF_FOX3_BASIC_OBJECT has no exception.

Method GET_OBJECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_OBJECT_DATA Call by reference Type reference (TYPE) FOX3_OBJECT_DATA Object Data 20100514
# Exception Resumable Description Created on
1 NO_DATA No Object Data Available 20100514

Method GET_OBJECT_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJ_KEY_EXT Call by reference Type reference (TYPE) FOX3_OBJ_KEY_EXT External Key (for IBase and ALE) 20100514
2 Exporting EV_OBJ_TYPE_EXT Call by reference Type reference (TYPE) FOX3_OBJ_TYPE_EXT Object Type in External Format 20100514
3 Exporting EV_OBJ_VERSION Call by reference Type reference (TYPE) FOX3_OBJ_VERSION Object version 20100514
4 Importing IV_EXTERNAL Value transfer Type reference (TYPE) FOX3_EXTERNAL_REPRESENTATION External Format 20100514

Method GET_OBJECT_EXT on Interface IF_FOX3_BASIC_OBJECT has no exception.

Method GET_OBJECT_KEY_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJ_KEY_EXT Call by reference Type reference (TYPE) FOX3_OBJ_KEY_EXT External Key (for IBase and ALE) 20100514
2 Exporting EV_OBJ_VERSION Call by reference Type reference (TYPE) FOX3_OBJ_VERSION Object version 20100514
3 Importing IV_EXTERNAL Value transfer Type reference (TYPE) FOX3_EXTERNAL_REPRESENTATION External Format 20100514

Method GET_OBJECT_KEY_EXT on Interface IF_FOX3_BASIC_OBJECT has no exception.

Method GET_OBJECT_TYPE_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJ_TYPE_EXT Call by reference Type reference (TYPE) FOX3_OBJ_TYPE_EXT Object Type in External Format 20100514
2 Importing IV_EXTERNAL Value transfer Type reference (TYPE) FOX3_EXTERNAL_REPRESENTATION 'X' External Format 20100514

Method GET_OBJECT_TYPE_EXT on Interface IF_FOX3_BASIC_OBJECT has no exception.

Method GET_VALIDITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VALIDITY Call by reference Type reference (TYPE) FOX3_OBJECT_VALIDITY_S Validity Attributes for Object 20100514

Method GET_VALIDITY on Interface IF_FOX3_BASIC_OBJECT has no exception.

Method GET_VALIDITY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_VALIDITY_DATA Call by reference Type reference (TYPE) FOX3_VALIDITY_DATA_T_REF Validity Data Reference 20100514
# Exception Resumable Description Created on
1 NO_DATA No Object Data Available 20100514
History
Last changed by/on SAP  20110908 
SAP Release Created in