GLO_PTRV_WEB_TRANSPORT SAP (Trip Reimbursement Amounts for Transport) Structure details

Dictionary Type: Structure
Description: Trip Reimbursement Amounts for Transport




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




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

GLO_PTRV_WEB_TRANSPORT 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 "Trip Reimbursement Amounts for Transport" 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_GLO_PTRV_WEB_TRANSPORT TYPE GLO_PTRV_WEB_TRANSPORT.

The GLO_PTRV_WEB_TRANSPORT table consists of various fields, each holding specific information or linking keys about Trip Reimbursement Amounts for Transport data available in SAP. These include DATE_TO (End Date of Trip Segment), COUNTRY (Trip Country / Trip Country Group), REGION (Trip Country/Trip Country Group/Trip Region), COUNTRY_REGION_NAME (Name of Trip Country/Country Group/Region).. 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 GLO_PTRV_WEB_TRANSPORT 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
DATE_FROMBeginning Date of Trip Segment REBEDDATS8REDAT
DATE_TOEnd Date of Trip Segment REENDDATS8REDAT
COUNTRYTrip Country / Trip Country Group LNDGRCHAR3Assigned to domainLNDGR
REGIONTrip Country/Trip Country Group/Trip Region RGIONCHAR5Assigned to domainRGION
COUNTRY_REGION_NAMEName of Trip Country/Country Group/Region TEXT_RGIONCHAR25TRV25
LINE_TYPE_NAMELong Text LTEXTCHAR40TEXT40
NUMBERNumber GLO_PTRV_NUM_DECDEC4(1)
AMOUNT_TAX_EXEMPTTax-Free Amount (IRS) BETFZCURR10(2) GESBE
AMOUNT_ENTERP_SPECReimbursement Amount (Enterprise-Specific) BETFACURR10(2) GESBE
AMOUNT_ADDL_AMOUNTTaxable Amount (Additional Amount) BETHICURR10(2) GESBE
AMOUNT_INCL_REL_EXPENSESIncome-Related Expenses BETWECURR10(2) GESBE
TOTAL_TAX_EXEMPTTax-Free Amount (IRS) BETFZCURR10(2) GESBE
TOTAL_ENTERP_SPECReimbursement Amount (Enterprise-Specific) BETFACURR10(2) GESBE
TOTAL_ADDL_AMOUNTTaxable Amount (Additional Amount) BETHICURR10(2) GESBE
TOTAL_INC_REL_EXPENSESIncome-Related Expenses BETWECURR10(2) GESBE
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_NAMELong Text LTEXTCHAR40TEXT40
SUM_LINECheckbox XFELDCHAR1XFELD
AMOUNT_TAX_EXEMPT_ORIG_CURRTax-Free Amount (IRS) BETFZCURR10(2) GESBE
AMOUNT_ENTERP_SPEC_ORIG_CURRReimbursement Amount (Enterprise-Specific) BETFACURR10(2) GESBE
CURRENCY_ORIGCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_NAME_ORIGLong Text LTEXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table GLO_PTRV_WEB_TRANSPORT

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