TRVSTA_DIS SAP (List of eval. fields for receipt detail display, RPRSTA01) Structure details

Dictionary Type: Structure
Description: List of eval. fields for receipt detail display, RPRSTA01




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




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

TRVSTA_DIS 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 "List of eval. fields for receipt detail display, RPRSTA01" 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_TRVSTA_DIS TYPE TRVSTA_DIS.

The TRVSTA_DIS table consists of various fields, each holding specific information or linking keys about List of eval. fields for receipt detail display, RPRSTA01 data available in SAP. These include BELEG#BELNR (Document Number), BELEG#BETRG (Amount on Individual Receipt), BELEG#WAERS (Currency Key), BELEG#KURSB (Exchange Rate).. 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: Not classified


SAP TRVSTA_DIS 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
P_ALL#REINRTrip Number REINRNUMC10REINR
BELEG#BELNRDocument Number NRBELCHAR3NRBEL
BELEG#BETRGAmount on Individual Receipt GESBBCURR10(2) GESBE
BELEG#WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BELEG#KURSBExchange Rate UKURS_CURRDEC9(5) EXCRTUKURS
P_ALL#BETRGReceipt Amount in Local Currency L_BETRGCURR10(2) GESBE
P_ALL#WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BELEG#BLDATReceipt Date BELDTDATS8REDAT
BELEG#BTEXTShort Receipt Information TXBELCHAR10TXBEL
BELEG#MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
BELEG#ANZFRNumber of Breakfasts FRANZDEC2FRANZ
BELEG#LNDFRCountry of Receipt LNDFRCHAR3Assigned to domainLNDGR
BELEG#RGIONTrip Country/Trip Country Group/Trip Region RGIONCHAR5Assigned to domainRGION
BELEG#BERFRTrip Type: Enterprise-Specific BEREICHAR1Assigned to domainBEREI
EXBEL#DATV1From Date FRDATDATS8DATUM
EXBEL#DATB1To Date TODATDATS8DATUM
EXBEL#ANZALNumber ERANZDEC3DEC3
EXBEL#DESCRDescription ERDESCHAR50TEXT50
EXBEL#PLACELocation ERPLCCHAR50TEXT50
EXBEL#BUSPUBusiness Purpose BUSPUCHAR50TEXT50
EXBEL#BUSREBusiness Partners BUSRECHAR50TEXT50
EXBEL#CCOMPCode of Payment Card Company CCOMPCHAR2Assigned to domainCCOMP
EXBEL#C_DOCDocument Number of Credit Card Receipt C_DOCCHAR20TEXT20
EXBEL#C_TXTDelivered Description of a Credit Card Transaction C_TXTCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table TRVSTA_DIS

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