SAP ABAP Class CL_ADIR_DEP_OBJS (Dependent Objects from TADIR Change)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL-BRR (Application Component) Repository Browser
     SEU (Package) ABAP Workbench
Properties
Class CL_ADIR_DEP_OBJS  
Short Description Dependent Objects from TADIR Change    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SEU   ABAP Workbench 
Created 20090116   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ADIR_DEP_OBJS has no forward declaration.
Interfaces
Class CL_ADIR_DEP_OBJS has no interface implemented.
Friends
Class CL_ADIR_DEP_OBJS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DEP_OBJS Instance attribute Private Type reference (TYPE) ADIR_CHANGE_DEP_OBJS 20090116
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DEP_OBJ Instance method Public Method 20090116
2 GET_DEP_OBJS Instance method Public Method 20090116
Events
Class CL_ADIR_DEP_OBJS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ADIR_CHANGE_DEP_OBJ Public See coding 20090116 BEGIN OF adir_change_dep_obj, obj_type TYPE trobjtype, obj_name TYPE sobj_name, END OF adir_change_dep_obj
2 ADIR_CHANGE_DEP_OBJS Public See coding 20090116 adir_change_dep_objs TYPE TABLE OF adir_change_dep_obj WITH NON-UNIQUE KEY table_line
Method Signatures

Method ADD_DEP_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJ_NAME Call by reference Type reference (TYPE) SOBJ_NAME 20090116
2 Importing OBJ_TYPE Call by reference Type reference (TYPE) TROBJTYPE 20090116

Method ADD_DEP_OBJ on class CL_ADIR_DEP_OBJS has no exception.

Method GET_DEP_OBJS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEP_OBJS Value transfer Type reference (TYPE) ADIR_CHANGE_DEP_OBJS 20090116

Method GET_DEP_OBJS on class CL_ADIR_DEP_OBJS has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in