SAP ABAP Class CL_SMT_REF_CONTAINER_LIST (List of Reference Containers)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA-SMT (Application Component) Service Mapping Tool
⤷
GMT_MODEL (Package) Model Access for External Users
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SMT_REF_CONTAINER | Container that saves reference to input parameters | 20080122 |
Properties
| Class | CL_SMT_REF_CONTAINER_LIST | |
| Short Description | List of Reference Containers | |
| Super Class | CL_SMT_REF_CONTAINER | Container that saves reference to input parameters |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GMT_MODEL | Model Access for External Users |
| Created | 20080122 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SMT_REF_CONTAINER_LIST has no forward declaration.
Interfaces
Class CL_SMT_REF_CONTAINER_LIST has no interface implemented.
Friends
Class CL_SMT_REF_CONTAINER_LIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_CONTAINER_STAB | Container List | 20080317 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Return Container for Report | 20080314 | |
| 2 | Instance method | Public | Method | Insert Container | 20080122 | |
| 3 | Instance method | Public | Method | Insert List | 20080317 |
Events
Class CL_SMT_REF_CONTAINER_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CONTAINER_STAB | Private | See coding | 20080314 | ty_container_stab TYPE SORTED TABLE OF ty_entry
WITH UNIQUE KEY report
|
||
| 2 | TY_ENTRY | Private | See coding | 20080314 | BEGIN OF ty_entry,
report TYPE string,
container TYPE REF TO cl_smt_ref_container,
END OF ty_entry
|
Method Signatures
Method GET_CONTAINER_FOR_REPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REPORT | Call by reference | Type reference (TYPE) | STRING | 20080314 | ||||
| 2 | RE_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_SMT_REF_CONTAINER | Container, der Referenz auf Eingabeparameter speichert | 20080314 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt existiert nicht | 20080314 |
Method INSERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_SMT_REF_CONTAINER | Container, der Referenz auf Eingabeparameter speichert | 20080122 | |||
| 2 | I_REPORT | Call by reference | Type reference (TYPE) | STRING | 20080314 |
Method INSERT on class CL_SMT_REF_CONTAINER_LIST has no exception.
Method INSERT_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_CONTAINER_LIST | Call by reference | Object reference (TYPE REF TO) | CL_SMT_REF_CONTAINER_LIST | Liste von Referenzcontainern | 20080317 |
Method INSERT_LIST on class CL_SMT_REF_CONTAINER_LIST has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |