I_PAYMENTCARD
Core View for Payment Card
I_PAYMENTCARD is a CDS View in S/4HANA. Core View for Payment Card. It contains 8 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_BusinessPartnerPaymentCard | view | from | BASIC | Business Partner Payment Card |
| I_PaymentCardTP | view | from | TRANSACTIONAL | Association view for BUT0CC table |
| I_PaymentCardTP_2 | view_entity | from | TRANSACTIONAL | BP Payment Card TP view |
Fields (8)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | BusinessPartner | BusinessPartner | 2 |
| KEY | CardNumber | CardNumber,CardNumberForEdit | 1 |
| KEY | PaymentCardID | PaymentCardID,PaymentCardIDForEdit | 1 |
| KEY | PaymentCardType | PaymentCardType,PaymentCardTypeForEdit | 1 |
| AuthorizationGroup | AuthorizationGroup | 1 | |
| CardDescription | CardDescription | 1 | |
| CollectionIsAuthorized | CollectionIsAuthorized | 1 | |
| IsStandardCard | IsStandardCard | 1 |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Core View for Payment Card
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PAYMENTCARD (
BUSINESSPARTNER,
CARDNUMBER,
PAYMENTCARDID,
PAYMENTCARDTYPE,
AUTHORIZATIONGROUP,
CARDDESCRIPTION,
COLLECTIONISAUTHORIZED,
ISSTANDARDCARD,
PRIMARY KEY (BUSINESSPARTNER, CARDNUMBER, PAYMENTCARDID, PAYMENTCARDTYPE)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- 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
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA