FAHRT_WOHNUNG_ARBEIT SAP (Fields for Trips: Residence - Workplace from PS0191) Structure details

Dictionary Type: Structure
Description: Fields for Trips: Residence - Workplace from PS0191




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




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

FAHRT_WOHNUNG_ARBEIT 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 for Trips: Residence - Workplace 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_FAHRT_WOHNUNG_ARBEIT TYPE FAHRT_WOHNUNG_ARBEIT.

The FAHRT_WOHNUNG_ARBEIT table consists of various fields, each holding specific information or linking keys about Fields for Trips: Residence - Workplace from PS0191 data available in SAP. These include AWDSW (Expenses: Weekend Trip Tome), AWDBW (Amount for Weekend Trip Home), WAETK (Distance in Kilometers: Residence-Workplace), WASTD (Travel Time: Residence-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: Can be enhanced (character-type or numeric)


SAP FAHRT_WOHNUNG_ARBEIT 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
FKEJNReimburse Travel Costs for Residence-Workplace? P01B_FKEJNCHAR1XFELD
AWDSWExpenses: Weekend Trip Tome P01B_AWDSWCHAR2T5DBOP01B_AUFWD
AWDBWAmount for Weekend Trip Home P01B_AWDBWCURR9(2) BETRG
WAETKDistance in Kilometers: Residence-Workplace P01B_WAETKDEC5DEC5
WASTDTravel Time: Residence-Workplace P01B_WASTDDEC5(2) STDAZ
WAAMFNumber of Passengers Residence-Workplace P01B_WAAMFDEC2DEC2
WATRKTravel Costs: Residence - Workplace P01B_WATRKCURR9(2) BETRG

Key field Non-key field



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

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

How to access SAP table FAHRT_WOHNUNG_ARBEIT

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