UNTERKUNFT_FAHRT_U_A SAP (Fields: Accommodation and Trip Accom. - Workpl. from PS0191) Structure details

Dictionary Type: Structure
Description: Fields: Accommodation and Trip Accom. - Workpl. from PS0191




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




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

UNTERKUNFT_FAHRT_U_A 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 "Fields: Accommodation and Trip Accom. - Workpl. from PS0191" 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_UNTERKUNFT_FAHRT_U_A TYPE UNTERKUNFT_FAHRT_U_A.

The UNTERKUNFT_FAHRT_U_A table consists of various fields, each holding specific information or linking keys about Fields: Accommodation and Trip Accom. - Workpl. from PS0191 data available in SAP. These include UEART (Type of Accommodation), WOHNR (Hostel Number), UEKOS (Accommodation Costs), UAVKM (Means of Transport: Place of Overnight Stay to Workplace).. 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: Cannot Be Enhanced


SAP UNTERKUNFT_FAHRT_U_A 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
UEEDKOrigin of Accomodation Costs P01B_UEEDKCHAR1P01B_UEEDK
UEARTType of Accommodation P01B_UEARTCHAR2Assigned to domainP01B_AUFWD
WOHNRHostel Number P01B_WOHNRCHAR4Assigned to domainP01B_WOHNR
UEKOSAccommodation Costs P01B_UEKOSCURR9(2) BETRG
UAVKMMeans of Transport: Place of Overnight Stay to Workplace P01B_UAVKMCHAR2Assigned to domainP01B_AUFWD
UAETKDistance in km - Overnight Stay - Workplace P01B_UAETKDEC3DEC3
UASTDTravel Time: Place of Overnight Stay to Workplace P01B_UASTDDEC5(2) STDAZ
UAAMFNumber of Passengers: Overnight Stay at Workplace P01B_UAAMFDEC2DEC2
UATRKTravel Costs: Place of Overnight Stay to Workplace P01B_UATRKCURR9(2) BETRG

Key field Non-key field



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

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

How to access SAP table UNTERKUNFT_FAHRT_U_A

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