PTK33 SAP (Supplemented individual receipt) Structure details

Dictionary Type: Structure
Description: Supplemented individual receipt




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




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

PTK33 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 "Supplemented individual receipt" 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_PTK33 TYPE PTK33.

The PTK33 table consists of various fields, each holding specific information or linking keys about Supplemented individual receipt data available in SAP. These include DATV1 (From Date), DATB1 (To Date), ANZAL (Number), DESCR (Description).. 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 PTK33 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
BELNRDocument Number NRBELCHAR3NRBEL
DATV1From Date FRDATDATS8DATUM
DATB1To Date TODATDATS8DATUM
ANZALNumber ERANZDEC3DEC3
DESCRDescription ERDESCHAR50TEXT50
PLACELocation ERPLCCHAR50TEXT50
BUSPUBusiness Purpose BUSPUCHAR50TEXT50
BUSREBusiness Partners BUSRECHAR50TEXT50
CCOMPCode of Payment Card Company CCOMPCHAR2T706_CCOMPCCOMP
C_DOCDocument Number of Credit Card Receipt C_DOCCHAR20TEXT20
C_TXTDelivered Description of a Credit Card Transaction C_TXTCHAR50TEXT50
P_CTGProvider Category PROVIDER_CATEGORYCHAR1FTPD_PROVIDER_CATEGORY
P_PRVProvider Code PROVIDER_CODECHAR3TA21PFTPD_PROVIDER_CODE
P_DOCDocument Number of a (Paper) Document P_DOCCHAR20TEXT20
.INCLU--AP 0
CCARDCredit Card Number C_NUMCHAR19TEXT19
CEKEYTransaction Key (Supplied by Credit Card Company) CEKEYCHAR10CEKEY
CFIRMAPaid by Company BEZFACHAR1XFELDTRV_PAID_COMPANY
N_STFNumber of Employees CH_NO_STAFFCHAR3CHAR3
N_PTNNumber of Employees of Business Partners CH_NO_PARTNERSCHAR3CHAR3
N_GSTNumber of Additional Guests CH_NO_GUESTSCHAR3CHAR3
GUID_CCCGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
ANZLUNumber of Lunches in Hotel Receipt PTRV_ANZLUCHAR3CHAR3
ANZDINumber of Dinners in Hotel Receipt PTRV_ANZDICHAR3CHAR3
BOOKED_PRICEBooked Price from Travel Planning BOOKED_PRICECURR10(2) GESBE
BOOKED_CURRBooked Currency from Planning BOOKED_CURRCUKY5Assigned to domainWAERS
REASONReason for Difference PTRV_REASONCHAR50TEXT50
DIFF_AMOUNTDifference Amount DIFF_AMOUNTCURR10(2) GESBE
DIFF_CURRCurrency of Difference Amount DIFF_CURRCUKY5Assigned to domainWAERS
IMAGE_LINKContains the UUID for a Document on the Archive Server PTRA_IMAGE_LINKCHAR32SYSUUID_C
FROM_MOBILEReceipt from Mobile Application PTRA_FROM_MOBILECHAR1XFELD
AIR_DEPARTUREIATA - Airport Location AIR_LOCATIONCHAR3TA21LFTPD_IATA_LOCATION
AIR_ARRIVALIATA - Airport Location AIR_LOCATIONCHAR3TA21LFTPD_IATA_LOCATION
AIRLINEAirline AIRLINECHAR3TA21PFTPD_PROVIDER_CODE
AIR_CABIN_CLASSCabin Class AIR_CABIN_CLASSCHAR1FTPD_FLIGHT_CABIN
AIR_TICKET_NUMBERTicket Number PTRV_TICKET_NUMBERCHAR15PTRV_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_COUNTRYCHAR3T702OLNDGR
SE_POSTAL_CODECity postal code AD_PSTCD1CHAR10CHAR10
SE_CUSTOMER_SERVICE_PHONECustomer Service Telephone No. of Vendor SE_CUSTOMER_SERVICE_PHONECHAR30CHAR30
BELSAReceipt Contains Collective Item PTRVPS_BELSACHAR1PTRV_DETAIL_ACCOMODATION_REC
MAZUBMeals Included in Accommodations Receipt PTRVPS_MAZUBCHAR1PTRV_DETAIL_ACCOMODATION_REC
RECAGInvoice Issued to Employer PTRVPS_RECAGCHAR1PTRV_DETAIL_ACCOMODATION_REC
SADVCollective Item Is Business Related Only PTRVPS_SADVCHAR1PTRV_DETAIL_ACCOMODATION_REC

Key field Non-key field



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

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

How to access SAP table PTK33

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