SAP ABAP Class IF_SMI_BIZ_OBJ_HANDLER (SMI Business Object handler)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SMI_CLB_HANDLER SMI HTTP and CLB layer handler 20130603
Properties
Class IF_SMI_BIZ_OBJ_HANDLER  
Short Description SMI Business Object handler    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130530   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_SMI_BIZ_OBJ_HANDLER has no interface implemented.
Friends
Class IF_SMI_BIZ_OBJ_HANDLER has no friend class.
Attributes
Class IF_SMI_BIZ_OBJ_HANDLER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN_GROUP_TO_BIZ_OBJ Instance method Public Method Assigns the group id to the business object id. 20130530
2 GET_ASSIGNED_GROUP_IDS Instance method Public Method Returns SAP Jam group ids assigned to business object id. 20130710
3 UNASSIGN_GROUP_FROM_BIZ_OBJ Instance method Public Method Unassign the group id from the business object id. 20130530
Events
Class IF_SMI_BIZ_OBJ_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_SORTED_INTEGERS Public See coding 20130710 tt_sorted_integers type sorted table of i
Method Signatures

Method ASSIGN_GROUP_TO_BIZ_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BIZ_OBJ_ID Call by reference Type reference (TYPE) STRING Id of business object to assign group to. 20130530
2 Importing IV_GROUP_ID Call by reference Type reference (TYPE) STRING Id of group to assign to business object. 20130530
3 Importing IV_IS_COMMIT_REQUIRED Call by reference Type reference (TYPE) ABAP_BOOL Indicates if the database layer must perform a commit. 20130717
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_TECH_EXCEPTION 20130530

Method GET_ASSIGNED_GROUP_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GROUP_ID Call by reference Type reference (TYPE) TT_SORTED_INTEGERS Group ids assigned to the input business object id. 20130710
2 Importing IV_BIZ_OBJ_ID Call by reference Type reference (TYPE) STRING Business object id to which group ids are assigned. 20130710

Method GET_ASSIGNED_GROUP_IDS on class IF_SMI_BIZ_OBJ_HANDLER has no exception.

Method UNASSIGN_GROUP_FROM_BIZ_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BIZ_OBJ_ID Call by reference Type reference (TYPE) STRING Id of business object from which to unassign the group. 20130530
2 Importing IV_GROUP_ID Call by reference Type reference (TYPE) STRING Id of group to unassign from business object. 20130530
3 Importing IV_IS_COMMIT_REQUIRED Call by reference Type reference (TYPE) ABAP_BOOL Indicates if the database layer must perform a commit. 20130717
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_TECH_EXCEPTION 20130530
History
Last changed by/on SAP  20131127 
SAP Release Created in