The CCSEC_ENCV table in SAP ERP or S/4HANA stores Encrypted Payment Card Data data. There are total 6 fields in CCSEC_ENCV table. The Encrypted Payment Card Data table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CCSEC_ENCV table. It is in Payment Cards: Encryption (PCA_SECURITY) ABAP package and is part of the Payment Cards (AP-MD-PCA) module.
SAP CCSEC_ENCV Table Fields
Following is the list of fields that are available in SAP CCSEC_ENCV table. The primary key fields of Encrypted Payment Card Data table in SAP are MANDT (Client), GUID (GUID of a Payment Card).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| GUID | GUID of a Payment Card | CARD_GUID | RAW (16) | |
| CRYPTIC_NUMBER | Externally Encrypted Payment Card Number | PCA_CRYPTIC_RAW_EXTERNAL | RSTR () | |
| CRYPTIC_LEN | Length of Encoded Payment Card Number | PCA_CRYPTIC_LEN | INT4 (10) | |
| USEDT | Date of Last Use | CCSEC_USEDT | DATS (8) | |
| PAREA | Subarea (for Parallel Processing) | CCSEC_PAREA | NUMC (3) |


