SAP ABAP Interface IF_JAM_OBJECT (Parent of all Jam objects)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-STW (Application Component) Social Media ABAP Integration Library
⤷
S_JAM_OL (Package) Object Layer of the SAP Jam Library

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_JAM_GROUP | Jam person | 20130122 |
2 | Interface composition (i COMPRISING i_ref) | IF_JAM_GROUP_INT | Jam person internal interface | 20130122 |
3 | Interface composition (i COMPRISING i_ref) | IF_JAM_OBJECT_INT | Jam object internal interface | 20121128 |
4 | Interface composition (i COMPRISING i_ref) | IF_JAM_PERSON | Jam person | 20121128 |
5 | Interface composition (i COMPRISING i_ref) | IF_JAM_PERSON_INT | Jam person internal interface | 20121128 |
6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_JAM_OBJECT | Jam object (abstract parent class) | 20121128 |
7 | Interface implementation (CLASS c. INTERFACES i_ref) | TD_JAM_GENERAL_ABSTRACT | Jam general abstract test double | 20121128 |
Properties
Interface | IF_JAM_OBJECT | |
Short Description | Parent of all Jam objects |
General Data
Package | S_JAM_OL | Object Layer of the SAP Jam Library |
Created | 20121128 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_JAM_OBJECT has no forward declaration.
Interfaces
Interface IF_JAM_OBJECT has no interface.
Friends
Interface IF_JAM_OBJECT has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_TYPE | Constant | Public | See coding | 20121128 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20130104 |
Events
Interface IF_JAM_OBJECT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_GENERAL_DATA | Public | See coding | 20121128 | BEGIN OF ts_general_data,
title TYPE string,
href TYPE string,
date TYPE xsddatetime_z,
created_at TYPE xsddatetime_z,
END OF ts_general_data
|
||
2 | TS_KEY | Public | See coding | 20121128 | BEGIN OF ts_key,
type TYPE tv_type,
id TYPE tv_id,
END OF ts_key
|
||
3 | TS_TYPE | Public | See coding | 20121128 | BEGIN OF ts_type,
type TYPE tv_type,
search_type TYPE tv_search_type,
END OF ts_type
|
||
4 | TT_OBJECT | Public | See coding | 20121128 | tt_object TYPE STANDARD TABLE OF REF TO if_jam_object WITH DEFAULT KEY
|
||
5 | TV_ID | Public | Type reference (TYPE) | I | 20121128 |
|
|
6 | TV_SEARCH_TYPE | Public | Type reference (TYPE) | STRING | 20121128 |
|
|
7 | TV_TYPE | Public | Type reference (TYPE) | STRING | 20121128 |
|
Method Signatures
Method GET_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ID | Value transfer | Type reference (TYPE) | TV_ID | 20130104 |
Method GET_ID on Interface IF_JAM_OBJECT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |