CCARDEC SAP (Encrypted Payment Card Numbers) Table details

Dictionary Type: Table
Description: Encrypted Payment Card Numbers




ABAP Code to SELECT data from CCARDEC
Related tables to CCARDEC
Access table CCARDEC




Table field list including key, data, relationships and ABAP select examples

CCARDEC is a standard SAP Table which is used to store Encrypted Payment Card Numbers data and is available within R/3 SAP systems depending on the version and release level.

The CCARDEC table consists of various fields, each holding specific information or linking keys about Encrypted Payment Card Numbers data available in SAP. These include CCARD_GUID (Reference to Encrypted Payment Card Data), CCARD_SEQNR (Sequential Number), CCARD_BIN (Encrypted Data), CCARD_ORIGIN (Origin of Payment Card Number).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CCARDEC table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
CCARD_GUIDReference to Encrypted Payment Card Data CCARDEC_GUIDCHAR32SYSUUID_C
CCARD_SEQNRSequential Number CCARDEC_SEQNRNUMC3NUM03
CCARD_BINEncrypted Data CCARDEC_BINRAW255CCARDEC_BIN
CCARD_ORIGINOrigin of Payment Card Number CCARDEC_ORIGINCHAR6CCARDEC_ORIGIN
CCARD_HASHVALUEHash Value of Payment Card Number CCARDEC_HASHVALUECHAR40CHAR40
CCARD_DESCPayment Card Description CCARDEC_DESCCHAR32CHAR32
CCARD_LENLength of Encrypted Data CCARDEC_LENINT410RFCINT4
CCARD_TIMESTAMPCreated On CCARDEC_TIMESTAMPDEC15TSTPSCCARDEC_TIMESTAMP
KEYVERSIONSSF Key Version SSFKEYVERSINT410
PAREASubarea (for Parallel Processing) CCSEC_PAREANUMC3NUMC3

Key field Non-key field



How do I retrieve data from SAP table CCARDEC using ABAP code

The following ABAP code Example will allow you to do a basic selection on CCARDEC to SELECT all data from the table
DATA: WA_CCARDEC TYPE CCARDEC.

SELECT SINGLE *
FROM CCARDEC
INTO CORRESPONDING FIELDS OF WA_CCARDEC
WHERE...

How to access SAP table CCARDEC

Within an ECC or HANA version of SAP you can also view further information about CCARDEC and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!