PTK34_TRANS SAP (Structure For Table TRANS Of TC Cluster) Structure details

Dictionary Type: Structure
Description: Structure For Table TRANS Of TC Cluster




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




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

PTK34_TRANS 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 "Structure For Table TRANS Of TC Cluster" 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_PTK34_TRANS TYPE PTK34_TRANS.

The PTK34_TRANS table consists of various fields, each holding specific information or linking keys about Structure For Table TRANS Of TC Cluster 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 PTK34_TRANS 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
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
REINRTrip Number REINRNUMC10REINR
SCHEMTrip schema RSCHECHAR2Assigned to domainRSCHE
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 PTK34_TRANS using ABAP code?

As PTK34_TRANS 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 PTK34_TRANS as there is no data to select.

How to access SAP table PTK34_TRANS

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