PTRV_CCC SAP (Error Receipts for Credit Card Clearing) Table details

Dictionary Type: Table
Description: Error Receipts for Credit Card Clearing




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




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

PTRV_CCC is a standard SAP Table which is used to store Error Receipts for Credit Card Clearing data and is available within R/3 SAP systems depending on the version and release level.

The PTRV_CCC table consists of various fields, each holding specific information or linking keys about Error Receipts for Credit Card Clearing data available in SAP. These include GENKEY (Key for Table PTRV_CCC (Sequential Number)), LINETYPE (Line Type in Credit Card File), PERNR (Personnel Number), PNAME (Name of Employee From Credit Card Clearing).. 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: Can be enhanced (character-type or numeric)


SAP PTRV_CCC 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
GENKEYKey for Table PTRV_CCC (Sequential Number) PTRV_CCC_GENKEYNUMC8NUMC8
LINETYPELine Type in Credit Card File PTRV_CCC_LINETYPECHAR1PTRV_CCC_LINETYPE
PERNRPersonnel Number P_PERNRNUMC8PERNR
PNAMEName of Employee From Credit Card Clearing PTRV_CCC_NAMECHAR50TEXT50
CARDNUMCredit Card Number C_NUMCHAR19TEXT19
CARDFLAGIndicator: Employee Credit Card/ Corporate Credit Card PTRV_CCC_CARDFLAGCHAR1PTRV_CCC_CARDFLAG
UMSDATUMDate of Credit Card Transaction PTRV_CCC_PURCHASE_DATEDATS8DATUM
UMS_ZEITTime Of Credit Card Transaction PTRV_CCC_PURCHASE_TIMECHAR6PTRV_CCC_PURCHASE_TIME
SP_KATEGCredit Card Transaction Category PTRV_CCC_CATEGORYCHAR1PTRV_CCC_CATEGORY
SPESTEXTTransaction Key (Supplied by Credit Card Company) CEKEYCHAR10CEKEY
S_H_FLAGIndicator Credit/Debit Credit Card Clearing PTRV_CCC_DEBIT_CREDITCHAR1PTRV_CCC_DEBIT_CREDIT
UMSBETRGNumerical Amount in Original Currency (Credit Card Clearing) PTRV_CCC_ORG_AMOUNTNUMC10NUM10
UMSNACHKNumber of Decimal Places For Currency (Credit Card Clearing) PTRV_CCC_DECIMALSNUMC1NUM1
UMSWAEHRCurrency Key WAERSCUKY5TCURCWAERSFWS
UMS_LANDCountry Where Credit Card Transaction Took Place (ISO Code) PTRV_CCC_PURCHASE_COUNTRYCHAR3INTCA3
UMS_MWSTValue-Added Tax Rate (Amount) in Credit Card Clearing ABRMWSTSNUMC5NUM5
UMS_KURSNumerical Exchange Rate (7 Dec. Places) in Credit Card File PTRV_CCC_EXCHANGE_RATENUMC11NUM11
UMS_HEIMNummerical Amount in Accounting Currency (Credit Card Clear) PTRV_CCC_ACC_AMOUNTNUMC10NUM10
UMSGEBURNummerical Additional Charges Amount (Credit Card Clearing) PTRV_CCC_ADD_CHARGENUMC10NUM10
UMSTOTALNumerical Total Amount (Credit Card Clearing) PTRV_CCC_TOTAL_AMOUNTNUMC10NUM10
ADDCOUNTNo. of Additional Information Lines for Credit Card Trans. PTRV_CCC_ADD_COUNTNUMC2NUM2
TEXT_LANGDelivered Description of a Credit Card Transaction C_TXTCHAR50TEXT50
UMSDOKNRDocument Number of Credit Card Receipt C_DOCCHAR20TEXT20
TRIPNOTrip Number REINRNUMC10REINR
DATE_INDate in CHAR Format PTRV_CCC_DATECCHAR8CHAR8
DATE_OUTDate in CHAR Format PTRV_CCC_DATECCHAR8CHAR8
VERSION_NRNumber of Credit Card Accounting Run PTRV_CCC_RUNCHAR10CHAR10
E_DESCRIPTIONError Description for Credit Card Transaction PTRV_CCC_ERROR_TEXTCHAR132TEXT132
CARDCOMPCode of Payment Card Company CCOMPCHAR2Assigned to domainCCOMP
COMPCODECompany ID for Credit Card Clearing COMPCODECHAR10CHAR10
ABRWAEHRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ABRNACHKNumber of Decimal Places For Currency (Credit Card Clearing) PTRV_CCC_DECIMALSNUMC1NUM1
CARDNUM_GUIDGUID of a Payment Card CARD_GUIDRAW16SYSUUID
IMAGE_LINKContains the UUID for a Document on the Archive Server PTRA_IMAGE_LINKCHAR32SYSUUID_C
REVERSE_CHARGE_TReverse Charge Tax Indicator (X = Reverse Charge Tax) REVERSE_CHARGE_TAXCHAR1XFELD
REVERSE_CHARGE_CCountry In Which Reverse Charge Tax Is Paid REVERSE_CHARGE_COUNTRYCHAR3Assigned to domainLNDGR

Key field Non-key field



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

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

SELECT SINGLE *
FROM PTRV_CCC
INTO CORRESPONDING FIELDS OF WA_PTRV_CCC
WHERE...

How to access SAP table PTRV_CCC

Within an ECC or HANA version of SAP you can also view further information about PTRV_CCC 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!