SAP table CCARD (Payment Card Master)

SAP table CCARD has 3 primary key fields being MANDT,CCINS,CCNUM.

If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.

Field Description Data Type Length Decimals Checktable Data Element
MANDT Client CLNT 3 0 T000 MANDT
CCINS Payment Card Type CHAR 4 0 TB033 CC_INSTITUTE
CCNUM Payment cards: Card number CHAR 25 0 CCNUM
CCNAME Payment cards: Name of cardholder CHAR 40 0 CCNAME
ISSBANK Payment cards: Issuing bank CHAR 40 0 CC_ISSBANK
CCTYP Payment cards: Card category CHAR 2 0 TB034 CC_CCTYP
MASKED_ID Masked Payment Card Number ( Digital Payment ) CHAR 25 0 DP_MASK_NUMBER
CCLOCK Payment Cards: Reason for Payment Card Lock CHAR 2 0 TB035 CC_LOCK
DATAB Payment cards: Valid from DATS 8 0 CC_DATAB
DATBI Payment Cards: Valid To DATS 8 0 CC_DATBI
AUSGDAT Payment Cards: Date of Issue DATS 8 0 CC_AUSGDAT
XCONV Checkbox CHAR 1 0 XFELD
No
X Yes

CCARD foreign key relationships

Table Field Check Table Check Field
0 CCARD CCINS TB033 Payment Cards: Type MANDT
0 CCARD CCINS TB033 Payment Cards: Type CCINS
1 CCARD CCLOCK TB035 BP: Blocking Reason for Payment Cards CCLOCK
0 CCARD CCTYP TB034 BP: Payment Card Category CCTYP
1 CCARD MANDT T000 Clients MANDT