BAPITRADDI SAP (Additional receipt info; Structure for BAPI interface) Structure details

Dictionary Type: Structure
Description: Additional receipt info; Structure for BAPI interface




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




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

BAPITRADDI 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 "Additional receipt info; Structure for BAPI interface" 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_BAPITRADDI TYPE BAPITRADDI.

The BAPITRADDI table consists of various fields, each holding specific information or linking keys about Additional receipt info; Structure for BAPI interface data available in SAP. These include NO_BRFT (Number of Breakfasts), COUNTRY (Trip Country / Trip Country Group), REGION (Trip Country/Trip Country Group/Trip Region), TT_COMSP (Trip Type: Enterprise-Specific).. 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 BAPITRADDI 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
RECEIPTNODocument Number NRBELCHAR3NRBEL
NO_BRFTNumber of Breakfasts FRANZDEC2FRANZ
COUNTRYTrip Country / Trip Country Group LNDGRCHAR3T706OLNDGR
REGIONTrip Country/Trip Country Group/Trip Region RGIONCHAR5T702ORGION
TT_COMSPTrip Type: Enterprise-Specific BEREICHAR1T702XBEREI
FROM_DATEFrom Date FRDATDATS8DATUM
TO_DATETo Date TODATDATS8DATUM
MULTIPLINumber ERANZDEC3DEC3
DESCRIPTDescription ERDESCHAR50TEXT50
LOCATIONLocation ERPLCCHAR50TEXT50
BUS_PURPOBusiness Purpose BUSPUCHAR50TEXT50
BUS_REASONBusiness Partners BUSRECHAR50TEXT50
CCOMPCode of Payment Card Company CCOMPCHAR2Assigned to domainCCOMP
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_CODECHAR3Assigned to domainFTPD_PROVIDER_CODE
P_DOCDocument Number of a (Paper) Document P_DOCCHAR20TEXT20
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
CFIRMAPaid by Company BEZFACHAR1XFELDTRV_PAID_COMPANY
ANZLUNumber of Lunches on Hotel Receipt LUANZCHAR3CHAR3
ANZDINumber of Dinners on Hotel Receipt DIANZCHAR3CHAR3
BOOKED_PRICECurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
BOOKED_CURRBooked Currency from Travel Planning PTRV_BOOKED_CURRCUKY5Assigned to domainWAERS
DIFF_AMOUNTCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
DIFF_CURRCurrency of Difference Amount PTRV_DIFF_CURRCUKY5Assigned to domainWAERS
REASONReason for Difference PTRV_REASON_L4HCHAR50TEXT50
STCEGVAT Registration Number STCEGCHAR20STCEG
STCD1Tax Number 1 STCD1CHAR16STCD1
NAMEName 1 AD_NAME1CHAR40TEXT40
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUMHouse Number AD_HSNM1CHAR10TEXT10
POST_CODECity postal code AD_PSTCD1CHAR10CHAR10
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
RECEIPT_NOInvoice Number of Original Receipt PTRV_RECEIPT_NO_CORECHAR16
RECEIPT_ITEMNumber of Invoice Item PTRV_RECEIPT_ITEM_CORENUMC3
FWSTETax Amount in Receipt Currency PTRV_FWSTE_COREDEC23(4) BAPICURR
VAT_SERVICE_CODEType of Goods and Services PTRV_VAT_SERVICE_CODE_CORECHAR3CHAR3
VAT_SUB_SRV_CODESubcodes for Goods and Services PTRV_VAT_SUB_SRV_CODE_CORECHAR15CHAR15
VAT_SERVICE_DESCDescription of Goods and Services PTRV_VAT_SERVICE_DESC_CORECHAR100TEXT100
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_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
AIR_TICKET_NUMBERTicket Number PTRV_TICKET_NUMBERCHAR15PTRV_TICKET_NUMBER

Key field Non-key field



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

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

How to access SAP table BAPITRADDI

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