SAP ABAP Class IF_RSD_INFOPROV_JOIN (InfoProvider Runtime Metadata (Join Parts))
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
| Class | IF_RSD_INFOPROV_JOIN | |
| Short Description | InfoProvider Runtime Metadata (Join Parts) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130813 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_RSD_INFOPROV_JOIN has no forward declaration.
Interfaces
Class IF_RSD_INFOPROV_JOIN has no interface implemented.
Friends
Class IF_RSD_INFOPROV_JOIN has no friend class.
Attributes
Class 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
Class 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 class 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 class 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 class IF_RSD_INFOPROV_JOIN has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |