SAP ABAP Class CL_TRINT_OBJECT_TYPE (SOBJ Object definition)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-ORG (Application Component) Transport Organizer
     SCTS_OBJ (Package) CTS: Object Editing (Including Transport Objects)
Properties
Class CL_TRINT_OBJECT_TYPE  
Short Description SOBJ Object definition    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCTS_OBJ   CTS: Object Editing (Including Transport Objects) 
Created 20130322   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_TRINT_AIM_META_DATA Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_TRINT_OBJECT_TYPE has no interface implemented.
Friends
Class CL_TRINT_OBJECT_TYPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AR_DATA_PROVIDER_EXT Instance attribute Private Object reference (TYPE REF TO) IF_TR_CTS_OBJ 20130613
2 AR_DATA_PROVIDER_INT Instance attribute Private Object reference (TYPE REF TO) CL_TRINT_OBJECT_TYPE SOBJ Object definition 20130613
3 AS_E071_TYPE Instance attribute Private Type reference (TYPE) E071 20130328
4 AS_E071_TYPE_OBJ_NAME_FILLED Instance attribute Private Type reference (TYPE) BOOLE_D 20130328
5 AV_METHOD_NAME Instance attribute Public Type reference (TYPE) FUNCNAME Function name 20130613
6 AV_OBJECTNAME Instance attribute Public Type reference (TYPE) OBJH-OBJECTNAME 20130322
7 AV_OBJECTTYPE Instance attribute Public Type reference (TYPE) OBJH-OBJECTTYPE 20130322
8 FALSE Constant Public Type reference (TYPE) BOOLE_D SPACE 20130328
9 TRUE Constant Public Type reference (TYPE) BOOLE_D 'X' 20130328
10 _LV_DUMMY Instance attribute Private Type reference (TYPE) STRING Dummy variable for message forwarding 20130802
Methods
# Method Level Visibility Method type Description Created on
1 AIM_MESSAGE Instance method Private Method 20130403
2 CHECK_APIS Instance method Private Method 20130403
3 CHECK_CYCLIC_REFERENCES Instance method Private Method 20130402
4 CHECK_EMPTY Instance method Private Method 20130403
5 CHECK_LOCK_MODE_MERGED Instance method Private Method 20130723
6 CHECK_REFERENCES Instance method Private Method 20130402
7 CHECK_START_REL_CONF Instance method Private Method 20130723
8 CHECK_TABLES Instance method Private Method 20130403
9 CONSISTENCY_CHECK Instance method Public Method 20130403
10 CONSTRUCTOR Instance method Public Constructor 20130322
11 DISPLAY_CHECK_RESULTS Instance method Public Method 20130409
12 FILTER_OBJECTS Instance method Private Method 20130328
13 FILTER_OBJECT_KEYS Instance method Private Method 20130328
14 GET_DATA_PROVIDER Instance method Public Method 20130322
15 GET_META_DATA Instance method Public Method 20130613
16 GET_SLAPI_TAB Instance method Private Method 20130325
17 READ_START_RELEASE_DATA Instance method Private Method Get start release data 20130613
Events
Class CL_TRINT_OBJECT_TYPE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_OBJH_KEY Public See coding Key fields of OBJH 20130614 begin of TY_OBJH_KEY, objectname type objh-objectname, objecttype type objh-objecttype, end of ty_objh_key
2 TY_OBJH_KEYS Public See coding 20130614 ty_objh_keys type standard table of ty_objh_key with NON-UNIQUE default key
Method Signatures

Method AIM_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSGID Call by reference Type reference (TYPE) SY-MSGID 'SCTS_AIM' ABAP System Field: Message ID 20130403
2 Importing MSGNO Call by reference Type reference (TYPE) SY-MSGNO ABAP System Field: Message Number 20130403
3 Importing MSGTY Call by reference Type reference (TYPE) SY-MSGTY 'E' ABAP System Field: Message Type 20130403
4 Importing MSGV1 Call by reference Type reference (TYPE) C SPACE 20130403
5 Importing MSGV2 Call by reference Type reference (TYPE) C SPACE 20130403
6 Importing MSGV3 Call by reference Type reference (TYPE) C SPACE 20130403
7 Importing MSGV4 Call by reference Type reference (TYPE) C SPACE 20130403
8 Returning RS_MESSAGE Value transfer Type reference (TYPE) SPROT_U 20130403

Method AIM_MESSAGE on class CL_TRINT_OBJECT_TYPE has no exception.

Method CHECK_APIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) SPROT_U_T 20130403

Method CHECK_APIS on class CL_TRINT_OBJECT_TYPE has no exception.

Method CHECK_CYCLIC_REFERENCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) SPROT_U_T 20130402

Method CHECK_CYCLIC_REFERENCES on class CL_TRINT_OBJECT_TYPE has no exception.

Method CHECK_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) SPROT_U_T 20130403

Method CHECK_EMPTY on class CL_TRINT_OBJECT_TYPE has no exception.

Method CHECK_LOCK_MODE_MERGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) SPROT_U_T 20130723

Method CHECK_LOCK_MODE_MERGED on class CL_TRINT_OBJECT_TYPE has no exception.

Method CHECK_REFERENCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) SPROT_U_T 20130402

Method CHECK_REFERENCES on class CL_TRINT_OBJECT_TYPE has no exception.

Method CHECK_START_REL_CONF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) SPROT_U_T 20130723

Method CHECK_START_REL_CONF on class CL_TRINT_OBJECT_TYPE has no exception.

Method CHECK_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) SPROT_U_T 20130403

Method CHECK_TABLES on class CL_TRINT_OBJECT_TYPE has no exception.

Method CONSISTENCY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) SPROT_U_T 20130403

Method CONSISTENCY_CHECK on class CL_TRINT_OBJECT_TYPE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_METHOD_NAME Call by reference Type reference (TYPE) OBJM-METHODNAME 20130327
2 Importing IV_OBJECTNAME Call by reference Type reference (TYPE) OBJH-OBJECTNAME 20130322
3 Importing IV_OBJECTTYPE Call by reference Type reference (TYPE) OBJH-OBJECTTYPE 20130322
# Exception Resumable Description Created on
1 CX_AIM_METADATA_ERROR 20130328

Method DISPLAY_CHECK_RESULTS Signature

Method DISPLAY_CHECK_RESULTS on class CL_TRINT_OBJECT_TYPE has no parameter.
Method DISPLAY_CHECK_RESULTS on class CL_TRINT_OBJECT_TYPE has no exception.

Method FILTER_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECTS Call by reference Type reference (TYPE) E071_T 20130328
2 Returning RT_FILTERED_OBJECTS Value transfer Type reference (TYPE) E071_T 20130328

Method FILTER_OBJECTS on class CL_TRINT_OBJECT_TYPE has no exception.

Method FILTER_OBJECT_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECT_KEYS Call by reference Type reference (TYPE) E071K_T 20130328
2 Returning RT_FILTERED_OBJECT_KEYS Value transfer Type reference (TYPE) E071K_T 20130328

Method FILTER_OBJECT_KEYS on class CL_TRINT_OBJECT_TYPE has no exception.

Method GET_DATA_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA_PROVIDER_EXT Call by reference Object reference (TYPE REF TO) IF_TR_CTS_OBJ 20130613
2 Exporting ER_DATA_PROVIDER_INT Call by reference Object reference (TYPE REF TO) CL_TRINT_OBJECT_TYPE SOBJ Object definition 20130613
# Exception Resumable Description Created on
1 CX_AIM_METADATA_ERROR 20130325

Method GET_META_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CALL_STACK Call by reference Type reference (TYPE) TY_OBJH_KEYS CTS: Table Type for E071 20130614
2 Exporting ER_META_DATA Value transfer Object reference (TYPE REF TO) CL_TRINT_AIM_META_DATA AIM Meta data 20130820
3 Importing IT_OBJECTS Call by reference Type reference (TYPE) E071_T CTS: Table Type for E071 20130613
4 Importing IT_OBJECT_KEYS Call by reference Type reference (TYPE) E071K_T CTS: Table Type for E071K 20130613
# Exception Resumable Description Created on
1 CX_AIM_METADATA_ERROR Error in AIM meta data repository 20130614

Method GET_SLAPI_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SLAPI Value transfer Type reference (TYPE) CL_TRINT_SLAPI=>TY_SLAPI_TAB 20130326

Method GET_SLAPI_TAB on class CL_TRINT_OBJECT_TYPE has no exception.

Method READ_START_RELEASE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RELEASES_NOTE_TAB Call by reference Type reference (TYPE) CL_TRINT_AIM_META_DATA=>TY_RELEASES_NOTE_TAB 20130613

Method READ_START_RELEASE_DATA on class CL_TRINT_OBJECT_TYPE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740