GLO_PTRV_UA_TRIP_JOURNAL SAP (Trip Journal (Structure)) Structure details

Dictionary Type: Structure
Description: Trip Journal (Structure)




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




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

GLO_PTRV_UA_TRIP_JOURNAL 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 Journal (Structure)" 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_UA_TRIP_JOURNAL TYPE GLO_PTRV_UA_TRIP_JOURNAL.

The GLO_PTRV_UA_TRIP_JOURNAL table consists of various fields, each holding specific information or linking keys about Trip Journal (Structure) data available in SAP. These include BUKRS (Company Code), PERNR (Personnel Number), ENAME (Formatted Name of Employee or Applicant), ORGTX (Short Text of Organizational Unit).. 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_UA_TRIP_JOURNAL 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
SEQ_NUMSequential Number GLO_PTRV_UA_SEQ_NUMNUMC8NUMC8
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
ORGTXShort Text of Organizational Unit ORGTXCHAR25TEXT25
PLSTXPosition (Short Text) PLSTXCHAR25TEXT25
MOREITrip Provision Variant MOREICHAR2T702NMOREIMOR
REINRTrip Number REINRNUMC10REINR
ZLANDTrip Country / Trip Country Group LNDGRCHAR3Assigned to domainLNDGR
HRGIORegion of Main Destination HRGIOCHAR5Assigned to domainRGION
ZORT1Location RZIELORTCHAR59RZIELORT
KUNDEReason for Trip (for example, customer/requisitioner) RKUNDECHAR59RKUNDE
COMMENT1Comment 1st Line GLO_PTRV_UA_COMMENT_LINE1CHAR72GLO_PTRV_UA_COMMENT_LINE
COMMENT2Comment 2nd Line GLO_PTRV_UA_COMMENT_LINE2CHAR72GLO_PTRV_UA_COMMENT_LINE
DATV1Beginning Date of Trip Segment REBEDDATS8REDAT
DATB1End Date of Trip Segment REENDDATS8REDAT
EXCHANGE_DATEReference Date of Trip PTRV_DATTNDATS8REDAT
ANTRGTravel Request or Trip Approved (Indicator) ANTRGCHAR1ANTRG
ABRECOpen / To be Settled / Settled (Indicator) ABRECCHAR1ABREC

Key field Non-key field



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

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

How to access SAP table GLO_PTRV_UA_TRIP_JOURNAL

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