TXW_ZIEL SAP (Stopover) Structure details

Dictionary Type: Structure
Description: Stopover




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




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

TXW_ZIEL 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 "Stopover" 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_TXW_ZIEL TYPE TXW_ZIEL.

The TXW_ZIEL table consists of various fields, each holding specific information or linking keys about Stopover data available in SAP. These include PERNR (Personnel Number), REINR (Trip number), PERIO (Period), PDVRS (Sequential number of period).. 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 TXW_ZIEL 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel Number TXW_PERNR_DNUMC8PERNRPER
REINRTrip number TXW_REINRNUMC10REINR
PERIOPeriod PERIODENUMC3NUM3GFP
PDVRSSequential number of period TXW_PDVRSNUMC2NUMC2
ZIKEYDestination assignment TXW_PT_ZIKEYCHAR2CHAR2
KZREATrip Type: Statutory TXW_PT_KZREACHAR1CHAR1
KZTKTTrip Activity Type TXW_PT_KZTKTCHAR1CHAR1
ZLANDCountry Key LAND1CHAR3Assigned to domainLAND1LND
BEREITrip type: Enterprise-specific TXW_PT_BEREICHAR1CHAR1
ZORT1Location TXW_PT_ORT1CHAR17CHAR17
KUNDEReason for trip (e.g. customer/requisitioner) TXW_PT_KUND17CHAR17CHAR17
RVDATPart of trip: Beginning date TXW_PT_BEGINDATS8DATS
RVUHRTrip segment: Beginning time TXW_PT_BEGTIMETIMS6TIME
RBDATPart of trip: End date TXW_PT_ENDDATDATS8DATS
RBUHRTrip segment: End time TXW_PT_ENDTIMETIMS6TIME
RADATPart of trip: Arrival date TXW_PT_PRTDATEDATS8DATS
RAUHRPart of trip: Arrival time TXW_PT_PRTTIMETIMS6TIME
UEBPANumber of Overnight stays for Per-Diem Settlement TXW_PT_ANUEPCHAR2CHAR2
KZPRIPrivate stopover TXW_PT_PRISTPCHAR1CHAR1
RGIONTrip country/trip country group/trip region TXW_PT_RGIONCHAR5CHAR5
PROTECTProtection indicator of entry TXW_PT_PROTECTCHAR1CHAR1
ABWH_ARTAbsence Type TXW_PT_ABSTYPECHAR1CHAR1
ZUSCH_ARTAllowance Type TXW_PT_ALLTYPECHAR1CHAR1
TRG_PARTNERSeparation Allowance Action of Spouse at Same Location TXW_PT_TRGPRTCHAR1CHAR1
ENTGELT_UNTERKChargeable Accomodations Retained During Absence TXW_PT_CHACCOCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table TXW_ZIEL

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