PTRV_UTIL_CCC_BUF SAP (Documents in Credit Card Buffer) Structure details

Dictionary Type: Structure
Description: Documents in Credit Card Buffer




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




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

PTRV_UTIL_CCC_BUF is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Documents in Credit Card Buffer" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PTRV_UTIL_CCC_BUF TYPE PTRV_UTIL_CCC_BUF.

The PTRV_UTIL_CCC_BUF table consists of various fields, each holding specific information or linking keys about Documents in Credit Card Buffer data available in SAP. These include KATEG (Credit Card Transaction Category), SPKZL (Travel Expense Type), BETRG (Character Length 11), WAERS (Currency Key).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PTRV_UTIL_CCC_BUF structure 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
CCC_NRSequence Number of Receipts in CCC Receipt Buffer CCC_NRCHAR3NRBEL
KATEGCredit Card Transaction Category PTRV_CCC_CATEGORYCHAR1PTRV_CCC_CATEGORY
SPKZLTravel Expense Type SPKZLCHAR4Assigned to domainSPKZLRSASH_EXPENSE_TYPES
BETRGCharacter Length 11 CHAR11CHAR11CHAR11
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BKURSExchange Rate for Credit Card Transaction CRATECHAR10CHAR10
MWSKZVersion Number Component CHAR2CHAR2CHAR2
BDATUReceipt Date BELDTDATS8REDAT
BZEITTime UZEITTIMS6UZEIT
BTEXTShort Receipt Information TXBELCHAR10TXBEL
ANZFRVersion Number Component CHAR2CHAR2CHAR2
LNDFRCountry of Receipt LNDFRCHAR3Assigned to domainLNDGR
REGIOTrip Country/Trip Country Group/Trip Region RGIONCHAR5Assigned to domainRGION
C_DOCDocument Number of Credit Card Receipt C_DOCCHAR20TEXT20
TODOFurther Processing with Credit Card Transactions TODOFNUMC2TODOF
CCOMPCode of Payment Card Company CCOMPCHAR2Assigned to domainCCOMP
C_TXTDelivered Description of a Credit Card Transaction C_TXTCHAR50TEXT50
FRONTSingle-Character Indicator CHAR1CHAR1CHAR1
CCARDCredit Card Number C_NUMCHAR19TEXT19
CRUNNumber of Credit Card Accounting Run PTRV_CCC_RUNCHAR10CHAR10
PAYOTService Provider PAYOTCHAR2Assigned to domainPAYOT
LOC_AMOUNTReceipt amount in local currency PTRV_LOC_AMOUNTCURR13(2) WERTV7
LOC_CURRAccounting Currency in Credit Card File PTRV_CCC_ACC_CURKEYCUKY5TCURCWAERS
CEKEYTransaction Key (Supplied by Credit Card Company) CEKEYCHAR10CEKEY
FIRMAPaid by Company BEZFACHAR1XFELDTRV_PAID_COMPANY
GUID_CCCGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
CCARD_GUIDGUID of a Payment Card CARD_GUIDRAW16SYSUUID
REVERSE_CHARGE_TAXReverse Charge Tax Indicator (X = Reverse Charge Tax) REVERSE_CHARGE_TAXCHAR1XFELD
REVERSE_CHARGE_COUNTRYCountry In Which Reverse Charge Tax Is Paid REVERSE_CHARGE_COUNTRYCHAR3Assigned to domainLNDGR
AIR_DEPARTUREIATA - Airport Location AIR_LOCATIONCHAR3Assigned to domainFTPD_IATA_LOCATION
AIR_ARRIVALIATA - Airport Location AIR_LOCATIONCHAR3Assigned to domainFTPD_IATA_LOCATION
AIRLINEAirline AIRLINECHAR3Assigned to domainFTPD_PROVIDER_CODE
AIR_CABIN_CLASSCabin Class AIR_CABIN_CLASSCHAR1FTPD_FLIGHT_CABIN
AIR_TICKET_NUMBER_OBSOLETTicket Number TICKET_NUMBERNUMC15FTPD_TICKET_NUMBER
CAR_ODOMETER_READINGOdometer Mileage CAR_ODOMETER_READINGNUMC8
SE_NAMEName 1 AD_NAME1CHAR40TEXT40
SE_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
SE_CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
SE_STATE_PROVINCEDistrict (US: County) SE_STATE_PROVINCECHAR40TEXT40
SE_COUNTRYCountry of Vendor SE_COUNTRYCHAR3Assigned to domainLNDGR
SE_POSTAL_CODECity postal code AD_PSTCD1CHAR10CHAR10
SE_CUSTOMER_SERVICE_PHONECustomer Service Telephone No. of Vendor SE_CUSTOMER_SERVICE_PHONECHAR30CHAR30
IMAGE_LINKContains the UUID for a Document on the Archive Server PTRA_IMAGE_LINKCHAR32SYSUUID_C
FROM_CCCCredit Card Receipt PTRA_FROM_CCCCHAR1XFELD
FROM_PLANPlanning Receipt PTRA_FROM_PLANCHAR1XFELD
FROM_MOBILEReceipt from Mobile Application PTRA_FROM_MOBILECHAR1XFELD
AIR_TICKET_NUMBERTicket Number PTRV_TICKET_NUMBERCHAR15PTRV_TICKET_NUMBER

Key field Non-key field



How do I retrieve data from SAP structure PTRV_UTIL_CCC_BUF using ABAP code?

As PTRV_UTIL_CCC_BUF is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PTRV_UTIL_CCC_BUF as there is no data to select.

How to access SAP table PTRV_UTIL_CCC_BUF

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