SAP ABAP Class IF_JAM_OBJECT (Parent of all Jam objects)
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
| Class | IF_JAM_OBJECT | |
| Short Description | Parent of all Jam objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20121128 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_JAM_OBJECT has no forward declaration.
Interfaces
Class IF_JAM_OBJECT has no interface implemented.
Friends
Class IF_JAM_OBJECT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20121128 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130104 |
Events
Class 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 class IF_JAM_OBJECT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |