C_BankAccSentItems
Bank Account Sent Items
C_BankAccSentItems is a Consumption CDS View that provides data about "Bank Account Sent Items" in SAP S/4HANA. It reads from 1 data source (I_BankAccSentItems) and exposes 18 fields with key field BankAccountChangeRequest. It has 3 associations to related views. Part of development package FCLM_BAM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BankAccSentItems | Req | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | C_RequestWithBankAccount | _Bankaccount | $projection.BankAccountChangeRequest = _Bankaccount.BankAccountChangeRequest |
| [1..*] | C_BankAccountChangeRequestLog | _reqLog | $projection.BankAccountChangeRequest = _reqLog.BankAccountChangeRequest |
| [0..1] | I_UserContactCard | _LastChangedByUser | $projection.LastChangedByUser = _LastChangedByUser.ContactCardID |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Bank Account Sent Items | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| Search.searchable | true | view | |
| UI.headerInfo.typeName | My Sent Requests | view | |
| UI.headerInfo.typeNamePlural | My Sent Requests | view | |
| UI.headerInfo.title.label | Change Request | view | |
| UI.headerInfo.title.value | BankAcctChangeReqHeadingText | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BankAccountChangeRequest | I_BankAccSentItems | BankAccountChangeRequest | Request unique ID |
| BankAccountActionText | I_BankAccSentItems | BankAccountActionText | ||
| BankAccountAction | I_BankAccSentItems | BankAccountAction | Action | |
| BankAccountReqStatusText | I_BankAccSentItems | BankAccountReqStatusText | ||
| BankAccountChangeRequestStatus | I_BankAccSentItems | BankAccountChangeRequestStatus | Trade Req. Status | |
| BankAccountChangeRequestStep | I_BankAccSentItems | BankAccountChangeRequestStep | Request Step | |
| BankAcctChangeReqHeadingText | I_BankAccSentItems | BankAcctChangeReqHeadingText | View Title | |
| BankAcctChangeRequestDueDate | I_BankAccSentItems | BankAcctChangeRequestDueDate | Promised For | |
| BankAccountReqCreatedDateTime | I_BankAccSentItems | BankAccountReqCreatedDateTime | ||
| BkAcctReqLastChgdDteTme | I_BankAccSentItems | BkAcctReqLastChgdDteTme | ||
| LastChangedByUserFullName | _LastChangedByUser | FullName | Name | |
| LastChangedByUser | I_BankAccSentItems | LastChangedByUser | User Name | |
| Name | I_BankAccSentItems | Name | Zone name | |
| WorkflowStepsSecIsHidden | I_BankAccSentItems | WorkflowStepsSecIsHidden | ||
| CancelRequestIsApplicable | ||||
| _Bankaccount | _Bankaccount | |||
| _reqLog | _reqLog | |||
| _LastChangedByUser | _LastChangedByUser |
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_BankAccSentItems.
-- 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_BankAccSentItems AS
SELECT
Req.BankAccountChangeRequest AS BankAccountChangeRequest,
Req.BankAccountActionText AS BankAccountActionText,
Req.BankAccountAction AS BankAccountAction,
Req.BankAccountReqStatusText AS BankAccountReqStatusText,
Req.BankAccountChangeRequestStatus AS BankAccountChangeRequestStatus,
Req.BankAccountChangeRequestStep AS BankAccountChangeRequestStep,
Req.BankAcctChangeReqHeadingText AS BankAcctChangeReqHeadingText,
Req.BankAcctChangeRequestDueDate AS BankAcctChangeRequestDueDate,
Req.BankAccountReqCreatedDateTime AS BankAccountReqCreatedDateTime,
Req.BkAcctReqLastChgdDteTme AS BkAcctReqLastChgdDteTme,
_LastChangedByUser.FullName AS LastChangedByUserFullName,
Req.LastChangedByUser AS LastChangedByUser,
Req.Name AS Name,
Req.WorkflowStepsSecIsHidden AS WorkflowStepsSecIsHidden,
case when BankAccountChangeRequestStatus = '05' then cast( 'X' as boolean ) else cast( '' as boolean ) end AS CancelRequestIsApplicable
FROM I_BankAccSentItems AS Req
LEFT OUTER JOIN C_RequestWithBankAccount AS _Bankaccount ON BankAccountChangeRequest = _Bankaccount.BankAccountChangeRequest -- association [1..*]
LEFT OUTER JOIN C_BankAccountChangeRequestLog AS _reqLog ON BankAccountChangeRequest = _reqLog.BankAccountChangeRequest -- association [1..*]
LEFT OUTER JOIN I_UserContactCard AS _LastChangedByUser ON LastChangedByUser = _LastChangedByUser.ContactCardID -- association [0..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