C_GRC_ReldCrdtDcsnDocument
GRC Control: released DCDs in Displ Crcy
C_GRC_ReldCrdtDcsnDocument is a Consumption CDS View that provides data about "GRC Control: released DCDs in Displ Crcy" in SAP S/4HANA. It reads from 1 data source (P_UKM_GRC_DCD_1) and exposes 42 fields with key fields CaseUUID, SalesDocument.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_UKM_GRC_DCD_1 | P_UKM_GRC_DCD_1 | from |
Parameters (1)
| Name | Type | Default |
|---|---|---|
| P_DisplayCurrency | vdm_v_display_currency |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CUKMGRCDCDREL | view | |
| EndUserText.label | GRC Control: released DCDs in Displ Crcy | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| OData.publish | true | view |
Fields (42)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CaseUUID | CaseUUID | Credit Case UUID | |
| KEY | SalesDocument | SalesDocument | SD Document | |
| CaseID | CaseID | Credit Case ID | ||
| BusinessPartner | BusinessPartner | Issuing Authority | ||
| BusinessPartnerName | _BusinessPartner | BusinessPartnerName | Business Partner Name | |
| CreditSegment | CreditSegment | Credit Segment | ||
| CaseProcessor | CaseProcessor | Case Processor | ||
| CaseResponsible | CaseResponsible | Case Responsible | ||
| CaseExternalReference | CaseExternalReference | Case External Reference | ||
| CreditCaseCreationDate | CreditCaseCreationDate | Case Creation Date | ||
| CreditCaseCloseDate | CreditCaseCloseDate | Case Close Date | ||
| CreditDecisionFirstApprover | CreditDecisionFirstApprover | Credit Case First Approver | ||
| CreditDecisionSecondApprover | CreditDecisionSecondApprover | Credit Case Second Approver | ||
| CreditDecisionFirstApprvlSts | CreditDecisionFirstApprvlSts | Credit Case First Approval Status | ||
| CreditDecisionSecondApprvlSts | CreditDecisionSecondApprvlSts | Credit Case Second Approval Status | ||
| CreditDecisionCompletedByUser | CreditDecisionCompletedByUser | Credit Decision Completed By User | ||
| StaticLmtUtilznCrdtChkIsFailed | StaticLmtUtilznCrdtChkIsFailed | Static Credit Limit Check Failed | ||
| CaseType | CaseType | Case Type | ||
| CrdtDcsnCompletedByUserName | _CrdtDcsnCmpltdByUsrCntctCard | UserDescription | Credit Decision Completed By User Name | |
| CrdtDcsnApprvlProcIsOverruled | CrdtDcsnApprvlProcIsOverruled | Approval Procedure was overruled | ||
| SalesEmployeeUserID | SalesEmployeeUserID | |||
| DisplayCurrency | DisplayCurrency | Display Currency | ||
| CheckedCreditRiskAmount | CheckedCrdtRiskAmountInDspCrcy | Checked Credit Risk Amount | ||
| OpenCreditAmount | OpenCreditAmountInDspCrcy | Open Credit Amount | ||
| SalesDocumentType | SalesDocumentType | Sales Doc. Type | ||
| SalesDocumentTypeName | _SalesDocumentType | SalesDocumentTypeName | Sales Document Type Name | |
| CreationDate | CreationDate | Sales Document Creation Date | ||
| LastChangeDate | LastChangeDate | Sales Document Last Change Date | ||
| SalesOrganization | SalesOrganization | Sales Organization | ||
| DistributionChannel | DistributionChannel | RefDistCh-Cust/Mat. | ||
| OrganizationDivision | OrganizationDivision | Org. Division | ||
| SoldToParty | SoldToParty | Sold-to Party | ||
| SalesDocumentDate | SalesDocumentDate | Sales Document Date | ||
| CustomerPurchaseOrderDate | CustomerPurchaseOrderDate | Customer Purchase Order Date | ||
| TotalNetAmount | TotalNetAmountInDspCrcy | Sales Document Total Net Amount | ||
| BillingCompanyCode | BillingCompanyCode | Billing Company Code | ||
| FiscalYear | FiscalYear | Fiscal Year | ||
| FiscalPeriod | FiscalPeriod | Fiscal Period | ||
| ReleasedCreditAmount | ReleasedCreditAmountInDspCrcy | Released Credit Amount | ||
| CreditBlockReleaseDate | CreditBlockReleaseDate | Credit Block Release Date | ||
| AccountingDocExternalReference | AccountingDocExternalReference | Accounting Document External Reference | ||
| _BusinessPartner | _BusinessPartner |
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_GRC_ReldCrdtDcsnDocument.
-- 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: CUKMGRCDCDREL
-- Parameters: P_DisplayCurrency : vdm_v_display_currency
CREATE VIEW C_GRC_ReldCrdtDcsnDocument AS
SELECT
CaseUUID,
SalesDocument,
CaseID,
BusinessPartner,
_BusinessPartner.BusinessPartnerName AS BusinessPartnerName,
CreditSegment,
CaseProcessor,
CaseResponsible,
CaseExternalReference,
CreditCaseCreationDate,
CreditCaseCloseDate,
CreditDecisionFirstApprover,
CreditDecisionSecondApprover,
CreditDecisionFirstApprvlSts,
CreditDecisionSecondApprvlSts,
CreditDecisionCompletedByUser,
StaticLmtUtilznCrdtChkIsFailed,
CaseType,
_CrdtDcsnCmpltdByUsrCntctCard.UserDescription AS CrdtDcsnCompletedByUserName,
CrdtDcsnApprvlProcIsOverruled,
SalesEmployeeUserID,
DisplayCurrency,
CheckedCrdtRiskAmountInDspCrcy AS CheckedCreditRiskAmount,
OpenCreditAmountInDspCrcy AS OpenCreditAmount,
SalesDocumentType,
_SalesDocumentType.SalesDocumentTypeName AS SalesDocumentTypeName,
CreationDate,
LastChangeDate,
SalesOrganization,
DistributionChannel,
OrganizationDivision,
SoldToParty,
SalesDocumentDate,
CustomerPurchaseOrderDate,
TotalNetAmountInDspCrcy AS TotalNetAmount,
BillingCompanyCode,
FiscalYear,
FiscalPeriod,
ReleasedCreditAmountInDspCrcy AS ReleasedCreditAmount,
CreditBlockReleaseDate,
AccountingDocExternalReference
FROM P_UKM_GRC_DCD_1
;
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