I_AcctgDocPaymentCardData
AcctgDoc: Data on Payment Card Payments
I_AcctgDocPaymentCardData is a Basic CDS View that provides data about "AcctgDoc: Data on Payment Card Payments" in SAP S/4HANA. It reads from 1 data source (bsegc) and exposes 41 fields with key fields CompanyCode, AccountingDocument, FiscalYear, PaymentCardItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| bsegc | bsegc | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| AbapCatalog.sqlViewName | IBSEGC | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | AcctgDoc: Data on Payment Card Payments | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.representativeKey | AccountingDocument | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | false | view |
Fields (41)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | |||
| KEY | AccountingDocument | |||
| KEY | FiscalYear | |||
| KEY | PaymentCardItem | |||
| PaymentCardType | ccins | |||
| PaymentCardNumber | ccnum | |||
| PaymentCardSequenceNumber | ccfol | |||
| PaymentCardValidityStartDate | datab | |||
| PaymentCardValidityEndDate | datbi | |||
| PaymentCardHolderName | ccname | |||
| PaymentCardEntryMode | ||||
| AuthorizedAmountInAuthznCrcy | autwr | |||
| AuthorizationCurrency | ccwae | |||
| PaytCardSettlementIsCarriedOut | ||||
| AuthorizationByPaytSrvcPrvdr | aunum | |||
| AuthorizationByAcquirer | autra | |||
| AuthorizationDate | audat | |||
| AuthorizationTime | autim | |||
| MerchantByClearingHouse | merch | |||
| PaytCardPointOfReceiptID | ||||
| PaymentCardTerminal | ||||
| PaymentCardPaymentSettlement | ||||
| PaymentCardCategoryCode | ||||
| PaytCardByDigitalPaymentSrvc | dp_token | |||
| PaytCardClrgHsSettlmtRefNumber | ||||
| PaytCardAddressVerificationSts | rcavr | |||
| PaytCardAddrChkApprvlStsCode | ||||
| PaytCardAddrChkZipCodeStsCode | ||||
| PaymentCardVerificationStatus | rcrsp | |||
| PaytCardVerificationResult | ||||
| PaytCardVerificatDetResultText | ||||
| PaytCardSettlmtRsltRspCode | ||||
| Customer | kunnr | |||
| PaymentByPaymentServicePrvdr | ||||
| PaymentCardAuthznRelationID | dp_auth_rel_id | |||
| PaymentAdviceReference | dp_advref | |||
| PaymentCardDataIsSent | dp_l2l3_sent | |||
| PaymentServiceProvider | dp_psp | |||
| TransactionByPaytSrvcPrvdr | dp_psp_transid | |||
| PaymentByDigitalPaymentService | dp_trans_id | |||
| RfnddPaytByDgtlPaymentService | dp_charge_trans_id |
@AbapCatalog: {
buffering.status: #NOT_ALLOWED,
sqlViewName: 'IBSEGC'
}
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@ClientHandling.algorithm : #SESSION_VARIABLE
@EndUserText.label: 'AcctgDoc: Data on Payment Card Payments'
@Metadata.allowExtensions:true
@ObjectModel: {
representativeKey: 'AccountingDocument',
usageType: {
dataClass: #MIXED,
serviceQuality: #C,
sizeCategory: #XL
}
}
@VDM: {
viewType: #BASIC,
private: false
}
define view I_AcctgDocPaymentCardData
as select from bsegc
{
key cast( bukrs as fis_bukrs preserving type ) as CompanyCode,
key cast( belnr as farp_belnr_d preserving type ) as AccountingDocument,
key cast( gjahr as fis_gjahr preserving type ) as FiscalYear,
key cast( rfzei as fis_rfzei_cc preserving type ) as PaymentCardItem,
ccins as PaymentCardType,
ccnum as PaymentCardNumber,
ccfol as PaymentCardSequenceNumber,
datab as PaymentCardValidityStartDate,
datbi as PaymentCardValidityEndDate,
ccname as PaymentCardHolderName,
cast( csour as farp_csour preserving type ) as PaymentCardEntryMode, // PaymentCardEntryModeTxt (text)
autwr as AuthorizedAmountInAuthznCrcy,
ccwae as AuthorizationCurrency,
cast( settl as farp_settl preserving type ) as PaytCardSettlementIsCarriedOut,
aunum as AuthorizationByPaytSrvcPrvdr,
autra as AuthorizationByAcquirer,
audat as AuthorizationDate,
autim as AuthorizationTime,
merch as MerchantByClearingHouse,
cast( locid as farp_locid_cc preserving type ) as PaytCardPointOfReceiptID,
cast( trmid as farp_trmid preserving type ) as PaymentCardTerminal,
cast( ccbtc as farp_ccbtc preserving type ) as PaymentCardPaymentSettlement,
cast( cctyp as farp_cctyp preserving type ) as PaymentCardCategoryCode,
// ccard_guid,
dp_token as PaytCardByDigitalPaymentSrvc,
cast( setra as farp_setra_cc preserving type ) as PaytCardClrgHsSettlmtRefNumber,
rcavr as PaytCardAddressVerificationSts, // PaytCardAddrVerificatStsName (text)
cast( rcava as farp_rcava_cc preserving type ) as PaytCardAddrChkApprvlStsCode, // PaytCardAddrChkApprvlStsTxt (text)
cast( rcavz as farp_rcavz_cc preserving type ) as PaytCardAddrChkZipCodeStsCode, // PaytCardAddrChkZipCodeStsTxt (text)
rcrsp as PaymentCardVerificationStatus, // PaytCardVerificationStatusName (text)
cast( rtext as farp_rtext_cc preserving type ) as PaytCardVerificationResult,
cast( dp_rtext_long as farp_rtext_long preserving type ) as PaytCardVerificatDetResultText,
cast( react as farp_react_cc preserving type ) as PaytCardSettlmtRsltRspCode,
kunnr as Customer,
cast(dp_payid as farp_dp_payid preserving type ) as PaymentByPaymentServicePrvdr,
dp_auth_rel_id as PaymentCardAuthznRelationID,
dp_advref as PaymentAdviceReference,
dp_l2l3_sent as PaymentCardDataIsSent,
dp_psp as PaymentServiceProvider,
dp_psp_transid as TransactionByPaytSrvcPrvdr,
dp_trans_id as PaymentByDigitalPaymentService,
dp_charge_trans_id as RfnddPaytByDgtlPaymentService
// opbel,
// _dataaging
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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