C_SettlmtDocItemPartner_F3254
Manage Settlement Document Item Partner
C_SettlmtDocItemPartner_F3254 is a Consumption CDS View that provides data about "Manage Settlement Document Item Partner" in SAP S/4HANA. It reads from 1 data source (R_SettlmtDocItemPartnerTP) and exposes 56 fields with key fields SettlmtDoc, SettlmtDocItem, PartnerFunction, PartnerCounter. It is exposed through 2 OData services (ASQL_F3254, UI_LO_SETMAN_SDOC_MAN). Part of development package WLF_UI_SDOC_F3254.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_SettlmtDocItemPartnerTP | R_SettlmtDocItemPartnerTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Manage Settlement Document Item Partner | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #NONE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #XL | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| ASQL_F3254 | ASQL_F3254 | C2 | NOT_RELEASED | |
| UI_LO_SETMAN_SDOC_MAN | UI_LO_SETMAN_SDOC_MAN | V4 | C1 | NOT_RELEASED |
Fields (56)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SettlmtDoc | SettlmtDoc | Settlement Doc. | |
| KEY | SettlmtDocItem | SettlmtDocItem | Item | |
| KEY | PartnerFunction | PartnerFunction | Partner Functn | |
| KEY | PartnerCounter | PartnerCounter | Partner counter | |
| CreatedByUser | CreatedByUser | User Name | ||
| CreationDate | CreationDate | Time Stamp | ||
| Supplier | Supplier | Supplier | ||
| Customer | Customer | Sold-to Party | ||
| ContactPerson | ContactPerson | Contact Person Key | ||
| Personnel | Personnel | Personnel No. | ||
| AddressID | AddressID | Ship-to address | ||
| AddressPersonID | AddressPersonID | Person Number | ||
| ReferenceBusinessPartner | ReferenceBusinessPartner | Busn. Partner | ||
| SettlmtDocPartAddrRefType | SettlmtDocPartAddrRefType | Adress ind. | ||
| AddressObjectType | AddressObjectType | Address Type | ||
| BPAddrDeterminationTransaction | BPAddrDeterminationTransaction | Address Detn | ||
| BPRefAddressIDForDocSpcfcAddr | BPRefAddressIDForDocSpcfcAddr | BP Ref. Address Num. | ||
| VATRegistration | VATRegistration | VAT Registration No. | ||
| PartnerIsOneTimeAccount | PartnerIsOneTimeAccount | One-time acct | ||
| virtualUICT_Supplierboolean | ||||
| virtualUICT_Customerboolean | ||||
| virtualUICT_ContactPersonboolean | ||||
| virtualUICT_Personnelboolean | ||||
| CustomerName | _Customer | CustomerName | Name of Customer | |
| SupplierName | _Supplier | SupplierName | Supplier Name | |
| FirstName | _ContactPerson | FirstName | First Name | |
| LastName | _ContactPerson | LastName | Last Name | |
| AddresseeFullName | _DfltAddrRprstn | AddresseeFullName | Full Name | |
| FormOfAddress | _DfltAddrRprstn | FormOfAddress | Title Key | |
| StreetName | _DfltAddrRprstn | StreetName | Text | |
| HouseNumber | _DfltAddrRprstn | HouseNumber | House Number | |
| DistrictName | _DfltAddrRprstn | DistrictName | District | |
| PostalCode | _DfltAddrRprstn | PostalCode | Postal Code | |
| CityName | _DfltAddrRprstn | CityName | Name | |
| Country | _DfltAddrRprstn | Country | Venue: Ctry/Reg | |
| Region | _DfltAddrRprstn | Region | Venue Region | |
| TaxJurisdiction | _DfltAddrRprstn | TaxJurisdiction | Tax Jurisdiction | |
| POBox | _DfltAddrRprstn | POBox | PO Box | |
| POBoxPostalCode | _DfltAddrRprstn | POBoxPostalCode | PO Box Postal Code | |
| CorrespondenceLanguage | _DfltAddrRprstn | CorrespondenceLanguage | Language | |
| EmailAddress | ||||
| InternationalPhoneNumber | ||||
| InternationalMobilePhoneNumber | ||||
| FormOfAddressNamelocalized | ||||
| LanguageNamelocalized | ||||
| RegionNamelocalized | ||||
| CountryNamelocalized | ||||
| _BPRefAddressForDocSpcfcAddr | _BPRefAddressForDocSpcfcAddr | |||
| _BusinessPartnerAddress | _BusinessPartnerAddress | |||
| _Customer | _Customer | |||
| _DfltAddrRprstn | _DfltAddrRprstn | |||
| _PartnerFunction | _PartnerFunction | |||
| _PersonWorkplaceAddrDfltRprstn | _PersonWorkplaceAddrDfltRprstn | |||
| _SettlmtDocredirectedtoC_MngSettlmtDocs | ||||
| _Supplier | _Supplier | |||
| _ContactPerson | _ContactPerson |
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 C_SettlmtDocItemPartner_F3254.
-- 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 C_SettlmtDocItemPartner_F3254 AS
SELECT
SettlmtDoc,
SettlmtDocItem,
PartnerFunction,
PartnerCounter,
CreatedByUser,
CreationDate,
Supplier,
Customer,
ContactPerson,
Personnel,
AddressID,
AddressPersonID,
ReferenceBusinessPartner,
SettlmtDocPartAddrRefType,
AddressObjectType,
BPAddrDeterminationTransaction,
BPRefAddressIDForDocSpcfcAddr,
VATRegistration,
PartnerIsOneTimeAccount,
virtual UICT_Supplier : boolean AS virtualUICT_Supplierboolean,
virtual UICT_Customer : boolean AS virtualUICT_Customerboolean,
virtual UICT_ContactPerson : boolean AS virtualUICT_ContactPersonboolean,
virtual UICT_Personnel : boolean AS virtualUICT_Personnelboolean,
_Customer.CustomerName AS CustomerName,
_Supplier.SupplierName AS SupplierName,
_ContactPerson.FirstName AS FirstName,
_ContactPerson.LastName AS LastName,
_DfltAddrRprstn.AddresseeFullName AS AddresseeFullName,
_DfltAddrRprstn.FormOfAddress AS FormOfAddress,
_DfltAddrRprstn.StreetName AS StreetName,
_DfltAddrRprstn.HouseNumber AS HouseNumber,
_DfltAddrRprstn.DistrictName AS DistrictName,
_DfltAddrRprstn.PostalCode AS PostalCode,
_DfltAddrRprstn.CityName AS CityName,
_DfltAddrRprstn.Country AS Country,
_DfltAddrRprstn.Region AS Region,
_DfltAddrRprstn.TaxJurisdiction AS TaxJurisdiction,
_DfltAddrRprstn.POBox AS POBox,
_DfltAddrRprstn.POBoxPostalCode AS POBoxPostalCode,
_DfltAddrRprstn.CorrespondenceLanguage AS CorrespondenceLanguage,
_DfltAddrRprstn._CurrentDfltEmailAddress.EmailAddress AS EmailAddress,
_DfltAddrRprstn._CurrentDfltLandlinePhoneNmbr.InternationalLandlineNumber AS InternationalPhoneNumber,
_DfltAddrRprstn._CurrentDfltMobilePhoneNumber.InternationalMobileNumber AS InternationalMobilePhoneNumber,
_DfltAddrRprstn._FormOfAddress._Text.FormOfAddressName : localized AS FormOfAddressNamelocalized,
_DfltAddrRprstn._CorrespondenceLanguage._Text.LanguageName : localized AS LanguageNamelocalized,
_DfltAddrRprstn._Region._RegionText.RegionName : localized AS RegionNamelocalized,
_DfltAddrRprstn._Country._Text.CountryName : localized AS CountryNamelocalized
FROM R_SettlmtDocItemPartnerTP
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- 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