P0191 SAP (HR Master Record for IT 0191 (Construction Pay Expenses)) Structure details

Dictionary Type: Structure
Description: HR Master Record for IT 0191 (Construction Pay Expenses)




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




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

P0191 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 "HR Master Record for IT 0191 (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_P0191 TYPE P0191.

The P0191 table consists of various fields, each holding specific information or linking keys about HR Master Record for IT 0191 (Construction Pay Expenses) data available in SAP. These include PERNR (Personnel Number), INFTY (Infotype), SUBTY (Subtype), OBJPS (Object Identification).. 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 P0191 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
INFTYInfotype INFTYCHAR4T582AINFOTYPITP
SUBTYSubtype SUBTYCHAR4SUBTYSUB
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
SPRPSLock Indicator for HR Master Data Record SPRPSCHAR1SPRPS
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
AEDTMChanged On AEDATDATS8DATUM
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
HISTOHistorical Record Flag HISTOCHAR1CHAR1
ITXEXText Exists for Infotype ITXEXCHAR1XFELD
REFEXReference Fields Exist (Primary/Secondary Costs) PRFEXCHAR1XFELD
ORDEXConfirmation Fields Exist ORDEXCHAR1XFELD
ITBLDInfotype Screen Control ITBLDCHAR2CHAR2
PREASReason for Changing Master Data PREASCHAR2T530EPREAS
FLAG1Reserved Field/Unused Field NUSEDCHAR1NUSED
FLAG2Reserved Field/Unused Field NUSEDCHAR1NUSED
FLAG3Reserved Field/Unused Field NUSEDCHAR1NUSED
FLAG4Reserved Field/Unused Field NUSEDCHAR1NUSED
RESE1Reserved Field/Unused Field of Length 2 NUSED2CHAR2NUSED2
RESE2Reserved Field/Unused Field of Length 2 NUSED2CHAR2NUSED2
GRPVLGrouping Value for Personnel Assignments PCCE_GPVALCHAR4PCCE_GPVAL
RUECKReturn to Residence P01B_RUECKCHAR1P01B_RUECK
FKEJNReimburse Travel Costs for Residence-Workplace? P01B_FKEJNCHAR1XFELD
AWDSTDaily Entitlement to Reimbursement of Expenses P01B_AWDSTCHAR2T5DBDP01B_AUFWD
AWDBTAmount of Daily Expense P01B_AWDBTCURR9(2) BETRG
AWDSWExpenses: Weekend Trip Tome P01B_AWDSWCHAR2T5DBOP01B_AUFWD
AWDBWAmount for Weekend Trip Home P01B_AWDBWCURR9(2) BETRG
WAVKMMeans of Transport: Residence - Workplace P01B_WAVKMCHAR2T5DBDP01B_AUFWD
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
STABRTax Payroll Run of Expenses P01B_STABRCHAR1P01B_STABR
FRISTEnd of Three-Month Period P01B_FRISTDATS8DATUM
STDHFIndicator: Maintenance of Two Households P01B_STDHFCHAR1XFELD
UEEDKOrigin of Accomodation Costs P01B_UEEDKCHAR1P01B_UEEDK
UEARTType of Accommodation P01B_UEARTCHAR2T5DBDP01B_AUFWD
WOHNRHostel Number P01B_WOHNRCHAR4T5DBWP01B_WOHNR
UEKOSAccommodation Costs P01B_UEKOSCURR9(2) BETRG
UAVKMMeans of Transport: Place of Overnight Stay to Workplace P01B_UAVKMCHAR2T5DBOP01B_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
SONR1Special Rule: Arrival/Departure P01B_SONR1CHAR2P01B_SONR1
SONR2Expenses: Special Rule 2 P01B_SONR2CHAR2CHAR2
LFDNRSequence Number of Constr. Site for Reimbursem. of Expenses P01B_LFDNRCHAR4SUBTY
REIZIDestination / Construction Industry Expenses P01B_REIZICHAR10T5DB_REISEZIELCHAR10
UAFKEReimburse Accommodation-Workplace Travel Costs? P01B_UAFKECHAR1XFELD
UEAFRDeduction for Meal: Checkbox P01B_UEACHAR1XFELD
UEAMIDeduction for Meal: Checkbox P01B_UEACHAR1XFELD
UEAABDeduction for Meal: Checkbox P01B_UEACHAR1XFELD
UEABFDeduction Amount for Meal P01B_UEABCURR6(2)
UEABMDeduction Amount for Meal P01B_UEABCURR6(2)
UEABADeduction Amount for Meal P01B_UEABCURR6(2)

Key field Non-key field



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

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

How to access SAP table P0191

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