SAP ABAP Class CL_INM_OF_INITPHASE_HELPER (Helper class for project)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-CF (Application Component) Common Functions
     INM_OBJECTS (Package) Implementation of Object Framework
Properties
Class CL_INM_OF_INITPHASE_HELPER  
Short Description Helper class for project    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package INM_OBJECTS   Implementation of Object Framework 
Created 20070413   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_DPR_CORE_SERVICE_INBOUND Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_INM_OF_INITPHASE_HELPER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_INM_OF_INITIATIVEPHASE 20070413 Proxy Class for Initiative Phase
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_INCLUDE Constant Public Type reference (TYPE) STRING '.INCLUDE ' Konstante '.INCLUDE ' 20070413
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FAVORITE_OBJECTS Static method Private Method add objects to favorites 20070413
2 ADD_SEARCH_FIELDS Static method Private Method add search fields 20070413
3 CHANGE_OBJECT Static method Private Method change object data 20070413
4 CHECK_OBJECT_EXISTENCE Static method Private Method check existence of an object 20070413
5 CHECK_USER_EXISTENCE Static method Private Method get objects 20070413
6 CONVERT_OBJECT_KEY Static method Private Method convert the object key from int to ext format and vice versa 20070413
7 CREATE_OBJECT Static method Private Method create object 20070413
8 CREATE_OBJECT_WITHOUT_TEMPLATE Static method Private Method create object without template 20070413
9 CREATE_OBJECT_WITH_TEMPLATE Static method Private Method create object with template 20070413
10 DELETE_OBJECT Static method Private Method delete object 20070413
11 GET_ACTIVITIES Static method Private Method get authorization activities 20080222
12 GET_AUTHORIZATIONS Static method Private Method read object status 20070413
13 GET_AUTH_HOLDERS Static method Private Method Get authorization holders: existence check on input data 20080222
14 GET_CHILDREN Static method Private Method read children object keys 20070413
15 GET_FIELDS Static method Private Method read field catalog 20070413
16 GET_MESSAGES Static method Private Method Get messages so far collected 20070413
17 GET_NAVIGATION_PATH Static method Private Method read navigation path 20070413
18 GET_OBJECTS Static method Private Method get objects 20070413
19 GET_OBJECT_DATA Static method Private Method read data for objects 20070413
20 GET_OBJ_LINK_TYPE Static method Private Method get object link type from technical object type 20070413
21 GET_OBJ_LINK_TYPE_SETTINGS Static method Private Method get technical settings for object link type 20070413
22 GET_PARENTS Static method Private Method read parent object keys 20070413
23 GET_POSSIBLE_VALUES Static method Private Method read possible values for an attribute 20070413
24 GET_RELATED_OBJECTS Static method Private Method read related objects 20070413
25 GET_STATUS Static method Private Method read object status 20070413
26 GET_SUB_GROUPS Static method Private Method get sub groups 20070413
27 GET_SUB_OBJECT_LINK_TYPES Static method Private Method read subordinate object types 20070413
28 MAP_SEARCH_FIELDS Static method Private Method map search fields 20070413
29 REFRESH Static method Private Method refresh 20070413
30 REMOVE_FAVORITE_OBJECTS Static method Private Method delete objects from favorites 20070413
31 SEARCH_OBJECTS Static method Private Method search objects 20070413
32 SET_AUTHORIZATIONS Static method Private Method read object status 20070413
33 SET_STATUS Static method Private Method set status 20070413
Events
Class CL_INM_OF_INITPHASE_HELPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_GUID_TABLE Private See coding 20070413 ty_guid_table type table of DPR_TV_OBJECT_GUID_CHAR
Method Signatures

Method ADD_FAVORITE_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
2 Importing IT_OBJECTKEYS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Object keys 20070413
3 Importing IV_ASSOCIATION_TYPE Call by reference Type reference (TYPE) INM_OF_TV_ASSOCIATION_TYPE_FAV Association type for favorites management 20070413
4 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20070413
5 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
6 Importing IV_USER Call by reference Type reference (TYPE) INM_OF_TV_USER_NAME User name 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20070413

Method ADD_SEARCH_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SELECTION Call by reference Type reference (TYPE) DPR_TS_SELECTION_PARAMETER Structure for Describing Selections 20070413
2 Importing IV_GROUP Call by reference Type reference (TYPE) INM_OF_TV_OBL_GROUP Group of Object Types 20070413
3 Importing IV_SEARCH_FIELD_EXT Call by reference Type reference (TYPE) STRING External search field name 20070413

Method ADD_SEARCH_FIELDS on class CL_INM_OF_INITPHASE_HELPER has no exception.

Method CHANGE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
2 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) ANY Object attributes 20070413
3 Importing IV_BO_NAME Call by reference Type reference (TYPE) STRING Business object 20070413
4 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20070413
5 Importing IV_DATA_STRUCTURE_INT Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20070413
6 Importing IV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
7 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
8 Importing IV_WITH_COMMIT Call by reference Type reference (TYPE) INM_OF_TV_CHECK Check mode activation 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20070413

Method CHECK_OBJECT_EXISTENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLE_D Object exist 20070413
2 Importing IV_EXT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
3 Importing IV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT Missing parameter 20070413

Method CHECK_USER_EXISTENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
2 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070413
3 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
4 Importing IV_USER Call by reference Type reference (TYPE) INM_OF_TV_USER_NAME SY-UNAME User name 20070413

Method CHECK_USER_EXISTENCE on class CL_INM_OF_INITPHASE_HELPER has no exception.

Method CONVERT_OBJECT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
2 Exporting EV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
3 Importing IV_EXT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
4 Importing IV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
# Exception Resumable Description Created on
1 OBJECT_NOT_EXIST Missing parameter 20070413
2 WRONG_INPUT Wrong input 20070413

Method CREATE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
2 Exporting EV_EXT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
3 Exporting EV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
4 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) ANY Object attributes 20070413
5 Importing IV_BO_NAME Call by reference Type reference (TYPE) STRING Business object 20070413
6 Importing IV_BO_NAME_T Call by reference Type reference (TYPE) STRING Template business object 20070413
7 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) STRING Technical object type 20070413
8 Importing IV_BO_OBJECT_TYPE_T Call by reference Type reference (TYPE) STRING Template object type 20070413
9 Importing IV_CREATION_TYPE Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20070413
10 Importing IV_DATA_STRUCTURE_INT Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20070413
11 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
12 Importing IV_OBJECT_TYPE_CGPL Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20070413
13 Importing IV_OBJECT_TYPE_CGPL_T Call by reference Type reference (TYPE) STRING Template type 20070413
14 Importing IV_TEMPLATE_ID Call by reference Type reference (TYPE) ANY Template id 20070413
15 Importing IV_WITH_COMMIT Call by reference Type reference (TYPE) INM_OF_TV_CHECK Check mode activation 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20070413

Method CREATE_OBJECT_WITHOUT_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
2 Exporting EV_EXT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
3 Exporting EV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
4 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) ANY Object attributes 20070413
5 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) STRING Object type 20070413
6 Importing IV_DATA_STRUCTURE_INT Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20070413
7 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
8 Importing IV_WITH_COMMIT Call by reference Type reference (TYPE) INM_OF_TV_CHECK Check mode activation 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20070413

Method CREATE_OBJECT_WITH_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
2 Exporting EV_EXT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
3 Exporting EV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
4 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) ANY Object attributes 20070413
5 Importing IV_BO_NAME Call by reference Type reference (TYPE) STRING Business object 20070413
6 Importing IV_BO_NAME_T Call by reference Type reference (TYPE) STRING Template business object 20070413
7 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) STRING Technical object type 20070413
8 Importing IV_BO_OBJECT_TYPE_T Call by reference Type reference (TYPE) STRING Template object type 20070413
9 Importing IV_DATA_STRUCTURE_INT Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20070413
10 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
11 Importing IV_OBJECT_TYPE_CGPL Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20070413
12 Importing IV_OBJECT_TYPE_CGPL_T Call by reference Type reference (TYPE) STRING Template type 20070413
13 Importing IV_TEMPLATE_ID Call by reference Type reference (TYPE) ANY Template id 20070413
14 Importing IV_WITH_COMMIT Call by reference Type reference (TYPE) INM_OF_TV_CHECK Check mode activation 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20070413

Method DELETE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
2 Importing IV_BO_NAME Call by reference Type reference (TYPE) STRING Business object 20070413
3 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20070413
4 Importing IV_DATA_STRUCTURE_INT Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20070413
5 Importing IV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
6 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
7 Importing IV_WITH_COMMIT Call by reference Type reference (TYPE) INM_OF_TV_CHECK Check mode activation 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20070413

Method GET_ACTIVITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTIVITY Call by reference Type reference (TYPE) INDEX TABLE Table type of DPR_TS_API_AUTH_ACTIVITY (sorted on activity ) 20080222
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) STRING 20080222
3 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20080222
4 Importing IV_OBJECT_TYPE_CGPL Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20080222

Method GET_ACTIVITIES on class CL_INM_OF_INITPHASE_HELPER has no exception.

Method GET_AUTHORIZATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AUTH_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20070413
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Table type for messages 20070413
3 Exporting ET_ORG_UNITS Call by reference Type reference (TYPE) INM_OF_TT_ORG_UNITS Organizational units 20070413
4 Exporting ET_USERS Call by reference Type reference (TYPE) INM_OF_TT_USERS Users 20070413
5 Exporting ET_USER_GROUPS Call by reference Type reference (TYPE) INM_OF_TT_USER_GROUPS User groups 20070413
6 Exporting ET_USER_ROLES Call by reference Type reference (TYPE) INM_OF_TT_USER_ROLES User roles 20070413
7 Importing IT_ORG_UNITS Call by reference Type reference (TYPE) INM_OF_TT_ORG_UNITS Organizational units 20070413
8 Importing IT_USERS Call by reference Type reference (TYPE) INM_OF_TT_USERS Users 20070413
9 Importing IT_USER_GROUPS Call by reference Type reference (TYPE) INM_OF_TT_USER_GROUPS User groups 20070413
10 Importing IT_USER_ROLES Call by reference Type reference (TYPE) INM_OF_TT_USER_ROLES User roles 20070413
11 Importing IV_BO_NAME Call by reference Type reference (TYPE) STRING 20070413
12 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20070413
13 Importing IV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
14 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20070413

Method GET_AUTH_HOLDERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AUTH_HOLDERS Call by reference Type reference (TYPE) PLM_SHLP_TT_DDSHRETVAL List of Interface Structure for Search Help <-> Help System 20080222
2 Importing IT_AUTH_DATA Call by reference Type reference (TYPE) INDEX TABLE Authorizations with holders to be checked 20080222
3 Importing IV_AUTH_HOLDER_TYPE Call by reference Type reference (TYPE) ACO_AUTH_HOLDER_TYPE Type of "Authorization Object": User, User Group, ... 20080222

Method GET_AUTH_HOLDERS on class CL_INM_OF_INITPHASE_HELPER has no exception.

Method GET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHILDREN_OBJ Call by reference Type reference (TYPE) INM_OF_TT_OBJ_PARENTS_CHILDREN Object keys of parents and children 20070413
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
3 Importing IT_OBJ_TYPES_CHILDREN Call by reference Type reference (TYPE) INM_OF_TT_OBJ_LINK_TYPES Object link types 20070413
4 Importing IT_PARENTS_OBJECT_KEYS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Object keys 20070413
5 Importing IV_BO_NAME Call by reference Type reference (TYPE) STRING 20070413
6 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20070413
7 Importing IV_FILL_EXT_KEY Call by reference Type reference (TYPE) FLAG General Flag 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT 'Wrong input 20070413

Method GET_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDCATALOG Call by reference Type reference (TYPE) INM_OF_TT_FIELD_NAMES Field catalog information 20070413
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
3 Importing IV_DATA_STRUCTURE_INT Call by reference Type reference (TYPE) DDOBJNAME Structure name 20070413
4 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
# Exception Resumable Description Created on
1 NO_FIELDS_FOUND No fields found 20070413

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
2 Returning RT_MESSAGES Value transfer Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413

Method GET_MESSAGES on class CL_INM_OF_INITPHASE_HELPER has no exception.

Method GET_NAVIGATION_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_OBN Call by reference Type reference (TYPE) INM_OF_TS_OBN OBN structure 20070413
2 Exporting ES_PORTAL_NAVIGATION Call by reference Type reference (TYPE) INM_OF_TS_PORTAL_NAVIGATION Structure type for portal navigation 20070413
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
4 Exporting EV_URL Call by reference Type reference (TYPE) INM_OF_TV_URL URL 20070413
5 Importing IV_APPLICATION_MODE Call by reference Type reference (TYPE) INM_OF_TV_APPLICATION_MODE Application mode 20070413
6 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) STRING Technical object type 20070413
7 Importing IV_DETAIL_VIEW Call by reference Type reference (TYPE) INM_OF_TV_VIEW View name 20070413
8 Importing IV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
9 Importing IV_INT_ROOT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
10 Importing IV_NAVIGATION_TYPE Call by reference Type reference (TYPE) INM_OF_TV_NAVIGATION_TYPE Navigation type 20070413
11 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
12 Importing IV_OBJECT_TYPE_CGPL Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20070413
13 Importing IV_OBN_BUSINESS_OBJECT Call by reference Type reference (TYPE) STRING OBN Business Object 20070413
14 Importing IV_OBN_OPERATION Call by reference Type reference (TYPE) STRING OBN operation 20070413
15 Importing IV_PORTAL_SYSTEM_ALIAS Call by reference Type reference (TYPE) STRING Portal system alias 20070413
16 Importing IV_ROOT_OBJECT_TYPE_TECH Call by reference Type reference (TYPE) INM_OF_TV_ROOT_OBJ_TYPE Technical root object type 20070413
17 Importing IV_START_VIEW Call by reference Type reference (TYPE) INM_OF_TV_VIEW View name 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20070413

Method GET_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
2 Exporting ET_OBJECTKEYS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Object keys 20070413
3 Importing IV_ASSOCIATION_TYPE Call by reference Type reference (TYPE) INM_OF_TV_ASSOCIATION_TYPE Association type for favorites management 20070413
4 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE API Object type 20070413
5 Importing IV_FILL_EXT_KEY Call by reference Type reference (TYPE) FLAG General Flag 20070413
6 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
7 Importing IV_USER Call by reference Type reference (TYPE) INM_OF_TV_USER_NAME SY-UNAME User name 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20070413

Method GET_OBJECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
2 Exporting ET_OBJECTKEYS_FAILED Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS_INT Internal object keys 20070413
3 Exporting ET_VALUES Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_DATA Object values 20070413
4 Exporting ET_VALUES_NATIVE Call by reference Type reference (TYPE) STANDARD TABLE 20070413
5 Importing IT_FIELDNAMES Call by reference Type reference (TYPE) INM_OF_TT_FIELD_NAMES Field names 20070413
6 Importing IT_OBJECTKEYS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Internal object keys 20070413
7 Importing IV_BO_NAME Call by reference Type reference (TYPE) STRING Business object 20070413
8 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20070413
9 Importing IV_DATA_STRUCTURE_INT Call by reference Type reference (TYPE) DDOBJNAME Data structure 20070413
10 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) I 20070413
11 Importing IV_EXPORT_TYPE Call by reference Type reference (TYPE) INM_OF_TV_EXPORT_TYPE Export type for data as internal or external 20070413
12 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object type 20070413
# Exception Resumable Description Created on
1 CX_INM_OF_EXCEPTION Exceptions for INM Object Framework 20070413

Method GET_OBJ_LINK_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
2 Importing IV_OBJECT_LINK_TYPE_REF Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
3 Importing IV_OBJECT_TYPE_TECH Call by reference Type reference (TYPE) CGPL_OBJECT_TYPE Technical object type 20070413
# Exception Resumable Description Created on
1 NO_OBJECT_LINK_TYPE_FOUND No object link type found 20070413
2 NO_UNIQUE_OBJECT_LINK_TYPE No unique object link type 20070413

Method GET_OBJ_LINK_TYPE_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ASSOCIATION Call by reference Type reference (TYPE) STRING Association 20070413
2 Exporting EV_BO_NAME Call by reference Type reference (TYPE) STRING Business object 20070413
3 Exporting EV_BO_NAME_T Call by reference Type reference (TYPE) STRING Template business object 20070413
4 Exporting EV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) STRING Technical object type (tab name) 20070413
5 Exporting EV_BO_OBJECT_TYPE_T Call by reference Type reference (TYPE) STRING Template type 20070413
6 Exporting EV_DATA_STRUCTURE_INT Call by reference Type reference (TYPE) DDOBJNAME Data structure 20070413
7 Exporting EV_DATA_STRUCTURE_INT_T Call by reference Type reference (TYPE) DDOBJNAME Data structure template 20070413
8 Exporting EV_EXTERNAL_ID_FIELD Call by reference Type reference (TYPE) STRING 20070413
9 Exporting EV_GROUP Call by reference Type reference (TYPE) DPR_TV_OBL_GROUP Group of Object Types 20070413
10 Exporting EV_OBJECT_TYPE_CGPL Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20070413
11 Exporting EV_OBJECT_TYPE_CGPL_T Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Template object type 20070413
12 Exporting EV_OBN_OBJECT Call by reference Type reference (TYPE) STRING OBN Object 20070413
13 Exporting EV_OBN_OPERATION Call by reference Type reference (TYPE) STRING OBN Operation 20070413
14 Exporting EV_OBN_SYSTEM_ALIAS Call by reference Type reference (TYPE) STRING OBN System alias 20070413
15 Exporting EV_ROOT_NODE Call by reference Type reference (TYPE) STRING Root node 20070413
16 Exporting EV_START_VIEW Call by reference Type reference (TYPE) INM_OF_TV_VIEW Startview 20070413
17 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
# Exception Resumable Description Created on
1 CUSTOMIZING_MISSING Customizing missing 20070413

Method GET_PARENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
2 Exporting ET_PARENTS_OBJ Call by reference Type reference (TYPE) INM_OF_TT_OBJ_PARENTS_CHILDREN Object keys of parents and children 20070413
3 Importing IT_OBJECTKEYS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Object keys 20070413
4 Importing IV_BO_NAME Call by reference Type reference (TYPE) STRING Business Object 20070413
5 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20070413
6 Importing IV_DATA_STRUCTURE_INT Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20070413
7 Importing IV_FILL_EXT_KEY Call by reference Type reference (TYPE) FLAG General Flag 20070413
8 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT No data found 20070413

Method GET_POSSIBLE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
2 Exporting ET_POSSIBLE_VALUES Call by reference Type reference (TYPE) INM_OF_TT_FIELD_NAMES_VALUES Name and value list 20070413
3 Importing IV_BO_NAME Call by reference Type reference (TYPE) STRING 20070413
4 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20080222
5 Importing IV_FIELDNAME Call by reference Type reference (TYPE) INM_OF_TV_FIELD_NAME Field name 20070413
6 Importing IV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
7 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT Field does not exist 20070413

Method GET_RELATED_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RELATED_OBJECTS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS_INT Internal object keys 20070413
2 Exporting EV_RC Call by reference Type reference (TYPE) I Return code 20070626
3 Importing IV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
4 Importing IV_REQUESTED_OBJ_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
5 Importing IV_SOURCE_OBJ_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070508

Method GET_RELATED_OBJECTS on class CL_INM_OF_INITPHASE_HELPER has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Table type for messages 20070413
2 Exporting ET_STATUS Call by reference Type reference (TYPE) DPR_TT_API_NAME_VALUE_PAIR Name-Value Pair 20070413
3 Importing IV_BO_NAME Call by reference Type reference (TYPE) STRING 20070413
4 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20070413
5 Importing IV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
6 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20070413

Method GET_SUB_GROUPS Signature

Method GET_SUB_GROUPS on class CL_INM_OF_INITPHASE_HELPER has no parameter.
Method GET_SUB_GROUPS on class CL_INM_OF_INITPHASE_HELPER has no exception.

Method GET_SUB_OBJECT_LINK_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHILD_OBJ_LINK_TYPES Call by reference Type reference (TYPE) INM_OF_TT_OBJ_LINK_TYPES Object link types 20070413
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
3 Importing IV_PARENT_OBJ_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT No object link types found 20070413

Method MAP_SEARCH_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SEARCH_FIELD_INT Call by reference Type reference (TYPE) STRING Internal search field name 20070413
2 Importing IV_GROUP Call by reference Type reference (TYPE) INM_OF_TV_OBL_GROUP Group of Object Types 20070413
3 Importing IV_SEARCH_FIELD_EXT Call by reference Type reference (TYPE) STRING External search field name 20070413

Method MAP_SEARCH_FIELDS on class CL_INM_OF_INITPHASE_HELPER has no exception.

Method REFRESH Signature

Method REFRESH on class CL_INM_OF_INITPHASE_HELPER has no parameter.
Method REFRESH on class CL_INM_OF_INITPHASE_HELPER has no exception.

Method REMOVE_FAVORITE_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
2 Importing IT_OBJECTKEYS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Object keys 20070413
3 Importing IV_ASSOCIATION_TYPE Call by reference Type reference (TYPE) INM_OF_TV_ASSOCIATION_TYPE_FAV Association type for favorites management 20070413
4 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20070413
5 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
6 Importing IV_USER Call by reference Type reference (TYPE) INM_OF_TV_USER_NAME User name 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT User does not exist 20070413

Method SEARCH_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
2 Exporting ET_OBJECTKEYS Call by reference Type reference (TYPE) INM_OF_TT_OBJECT_KEYS Object keys 20070413
3 Importing IT_SEL_CRIT Call by reference Type reference (TYPE) INM_OF_TT_SEL_CRIT Selection criteria 20070413
4 Importing IV_BO_NAME Call by reference Type reference (TYPE) STRING Business object 20070413
5 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) STRING Object type 20070413
6 Importing IV_DDIC_SEARCH_HELP Call by reference Type reference (TYPE) INM_OF_TV_SEARCH_HELP Search help name 20070413
7 Importing IV_FILL_EXT_KEY Call by reference Type reference (TYPE) FLAG General Flag 20070413
8 Importing IV_GROUP Call by reference Type reference (TYPE) INM_OF_TV_OBL_GROUP Group of Object Types 20070413
9 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
10 Importing IV_OBJECT_TYPE_CGPL Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Technical object type 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20070413

Method SET_AUTHORIZATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Table type for messages 20070413
2 Importing IT_ORG_UNITS Call by reference Type reference (TYPE) INM_OF_TT_ORG_UNITS Organizational units 20070413
3 Importing IT_USERS Call by reference Type reference (TYPE) INM_OF_TT_USERS Users 20070413
4 Importing IT_USER_GROUPS Call by reference Type reference (TYPE) INM_OF_TT_USER_GROUPS User groups 20070413
5 Importing IT_USER_ROLES Call by reference Type reference (TYPE) INM_OF_TT_USER_ROLES User roles 20070413
6 Importing IV_BO_NAME Call by reference Type reference (TYPE) STRING 20070413
7 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20070413
8 Importing IV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
9 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object link type 20070413
10 Importing IV_OBJECT_TYPE_CGPL Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20080222
11 Importing IV_WITH_COMMIT Call by reference Type reference (TYPE) INM_OF_TV_CHECK Check mode activation 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20070413

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) INM_OF_TT_MESSAGES Messages 20070413
2 Importing IV_ACTIVITY Call by reference Type reference (TYPE) INM_OF_TV_FIELD_NAME Field name 20070413
3 Importing IV_BO_NAME Call by reference Type reference (TYPE) STRING Business object 20070413
4 Importing IV_BO_OBJECT_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_TYPE Object type 20070413
5 Importing IV_INT_KEY Call by reference Type reference (TYPE) INM_OF_TV_OBJECT_KEY Object key 20070413
6 Importing IV_OBJECT_LINK_TYPE Call by reference Type reference (TYPE) INM_OF_TV_OBJ_LINK_TYPE Object type 20070413
7 Importing IV_WITH_COMMIT Call by reference Type reference (TYPE) INM_OF_TV_CHECK Check mode activation 20070413
# Exception Resumable Description Created on
1 WRONG_INPUT Wrong input 20070413
History
Last changed by/on SAP  20141109 
SAP Release Created in 450