SAP Table CCARD
Payment Card Master
CCARD (Payment Card Master) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link CCARD to other SAP tables.
CCARD table fields
Field | Data element | Checktable | Datatype | Length | Decimals | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
MANDT | Client | MANDT | T000 | CLNT | 3 | 0 | ||||||
CCINS | Payment card type | CC_INSTITUTE | TB033 | CHAR | 4 | 0 | ||||||
CCNUM | Payment cards: Card number | CCNUM | CHAR | 25 | 0 | |||||||
CCNAME | Payment cards: Name of cardholder | CCNAME | CHAR | 40 | 0 | |||||||
ISSBANK | Payment cards: Issuing bank | CC_ISSBANK | CHAR | 40 | 0 | |||||||
CCTYP | Payment cards: Card category | CC_CCTYP | TB034 | CHAR | 2 | 0 | ||||||
CCLOCK | Payment Cards: Reason for Payment Card Lock | CC_LOCK | TB035 | CHAR | 2 | 0 | ||||||
DATAB | Payment cards: Valid from | CC_DATAB | DATS | 8 | 0 | |||||||
DATBI | Payment Cards: Valid To | CC_DATBI | DATS | 8 | 0 | |||||||
AUSGDAT | Payment Cards: Date of Issue | CC_AUSGDAT | DATS | 8 | 0 | |||||||
XCONV | Checkbox | XFELD | CHAR | 1 | 0 |
Possible values
|
CCARD foreign key relationships
Table | Field | Foreign key table | Foreign key field | Check table | Check field | |
---|---|---|---|---|---|---|
CCARD | CCINS | CCARD | MANDT | TB033 | Payment Cards: Type | MANDT |
CCARD | CCINS | CCARD | CCINS | TB033 | Payment Cards: Type | CCINS |
CCARD | CCLOCK | CCARD | MANDT | TB035 | BP: Blocking Reason for Payment Cards | CLIENT |
CCARD | CCLOCK | CCARD | CCLOCK | TB035 | BP: Blocking Reason for Payment Cards | CCLOCK |
CCARD | CCTYP | CCARD | CCTYP | TB034 | BP: Payment Card Category | CCTYP |
CCARD | CCTYP | CCARD | MANDT | TB034 | BP: Payment Card Category | CLIENT |
CCARD | MANDT | CCARD | MANDT | T000 | Clients | MANDT |