P_InhReprItmLogsErrFndn
P_InhReprItmLogsErrFndn is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_InHouseRepairItem) and exposes 31 fields with key fields InHouseRepair, InHouseRepairItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InHouseRepairItem | InHouseRepairItem | from |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.private | true | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (31)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InHouseRepair | I_InHouseRepairItem | InHouseRepair | |
| KEY | InHouseRepairItem | I_InHouseRepairItem | InHouseRepairItem | |
| InHouseRepairItemUUID | I_InHouseRepairItem | InHouseRepairItemUUID | Push ItemGU | |
| InHouseRepairItemCharUUID | I_InHouseRepairItem | InHouseRepairItemCharUUID | ||
| CreationDateTime | I_InHouseRepairItem | CreationDateTime | Timestamp | |
| CreatedByUser | I_InHouseRepairItem | CreatedByUser | User Name | |
| LastChangeDateTime | I_InHouseRepairItem | LastChangeDateTime | Timestamp | |
| LastChangedByUser | I_InHouseRepairItem | LastChangedByUser | User Name | |
| InhRepairItemObjectType | I_InHouseRepairItem | InhRepairItemObjectType | Object Type | |
| InhRepairItemAvailyStatus | I_InHouseRepairItem | InhRepairItemAvailyStatus | Availability | |
| Product | I_InHouseRepairItem | Product | Product Sold | |
| SerialNumber | I_InHouseRepairItem | SerialNumber | Serial Number | |
| SoldToParty | ||||
| InhRepairItemStatus | I_InHouseRepairItem | InhRepairItemStatus | ||
| Quantity | I_InHouseRepairItem | Quantity | Value | |
| QuantityUnit | I_InHouseRepairItem | QuantityUnit | Unit of measure | |
| BaseUnit | ||||
| Plant | I_InHouseRepairItem | Plant | Valuation Area | |
| StorageLocation | I_InHouseRepairItem | StorageLocation | StorageLocation | |
| InhRepairItemSpecialStockType | I_InHouseRepairItem | InhRepairItemSpecialStockType | ||
| InhReprItmInvtryUsabilityCode | I_InHouseRepairItem | InhReprItmInvtryUsabilityCode | ||
| DistributionChannel | I_InHouseRepairItem | DistributionChannel | RefDistCh-Cust/Mat. | |
| Division | I_InHouseRepairItem | Division | Internal Division ID | |
| InhRepairType | I_InHouseRepairItem | InhRepairType | Type of Data | |
| RespEmployeeBusinessPartnerId | I_InHouseRepairItem | RespEmployeeBusinessPartnerId | Employee Resp. | |
| SalesGroup | I_InHouseRepairItem | SalesGroup | Sales Group | |
| SalesGroupOrgUnitID | I_InHouseRepairItem | SalesGroupOrgUnitID | ||
| SalesOffice | I_InHouseRepairItem | SalesOffice | Sales Office | |
| SalesOfficeOrgUnitID | I_InHouseRepairItem | SalesOfficeOrgUnitID | ||
| SalesOrganization | I_InHouseRepairItem | SalesOrganization | Sales Organization | |
| SalesOrganizationOrgUnitID | I_InHouseRepairItem | SalesOrganizationOrgUnitID |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view P_InhReprItmLogsErrFndn.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
CREATE VIEW P_InhReprItmLogsErrFndn AS
SELECT
InHouseRepairItem.InHouseRepair AS InHouseRepair,
InHouseRepairItem.InHouseRepairItem AS InHouseRepairItem,
InHouseRepairItem.InHouseRepairItemUUID AS InHouseRepairItemUUID,
InHouseRepairItem.InHouseRepairItemCharUUID AS InHouseRepairItemCharUUID,
InHouseRepairItem.CreationDateTime AS CreationDateTime,
InHouseRepairItem.CreatedByUser AS CreatedByUser,
InHouseRepairItem.LastChangeDateTime AS LastChangeDateTime,
InHouseRepairItem.LastChangedByUser AS LastChangedByUser,
InHouseRepairItem.InhRepairItemObjectType AS InhRepairItemObjectType,
InHouseRepairItem.InhRepairItemAvailyStatus AS InhRepairItemAvailyStatus,
InHouseRepairItem.Product AS Product,
InHouseRepairItem.SerialNumber AS SerialNumber,
InHouseRepairItem._InHouseRepair.SoldToParty AS SoldToParty,
InHouseRepairItem.InhRepairItemStatus AS InhRepairItemStatus,
InHouseRepairItem.Quantity AS Quantity,
InHouseRepairItem.QuantityUnit AS QuantityUnit,
cast(InHouseRepairItem._Product.BaseUnit as comt_product_base_uom preserving type) AS BaseUnit,
InHouseRepairItem.Plant AS Plant,
InHouseRepairItem.StorageLocation AS StorageLocation,
InHouseRepairItem.InhRepairItemSpecialStockType AS InhRepairItemSpecialStockType,
InHouseRepairItem.InhReprItmInvtryUsabilityCode AS InhReprItmInvtryUsabilityCode,
InHouseRepairItem.DistributionChannel AS DistributionChannel,
InHouseRepairItem.Division AS Division,
InHouseRepairItem.InhRepairType AS InhRepairType,
InHouseRepairItem.RespEmployeeBusinessPartnerId AS RespEmployeeBusinessPartnerId,
InHouseRepairItem.SalesGroup AS SalesGroup,
InHouseRepairItem.SalesGroupOrgUnitID AS SalesGroupOrgUnitID,
InHouseRepairItem.SalesOffice AS SalesOffice,
InHouseRepairItem.SalesOfficeOrgUnitID AS SalesOfficeOrgUnitID,
InHouseRepairItem.SalesOrganization AS SalesOrganization,
InHouseRepairItem.SalesOrganizationOrgUnitID AS SalesOrganizationOrgUnitID
FROM I_InHouseRepairItem AS InHouseRepairItem
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- 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
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA