ISUD_PS_PRODUCT
UPIL Product
ISUD_PS_PRODUCT is an SAP database table in S/4HANA. UPIL Product. It contains 13 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_OldUtilsProduct | view | from | BASIC | Utilities Product |
Fields (13)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | productid | ISU_PS_PRODUCT_ID | Product ID | |||
| KEY | regionid | ISU_PS_REGION_ID | Region Code | |||
| ratecategory | TARIFTYP | Rate category | ||||
| validfrom | ABZEITSCH | Valid From | ||||
| validto | BISZEITSCH | Valid to | ||||
| producttype | ISU_PS_PRODUCT_TYPE | Product Type | ||||
| erdat | ERDAT | Created On | ||||
| ernam | ERNAM | Created By | ||||
| aedat | AEDAT | Changed On | ||||
| aenam | AENAM | Changed By | ||||
| begru | BEGRU | AuthorizGroup | ||||
| loevm | LOEVM | Delete |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- UPIL Product
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ISUD_PS_PRODUCT (
MANDT, -- Client [MANDT]
PRODUCTID, -- Product ID [ISU_PS_PRODUCT_ID]
REGIONID, -- Region Code [ISU_PS_REGION_ID]
RATECATEGORY, -- Rate category [TARIFTYP]
VALIDFROM, -- Valid From [ABZEITSCH]
VALIDTO, -- Valid to [BISZEITSCH]
PRODUCTTYPE, -- Product Type [ISU_PS_PRODUCT_TYPE]
ERDAT, -- Created On [ERDAT]
ERNAM, -- Created By [ERNAM]
AEDAT, -- Changed On [AEDAT]
AENAM, -- Changed By [AENAM]
BEGRU, -- AuthorizGroup [BEGRU]
LOEVM, -- Delete [LOEVM]
PRIMARY KEY (MANDT, PRODUCTID, REGIONID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA