C_NO_SAFTGenLedgerCustContacts
SAF-T Norway Customer Contacts
C_NO_SAFTGenLedgerCustContacts is a Consumption CDS View that provides data about "SAF-T Norway Customer Contacts" in SAP S/4HANA. Part of development package GLO_FIN_IS_SAFT_NO.
Parameters (2)
| Name | Type | Default |
|---|---|---|
| P_StartDate | dats | |
| P_EndDate | dats |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CNOSAFTGLCUSTCS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_INCLUDED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | SAF-T Norway Customer Contacts | view |
Fields (19)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RelationshipNumber | Contact | RelationshipNumber | BP Rel. Number |
| KEY | BusinessPartner | Contact | BusinessPartnerCompany | Busn. Partner |
| KEY | BusinessPartnerPerson | Contact | BusinessPartnerPerson | Busn. Partner |
| KEY | ValidityEndDate | Contact | ValidityEndDate | ValidTo |
| BusinessPartnerUUID | Contact | PartnerUUID | ||
| PersonUUID | Contact | PersonUUID | BP GUID | |
| FormOfAddress | Contact | FormOfAddress | Title Key | |
| FirstName | ||||
| LastName | Contact | LastName | Last Name | |
| PhoneNumber | ||||
| MobilePhoneNumber | ||||
| FaxNumber | ||||
| EmailAddress | ||||
| AddressID | Contact | AddressID | Ship-to address | |
| ContactPersonDepartment | Contact | ContactPersonDepartment | Department | |
| _CntctPersnDeptValueHelp | Contact | _CntctPersnDeptValueHelp | ||
| _StandardAddress | Contact | _StandardAddress | ||
| _BusinessPartnerCompany | Contact | _BusinessPartnerCompany | ||
| _BusinessPartnerPerson | Contact | _BusinessPartnerPerson |
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_NO_SAFTGenLedgerCustContacts.
-- 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: CNOSAFTGLCUSTCS
-- Parameters: P_StartDate : dats, P_EndDate : dats
CREATE VIEW C_NO_SAFTGenLedgerCustContacts AS
SELECT
Contact.RelationshipNumber AS RelationshipNumber,
Contact.BusinessPartnerCompany AS BusinessPartner,
Contact.BusinessPartnerPerson AS BusinessPartnerPerson,
Contact.ValidityEndDate AS ValidityEndDate,
Contact.PartnerUUID AS BusinessPartnerUUID,
Contact.PersonUUID AS PersonUUID,
Contact.FormOfAddress AS FormOfAddress,
cast( left(Contact.FirstName, 35) as ad_namefir ) AS FirstName,
Contact.LastName AS LastName,
cast( left(Contact.PhoneNumber, 18) as ad_tlnmbr ) AS PhoneNumber,
cast( left(Contact.MobilePhoneNumber, 18) as ad_tlnmbr ) AS MobilePhoneNumber,
cast( left(Contact.FaxNumber, 18) as ad_tlnmbr ) AS FaxNumber,
cast( left(Contact.EmailAddress, 70) as abap.char(241) ) AS EmailAddress,
Contact.AddressID AS AddressID,
Contact.ContactPersonDepartment AS ContactPersonDepartment,
Contact._CntctPersnDeptValueHelp AS _CntctPersnDeptValueHelp,
Contact._StandardAddress AS _StandardAddress,
Contact._BusinessPartnerCompany AS _BusinessPartnerCompany,
Contact._BusinessPartnerPerson AS _BusinessPartnerPerson
;
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