SAP ABAP Interface IF_SMI_BIZ_OBJ_HANDLER (SMI Business Object handler)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-AR-SM (Application Component) SAP UI Integration - Social Media Collaboration Enablement
⤷
AR_702_SM_SERVICES (Package) UI AR - Social Media Data Provider Impl. (Rel. Dependent)
⤷
⤷
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
| Interface | IF_SMI_BIZ_OBJ_HANDLER | |
| Short Description | SMI Business Object handler |
General Data
| Package | AR_702_SM_SERVICES | UI AR - Social Media Data Provider Impl. (Rel. Dependent) |
| Created | 20130530 | SAP |
| Last changed | 20131127 | SAP |
| 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
Interface IF_SMI_BIZ_OBJ_HANDLER has no interface.
Friends
Interface IF_SMI_BIZ_OBJ_HANDLER has no friend.
Attributes
Interface IF_SMI_BIZ_OBJ_HANDLER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Assigns the group id to the business object id. | 20130530 | |
| 2 | Instance method | Public | Method | Returns SAP Jam group ids assigned to business object id. | 20130710 | |
| 3 | Instance method | Public | Method | Unassign the group id from the business object id. | 20130530 |
Events
Interface 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 | IV_BIZ_OBJ_ID | Call by reference | Type reference (TYPE) | STRING | Id of business object to assign group to. | 20130530 | |||
| 2 | IV_GROUP_ID | Call by reference | Type reference (TYPE) | STRING | Id of group to assign to business object. | 20130530 | |||
| 3 | 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 | 20130530 |
Method GET_ASSIGNED_GROUP_IDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GROUP_ID | Call by reference | Type reference (TYPE) | TT_SORTED_INTEGERS | Group ids assigned to the input business object id. | 20130710 | |||
| 2 | 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 Interface 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 | IV_BIZ_OBJ_ID | Call by reference | Type reference (TYPE) | STRING | Id of business object from which to unassign the group. | 20130530 | |||
| 2 | IV_GROUP_ID | Call by reference | Type reference (TYPE) | STRING | Id of group to unassign from business object. | 20130530 | |||
| 3 | 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 | 20130530 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 100 |