SAP ABAP Class CL_CRM_FD_ABS_ATOM_ENT_PROV (Abstract superclass for atom entries providers)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI (Application Component) User Interface
⤷
CRM_FEEDS (Package) Infrastructure for CRM feeds (RSS, Atom)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_FD_ATOM_ENTRIES_PROV | Entries provider in Atom feed format | 20080325 |
Properties
| Class | CL_CRM_FD_ABS_ATOM_ENT_PROV | |
| Short Description | Abstract superclass for atom entries providers | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_FEEDS | Infrastructure for CRM feeds (RSS, Atom) |
| Created | 20080325 | SAP |
| Last change | 20100303 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CRM_FD_ABS_ATOM_ENT_PROV has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CRM_FD_ATOM_ENTRIES_PROV | Entries provider in Atom feed format | 20080325 |
Friends
Class CL_CRM_FD_ABS_ATOM_ENT_PROV has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'CRM_FD_DEFAULT' | 20080325 | |||
| 2 | Constant | Public | Type reference (TYPE) | INT4 | 101 | Max number of entries allowed per entry provider, +1 | 20080421 | ||
| 3 | Instance attribute | Protected | Type reference (TYPE) | CRMT_UI_PROFILE | Business Role | 20080811 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Get the link to crm application | 20080415 | |
| 2 | Instance method | Protected | Method | Get an internal table representing data entries | 20080325 | |
| 3 | Instance method | Protected | Method | Get ID of Simple Transform: internal table -> xml string | 20080325 |
Events
Class CL_CRM_FD_ABS_ATOM_ENT_PROV has no event.
Types
Class CL_CRM_FD_ABS_ATOM_ENT_PROV has no local type.
Method Signatures
Method GET_CRM_LINK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PARAMETERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20080415 | |||
| 2 | RV_LINK | Value transfer | Type reference (TYPE) | STRING | 20080415 |
Method GET_CRM_LINK on class CL_CRM_FD_ABS_ATOM_ENT_PROV has no exception.
Method GET_ENTRIES_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FEED_ID | Call by reference | Type reference (TYPE) | CRM_FD_ID | ID of crm feed | 20080417 | |||
| 2 | IV_FEED_TYPE | Call by reference | Type reference (TYPE) | CRM_FD_TYPE | CRM Feed type (Atom, RSS) | 20080417 | |||
| 3 | IV_PROVIDER_ID | Call by reference | Type reference (TYPE) | CRM_FD_PROV_ID | Feed entries provider id | 20080417 | |||
| 4 | IV_UPDATED_SINCE | Call by reference | Type reference (TYPE) | CRM_FD_ENTRY_REFRESH_TIME | Period (in seconds) for "updated since" criteria | 20080417 | |||
| 5 | RR_ENTRIES_TABLE | Value transfer | Object reference (TYPE REF TO) | DATA | Internal table with atom entries | 20080325 |
Method GET_ENTRIES_TABLE on class CL_CRM_FD_ABS_ATOM_ENT_PROV has no exception.
Method GET_SIMPLE_TRANSFORM_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ST_ID | Value transfer | Type reference (TYPE) | STRING | Simple Transform ID | 20080325 |
Method GET_SIMPLE_TRANSFORM_ID on class CL_CRM_FD_ABS_ATOM_ENT_PROV has no exception.
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 700 |