SAP ABAP Class CL_PIM_CLIENT_DEMO (A demo client for PIMAPI)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
PIMAPI (Package) Product Information Management - Integration
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_PIM_CLIENT | PIM Client Abstract Class | 20130909 |
Properties
| Class | CL_PIM_CLIENT_DEMO | |
| Short Description | A demo client for PIMAPI | |
| Super Class | CL_PIM_CLIENT | PIM Client Abstract Class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PIMAPI | Product Information Management - Integration |
| Created | 20130909 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_PIM_CLIENT_DEMO has no forward declaration.
Interfaces
Class CL_PIM_CLIENT_DEMO has no interface implemented.
Friends
Class CL_PIM_CLIENT_DEMO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | LIF_GET_DEMO_DATA_STUB | 20130925 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | PIM_DEMODATA_T | 20130912 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20130916 | ||
| 2 | Instance method | Public | Method | Get demo data from test data container PIM_DEMO_DATA | 20130917 |
Events
Class CL_PIM_CLIENT_DEMO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | PIM_DEMODATA_S | Public | See coding | 20130912 | begin of PIM_DEMODATA_S ,
AssetType type pim_asset_type, "Searching types for Asset
Id type asset_id,
GTIN type asset_gtin,
MaterialNumber type matnr,
UnitOfMeasurement type sales_uom,
Country type asset_country,
Region type asset_region,
CommunicationChannel type asset_comm_channel,
Campaign type asset_campaign,
Language type asset_langu_2,
AssetTypeSubType type asset_subtype,
ValidFrom type asset_validfrom,
ValidTo type asset_validto,
Url type asset_url,
Width type asset_width,
Height type asset_height,
Bitrate type asset_bitrate,
Text type asset_text,
end of PIM_DEMODATA_S
|
||
| 2 | PIM_DEMODATA_T | Public | See coding | 20130912 | PIM_DEMODATA_T type standard table of pim_demodata_s
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_PIM_CLIENT_DEMO has no parameter.
Method CONSTRUCTOR on class CL_PIM_CLIENT_DEMO has no exception.
Method GET_DEMO_DATA_FROM_TDC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DEMO_DATA | Call by reference | Type reference (TYPE) | PIM_DEMODATA_T | 20130925 |
Method GET_DEMO_DATA_FROM_TDC on class CL_PIM_CLIENT_DEMO has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 748 |