C_CN_ReqnPayNoteBillOfExchange
China Bill of Exchange document
C_CN_ReqnPayNoteBillOfExchange is a Consumption CDS View that provides data about "China Bill of Exchange document" in SAP S/4HANA. It reads from 1 data source (P_CN_REQNPAYNOTEBILLOFEXCHANGE) and exposes 39 fields with key field BillOfExchangeUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_CN_REQNPAYNOTEBILLOFEXCHANGE | boe | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CCNREQNPAYBOE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | China Bill of Exchange document | view |
Fields (39)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillOfExchangeUUID | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangeUUID | |
| CompanyCode | P_CN_REQNPAYNOTEBILLOFEXCHANGE | CompanyCode | Receiver Company Code | |
| CompanyName | ||||
| BillOfExchangeNumber | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangeNumber | BoE (Package) Number | |
| BillOfExchangeStatus | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangeStatus | Bill of Exchange Status | |
| BillOfExchangeType | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangeType | ||
| IsOutgoingPayment | P_CN_REQNPAYNOTEBILLOFEXCHANGE | IsOutgoingPayment | ||
| BillOfExchangePostingStatus | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangePostingStatus | Posting Status | |
| BillOfExchangeReceiveDate | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangeReceiveDate | ||
| BillOfExchangeIssueDate | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangeIssueDate | ||
| BillOfExchangeDrawer | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangeDrawer | ||
| BOEDrawerBankKey | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BOEDrawerBankKey | Drawer Bank Key | |
| BOEDrawerBankCountryKey | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BOEDrawerBankCountryKey | Drawer Bank Country/Region | |
| BOEDrawerBankName | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BOEDrawerBankName | Drawer Bank Name | |
| BillOfExchangeDrawee | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangeDrawee | ||
| BOEDraweeBankKey | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BOEDraweeBankKey | Drawee Bank key | |
| BOEDraweeBankCountryKey | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BOEDraweeBankCountryKey | Drawee Bank Country/Region | |
| BOEDraweeBankName | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BOEDraweeBankName | Drawee Name | |
| BOEAcceptanceBankName | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BOEAcceptanceBankName | Acceptance Bank Name | |
| BOEAcceptanceBankKey | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BOEAcceptanceBankKey | Acceptance Bank Key | |
| BOEAcceptanceBankCountryKey | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BOEAcceptanceBankCountryKey | Acceptance Bank Country/Region | |
| BillOfExchangeDueDate | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangeDueDate | Due Date | |
| BillOfExchangeAmtInTransCrcy | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangeAmtInTransCrcy | ||
| Currency | P_CN_REQNPAYNOTEBILLOFEXCHANGE | Currency | Valuation Crcy | |
| Supplier | P_CN_REQNPAYNOTEBILLOFEXCHANGE | Supplier | Supplier | |
| SupplierName | ||||
| BPSupplierName | ||||
| Customer | P_CN_REQNPAYNOTEBILLOFEXCHANGE | Customer | Sold-to Party | |
| CustomerName | ||||
| BPCustomerName | ||||
| ProfitCenter | P_CN_REQNPAYNOTEBILLOFEXCHANGE | ProfitCenter | Profit Center | |
| BillOfExchangeIsBlocked | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangeIsBlocked | Lock | |
| BillOfExchangeBlockingTypeText | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangeBlockingTypeText | ||
| BlockReasonDesc | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BlockReasonDesc | Lock Reason | |
| ReferenceTransactionCode | P_CN_REQNPAYNOTEBILLOFEXCHANGE | ReferenceTransactionCode | ||
| BillOfExchangeIsAllowSplit | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangeIsAllowSplit | Allow Split | |
| BillOfExchangePackageRangeFrom | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangePackageRangeFrom | Subpackage Range From | |
| BillOfExchangePackageRangeTo | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangePackageRangeTo | Subpackage Range To | |
| BillOfExchangePackageIsActive | P_CN_REQNPAYNOTEBILLOFEXCHANGE | BillOfExchangePackageIsActive |
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_CN_ReqnPayNoteBillOfExchange.
-- 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: CCNREQNPAYBOE
CREATE VIEW C_CN_ReqnPayNoteBillOfExchange AS
SELECT
boe.BillOfExchangeUUID AS BillOfExchangeUUID,
boe.CompanyCode AS CompanyCode,
boe._Company.CompanyCodeName AS CompanyName,
boe.BillOfExchangeNumber AS BillOfExchangeNumber,
boe.BillOfExchangeStatus AS BillOfExchangeStatus,
boe.BillOfExchangeType AS BillOfExchangeType,
boe.IsOutgoingPayment AS IsOutgoingPayment,
boe.BillOfExchangePostingStatus AS BillOfExchangePostingStatus,
boe.BillOfExchangeReceiveDate AS BillOfExchangeReceiveDate,
boe.BillOfExchangeIssueDate AS BillOfExchangeIssueDate,
boe.BillOfExchangeDrawer AS BillOfExchangeDrawer,
boe.BOEDrawerBankKey AS BOEDrawerBankKey,
boe.BOEDrawerBankCountryKey AS BOEDrawerBankCountryKey,
boe.BOEDrawerBankName AS BOEDrawerBankName,
boe.BillOfExchangeDrawee AS BillOfExchangeDrawee,
boe.BOEDraweeBankKey AS BOEDraweeBankKey,
boe.BOEDraweeBankCountryKey AS BOEDraweeBankCountryKey,
boe.BOEDraweeBankName AS BOEDraweeBankName,
boe.BOEAcceptanceBankName AS BOEAcceptanceBankName,
boe.BOEAcceptanceBankKey AS BOEAcceptanceBankKey,
boe.BOEAcceptanceBankCountryKey AS BOEAcceptanceBankCountryKey,
boe.BillOfExchangeDueDate AS BillOfExchangeDueDate,
boe.BillOfExchangeAmtInTransCrcy AS BillOfExchangeAmtInTransCrcy,
boe.Currency AS Currency,
boe.Supplier AS Supplier,
boe._Supplier.SupplierName AS SupplierName,
boe._Supplier.BPSupplierName AS BPSupplierName,
boe.Customer AS Customer,
boe._Customer.CustomerName AS CustomerName,
boe._Customer.BPCustomerName AS BPCustomerName,
boe.ProfitCenter AS ProfitCenter,
boe.BillOfExchangeIsBlocked AS BillOfExchangeIsBlocked,
boe.BillOfExchangeBlockingTypeText AS BillOfExchangeBlockingTypeText,
boe.BlockReasonDesc AS BlockReasonDesc,
boe.ReferenceTransactionCode AS ReferenceTransactionCode,
boe.BillOfExchangeIsAllowSplit AS BillOfExchangeIsAllowSplit,
boe.BillOfExchangePackageRangeFrom AS BillOfExchangePackageRangeFrom,
boe.BillOfExchangePackageRangeTo AS BillOfExchangePackageRangeTo,
boe.BillOfExchangePackageIsActive AS BillOfExchangePackageIsActive
FROM P_CN_REQNPAYNOTEBILLOFEXCHANGE AS boe
;
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