Q0191 SAP (Construction Pay Expenses) Structure details

Dictionary Type: Structure
Description: Construction Pay Expenses




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




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

Q0191 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 "Construction Pay Expenses" 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_Q0191 TYPE Q0191.

The Q0191 table consists of various fields, each holding specific information or linking keys about Construction Pay Expenses data available in SAP. These include RUEWO (Indicator - Weekly Return to Residence), RUEVW (Indicator - Return to Residence Every Four Weeks), STEWT (Indicator: Work at Changing Locations), SDRDG (Business Trip Indicator).. 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 Q0191 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
RUETGIndicator - Daily Return to Residence P01B_RUETGCHAR1XFELD
RUEWOIndicator - Weekly Return to Residence P01B_RUEWOCHAR1XFELD
RUEVWIndicator - Return to Residence Every Four Weeks P01B_RUEVWCHAR1XFELD
STEWTIndicator: Work at Changing Locations P01B_STEWTCHAR1XFELD
SDRDGBusiness Trip Indicator P01B_SDRDGCHAR1XFELD
SOABRIndicator: Regular Workplace P01B_SOABRCHAR1XFELD
SAAWTFlag: On-Site Work (From 2008) P01B_SAAWTCHAR1XFELD
EDKATAccomodation Costs per Workday P01B_EDKATCHAR1XFELD
EDKKTAccomodation Costs per Calendar Day P01B_EDKKTCHAR1XFELD
TEXT1Text for Construction Wage Expense P01B_STEXTCHAR25TXT25
TEXT2Text for Construction Wage Expense P01B_STEXTCHAR25TXT25
TEXT3Text for Construction Wage Expense P01B_STEXTCHAR25TXT25
TEXT4Text for Construction Wage Expense P01B_STEXTCHAR25TXT25
TEXT5Text for Construction Wage Expense P01B_STEXTCHAR25TXT25
RUTXTText for Domain Value P01B_DOTXTCHAR40TEXT40
UATXTText for Domain Value P01B_DOTXTCHAR40TEXT40
ABWTGAbsence Day - Meal Allowance P01B_ABWTGCHAR1P01B_ABWTG
SPERRLock Weekend Trip Home P01B_SPERRCHAR1XFELD
ANRATArrival on First Working Day P01B_ANRATCHAR1XFELD
ANRVTArrival on Previous Day P01B_ANRVTCHAR1XFELD
ABLATDeparture on Last Working Day P01B_ABLATCHAR1XFELD
ABRFTDeparture on Following Day P01B_ABRFTCHAR1XFELD
RADIO_BAUSTELLEConstruction Site or Workplace P01B_BSORZCHAR1XFELD
RADIO_ORTConstruction Site or Workplace P01B_BSORZCHAR1XFELD
REIZIDestination / Construction Industry Expenses P01B_REIZICHAR10T5DB_REISEZIELCHAR10
RZTXTDestination Text / Construction Industry Expenses P01B_RZTXTCHAR60TEXT60
WAERSTATTUNGTCharacter field of length 40 CHAR40CHAR40CHAR40
WASTEUERFREITCharacter field of length 40 CHAR40CHAR40CHAR40
UASTEUERFREITCharacter field of length 40 CHAR40CHAR40CHAR40

Key field Non-key field



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

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

How to access SAP table Q0191

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