SAP ABAP Class IF_JAM_DEMO (For demo of Jam integration)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_JAM_DEMO_NAVIGATE | Navigation in demo report | 20130118 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_JAM_DEMO | For demo of Jam integration | 20121204 |
Properties
| Class | IF_JAM_DEMO | |
| Short Description | For demo of Jam integration | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20121204 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_JAM_DEMO has no forward declaration.
Interfaces
Class IF_JAM_DEMO has no interface implemented.
Friends
Class IF_JAM_DEMO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20121205 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20121205 | ||
| 2 | Instance method | Public | Method | 20121205 | ||
| 3 | Instance method | Public | Method | 20121228 | ||
| 4 | Instance method | Public | Method | 20130116 | ||
| 5 | Instance method | Public | Method | 20130118 | ||
| 6 | Instance method | Public | Method | 20121205 | ||
| 7 | Instance method | Public | Method | 20130116 | ||
| 8 | Instance method | Public | Method | 20121205 |
Events
Class IF_JAM_DEMO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_FUNCTION_SH | Public | See coding | 20121205 | BEGIN OF ts_function_sh,
function TYPE jam_demo_function,
description TYPE string,
END OF ts_function_sh
|
||
| 2 | TS_PARAMETERS | Public | See coding | 20130116 | BEGIN OF ts_parameters,
general TYPE ts_parameters_general,
person TYPE if_jam_demo_person=>ts_parameters,
group TYPE if_jam_demo_group=>ts_parameters,
END OF ts_parameters
|
||
| 3 | TS_PARAMETERS_GENERAL | Public | See coding | 20121205 | BEGIN OF ts_parameters_general,
newlib TYPE abap_bool,
appl TYPE clbc_appli_t-application,
context TYPE clb_appl_context,
objecttype TYPE jam_demo_objecttype,
funct TYPE jam_demo_function,
END OF ts_parameters_general
|
||
| 4 | TS_RESULT | Public | See coding | 20121227 | BEGIN OF ts_result,
dynnr TYPE sydynnr,
person TYPE sjam_s_demo_person_display,
group TYPE sjam_s_demo_group_display,
END OF ts_result
|
||
| 5 | TT_FUNCTION_SH | Public | See coding | 20121205 | tt_function_sh TYPE STANDARD TABLE OF ts_function_sh WITH DEFAULT KEY
|
||
| 6 | TT_PARAMETER_NAME | Public | See coding | 20121227 | tt_parameter_name TYPE STANDARD TABLE OF screen-name WITH DEFAULT KEY
|
||
| 7 | TT_SCREEN | Public | See coding | 20121227 | tt_screen TYPE STANDARD TABLE OF screen WITH DEFAULT KEY
|
Method Signatures
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT_DYNNR | Value transfer | Type reference (TYPE) | SYDYNNR | 20130118 |
Method EXECUTE on class IF_JAM_DEMO has no exception.
Method EXISTS_LIB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20121205 |
Method EXISTS_LIB on class IF_JAM_DEMO has no exception.
Method FREE_CONTAINER Signature
Method FREE_CONTAINER on class IF_JAM_DEMO has no parameter.
Method FREE_CONTAINER on class IF_JAM_DEMO has no exception.
Method GET_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_PARAMETERS | Value transfer | Type reference (TYPE) | TS_PARAMETERS | 20130116 |
Method GET_PARAMETERS on class IF_JAM_DEMO has no exception.
Method GET_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_RESULT | Value transfer | Type reference (TYPE) | TS_RESULT | 20130118 |
Method GET_RESULT on class IF_JAM_DEMO has no exception.
Method MODIFY_SCREEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SCREEN | Call by reference | Type reference (TYPE) | TT_SCREEN | 20121227 | ||||
| 2 | RT_SCREEN | Value transfer | Type reference (TYPE) | TT_SCREEN | 20121227 |
Method MODIFY_SCREEN on class IF_JAM_DEMO has no exception.
Method SET_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PARAMETERS | Call by reference | Type reference (TYPE) | TS_PARAMETERS | 20130116 |
Method SET_PARAMETERS on class IF_JAM_DEMO has no exception.
Method SH_GET_FUNCTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FUNCTION | Value transfer | Type reference (TYPE) | TT_FUNCTION_SH | 20121205 |
Method SH_GET_FUNCTIONS on class IF_JAM_DEMO has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |