SAP ABAP Interface IF_RSD_INFOPROV_JOIN (InfoProvider Runtime Metadata (Join Parts))
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSD_IPROV_MD_RUNTIME (Package) Metadata API for InfoProvider runtime
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSD_INFOPROV_HCPR | Infoprovider Metadata for HCPR | 20130813 |
Properties
| Interface | IF_RSD_INFOPROV_JOIN | |
| Short Description | InfoProvider Runtime Metadata (Join Parts) |
General Data
| Package | RSD_IPROV_MD_RUNTIME | Metadata API for InfoProvider runtime |
| Created | 20130813 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_RSD_INFOPROV_JOIN has no forward declaration.
Interfaces
Interface IF_RSD_INFOPROV_JOIN has no interface.
Friends
Interface IF_RSD_INFOPROV_JOIN has no friend.
Attributes
Interface IF_RSD_INFOPROV_JOIN has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Transforms a Part Prov Name in the Info Prov Name | 20130813 | |
| 2 | Instance method | Public | Method | Get all Parts | 20130813 | |
| 3 | Instance method | Public | Method | Name of the Partiobjnm for a InfoProvider Iobjnm | 20130813 |
Events
Interface IF_RSD_INFOPROV_JOIN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | NT_S_ALL_PART | Public | See coding | 20130813 | BEGIN OF nt_s_all_part,
alias TYPE rsinfoprov.
INCLUDE TYPE rsr_s_part.
TYPES: is_hidden TYPE rs_bool,
svintformat TYPE rscubesvintformat,
END OF nt_s_all_part
|
||
| 2 | NT_TS_ALL_PART | Public | See coding | 20130813 | nt_ts_all_part TYPE SORTED TABLE OF nt_s_all_part WITH UNIQUE KEY alias
WITH NON-UNIQUE SORTED KEY provider COMPONENTS partprov
|
Method Signatures
Method GET_IPROV_IOBJNM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PARTALIAS | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20130813 | |||
| 2 | I_PARTIOBJ | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20130813 | |||
| 3 | R_TS_IOBJNM | Value transfer | Type reference (TYPE) | RSR_TS_IOBJNM | Table of IOBJNMs | 20130813 |
Method GET_IPROV_IOBJNM on Interface IF_RSD_INFOPROV_JOIN has no exception.
Method GET_PARTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PARTPROV | Call by reference | Type reference (TYPE) | RSPARTPROV | Involved InfoProvider (for MultiProvider) | 20130813 | |||
| 2 | R_TS_PART | Value transfer | Type reference (TYPE) | NT_TS_ALL_PART | 20130813 |
Method GET_PARTS on Interface IF_RSD_INFOPROV_JOIN has no exception.
Method GET_PART_IOBJNM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20130813 | |||
| 2 | I_PARTALIAS | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20130813 | |||
| 3 | R_PARTIOBJ | Value transfer | Type reference (TYPE) | RSIOBJNM | InfoObject | 20130813 |
Method GET_PART_IOBJNM on Interface IF_RSD_INFOPROV_JOIN has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |