/dmbe/i_Shipto_With_Admin_Data
Ship To View Contaning Admin Data
/dmbe/i_Shipto_With_Admin_Data is a CDS View that provides data about "Ship To View Contaning Admin Data" in SAP S/4HANA. It reads from 7 data sources and exposes 11 fields with key fields counterpartyPartner, salesOrganization, distributionChannel, division, internalCompany. It has 1 association to related views.
Data Sources (7)
| Source | Alias | Join Type |
|---|---|---|
| /dmbe/tm_ftflag | _FeatureFlag | cross |
| I_DCBBusinessPartner | _shipToBP | inner |
| but000 | butShipTo | inner |
| cvi_cust_link | cviCp | inner |
| cvi_cust_link | cviShipTo | inner |
| knb1 | knb1 | left_outer |
| knvp | knvp | inner |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | /dmbe/i_DcConfigParameters | _DcConfigParameters | _DcConfigParameters.name = 'SHIP_TO' |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | /DMBE/ISHIPTOADM | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| EndUserText.label | Ship To View Contaning Admin Data | view | |
| Search.searchable | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | counterpartyPartner | but | partner | With Partner |
| KEY | salesOrganization | knvp | vkorg | SD Sales Org. |
| KEY | distributionChannel | knvp | vtweg | RefDistCh-Cust/Mat. |
| KEY | division | knvp | spart | Source supplier |
| KEY | internalCompany | knb1 | bukrs | Value |
| KEY | ShipToCode | I_DCBBusinessPartner | BusinessPartner | Issuing Authority |
| partnerFunction | knvp | parvw | Task Processor | |
| accountMemo | knb1 | kverm | Account Memo | |
| partnerName | I_DCBBusinessPartner | BusinessPartnerFullName | Broker Name | |
| searchTerm1 | I_DCBBusinessPartner | SearchTerm1 | Search Term 1 | |
| searchTerm2 | I_DCBBusinessPartner | SearchTerm2 | Search Term 2 |
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 /dmbe/i_Shipto_With_Admin_Data.
-- 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.
-- SQL view name: /DMBE/ISHIPTOADM
CREATE VIEW /dmbe/i_Shipto_With_Admin_Data AS
SELECT
but.partner AS counterpartyPartner,
knvp.vkorg AS salesOrganization,
knvp.vtweg AS distributionChannel,
knvp.spart AS division,
knb1.bukrs AS internalCompany,
_shipToBP.BusinessPartner AS ShipToCode,
knvp.parvw AS partnerFunction,
knb1.kverm AS accountMemo,
_shipToBP.BusinessPartnerFullName AS partnerName,
_shipToBP.SearchTerm1 AS searchTerm1,
_shipToBP.SearchTerm2 AS searchTerm2
INNER JOIN cvi_cust_link AS cviCp ON /* join condition not captured in parsed metadata */
INNER JOIN knvp ON /* join condition not captured in parsed metadata */
INNER JOIN cvi_cust_link AS cviShipTo ON /* join condition not captured in parsed metadata */
INNER JOIN but000 AS butShipTo ON /* join condition not captured in parsed metadata */
INNER JOIN I_DCBBusinessPartner AS _shipToBP ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN knb1 ON /* join condition not captured in parsed metadata */
CROSS JOIN /dmbe/tm_ftflag AS _FeatureFlag
LEFT OUTER JOIN /dmbe/i_DcConfigParameters AS _DcConfigParameters ON _DcConfigParameters.name = 'SHIP_TO' -- association [0..1]
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- 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