ICM_PARTNER_PERSON
BusinessPartner_person
ICM_PARTNER_PERSON is a CDS View that provides data about "BusinessPartner_person" in SAP S/4HANA. It reads from 5 data sources (adr2, adr6, adrc, adcp, but000) and exposes 21 fields with key fields partner, addrnumber, nation, consnumber, consnumber_1.
Data Sources (5)
Annotations (3)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICM_PARTNER_PERS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | BusinessPartner_person | view |
Fields (21)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | partner | but000 | partner | With Partner |
| KEY | addrnumber | adrc | addrnumber | Address Number |
| KEY | nation | adrc | nation | Country/Region |
| KEY | consnumber | adr2 | consnumber | Sequence Number |
| KEY | consnumber_1 | adr6 | consnumber | Sequence Number |
| type | but000 | type | Worklist Type | |
| persnumber | but000 | persnumber | Person Number | |
| augrp | but000 | augrp | Component of the Version Number | |
| name_first | but000 | name_first | First Name | |
| name_last | but000 | name_last | Last Name | |
| city1 | adrc | city1 | City | |
| post_code1 | adrc | post_code1 | Postal Code | |
| post_code2 | adrc | post_code2 | PO Box Post Cde | |
| po_box | adrc | po_box | PO Box | |
| street | adrc | street | Street Code | |
| house_num1 | adrc | house_num1 | House Number | |
| country | adrc | country | Venue: Ctry/Reg | |
| region | adrc | region | Venue Region | |
| telnr_long | adr2 | telnr_long | Telephone no. | |
| smtp_addr | adr6 | smtp_addr | E-Mail Address | |
| comp_pers | adcp | comp_pers | Company/Person |
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 ICM_PARTNER_PERSON.
-- 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: ICM_PARTNER_PERS
CREATE VIEW ICM_PARTNER_PERSON AS
SELECT
b00.partner AS partner,
ac.addrnumber AS addrnumber,
ac.nation AS nation,
a2.consnumber AS consnumber,
a6.consnumber AS consnumber_1,
b00.type AS type,
b00.persnumber AS persnumber,
b00.augrp AS augrp,
b00.name_first AS name_first,
b00.name_last AS name_last,
ac.city1 AS city1,
ac.post_code1 AS post_code1,
ac.post_code2 AS post_code2,
ac.po_box AS po_box,
ac.street AS street,
ac.house_num1 AS house_num1,
ac.country AS country,
ac.region AS region,
a2.telnr_long AS telnr_long,
a6.smtp_addr AS smtp_addr,
ad.comp_pers AS comp_pers
FROM but000 AS b00
INNER JOIN adcp AS ad ON /* join condition not captured in parsed metadata */
INNER JOIN adrc AS ac ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN adr2 AS a2 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN adr6 AS a6 ON /* join condition not captured in parsed metadata */
;
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