Table/Structure Field list used by SAP ABAP Function Module FIPR_INTERFACE_GET_VERSION (Reads a Product Version)
SAP ABAP Function Module
FIPR_INTERFACE_GET_VERSION (Reads a Product Version) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BOOLE - BOOLE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | ||
| 2 | BOOLE - BOOLE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | SOURCE VALUE(E_XACTIVE_NOT_FOUND) LIKE BOOLE-BOOLE |
|
| 3 | FIPR_PRODV - PRODINT | Internal Product ID | ||
| 4 | FIPR_PRODV - PRODINT | Internal Product ID | SOURCE VALUE(I_PRODINT) LIKE FIPR_PRODV-PRODINT |
|
| 5 | FIPR_PRODV - VERSION | Version of a Product | ||
| 6 | FIPR_PRODV - VERSION | Version of a Product | SOURCE VALUE(I_VERSION) LIKE FIPR_PRODV-VERSION |
|
| 7 | FIPR_PRODV - XACTIVE | ID Version is Active (Can Have Instances) | ||
| 8 | FIPR_PRODV - XACTIVE | ID Version is Active (Can Have Instances) | SOURCE VALUE(I_XACTIVE) LIKE FIPR_PRODV-XACTIVE DEFAULT 'X' |
|