C_Credit_Memo_F2200
CDS view for credit memos
C_Credit_Memo_F2200 is a Consumption CDS View that provides data about "CDS view for credit memos" in SAP S/4HANA. It reads from 1 data source (I_CreditMemoRequest) and exposes 19 fields with key field CreditMemoRequest.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CreditMemoRequest | I_CreditMemoRequest | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CREDITMEMO | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | CDS view for credit memos | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view |
Fields (19)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CreditMemoRequest | CreditMemoRequest | ||
| CreditMemoRequestType | CreditMemoRequestType | Sales Doc. Type | ||
| CustomerAccountGroup | I_Customer | CustomerAccountGroup | Account group | |
| TransactionCurrency | TransactionCurrency | Transaction Currency | ||
| TotalNetAmount | TotalNetAmount | Total Net Amount | ||
| HeaderBillingBlockReason | HeaderBillingBlockReason | Billing Block | ||
| OverallSDProcessStatusDesc | ||||
| OverallSDProcessStatus | OverallSDProcessStatus | |||
| OverallBillingBlockStatus | OverallBillingBlockStatus | |||
| SalesOrganization | SalesOrganization | Sales Organization | ||
| DistributionChannel | DistributionChannel | RefDistCh-Cust/Mat. | ||
| OrganizationDivision | OrganizationDivision | Org. Division | ||
| SoldToParty | SoldToParty | Sold-to Party | ||
| CustomerClassification | ||||
| LastChangeDateTime | LastChangeDateTime | Timestamp | ||
| CreatedByUser | I_CreditMemoRequest | CreatedByUser | User Name | |
| LastChangedByUser | I_CreditMemoRequest | LastChangedByUser | User Name | |
| SalesOffice | I_CreditMemoRequest | SalesOffice | Sales Office | |
| SalesGroup | I_CreditMemoRequest | SalesGroup | Sales Group |
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_Credit_Memo_F2200.
-- 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: CREDITMEMO
CREATE VIEW C_Credit_Memo_F2200 AS
SELECT
CreditMemoRequest,
CreditMemoRequestType,
I_Customer.CustomerAccountGroup AS CustomerAccountGroup,
TransactionCurrency,
TotalNetAmount,
HeaderBillingBlockReason,
_OverallSDProcessStatus._Text[1: Language=$session.system_language ].OverallSDProcessStatusDesc AS OverallSDProcessStatusDesc,
OverallSDProcessStatus,
OverallBillingBlockStatus,
SalesOrganization,
DistributionChannel,
OrganizationDivision,
SoldToParty,
I_Customer._CustomerClassification.CustomerClassification AS CustomerClassification,
LastChangeDateTime,
I_CreditMemoRequest.CreatedByUser AS CreatedByUser,
I_CreditMemoRequest.LastChangedByUser AS LastChangedByUser,
I_CreditMemoRequest.SalesOffice AS SalesOffice,
I_CreditMemoRequest.SalesGroup AS SalesGroup
FROM I_CreditMemoRequest
;
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