PS0338 SAP (HR Master Record: Infotype 0338 (Absence pay.clearing - PT)) Structure details

Dictionary Type: Structure
Description: HR Master Record: Infotype 0338 (Absence pay.clearing - PT)




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




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

PS0338 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: Infotype 0338 (Absence pay.clearing - PT)" 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_PS0338 TYPE PS0338.

The PS0338 table consists of various fields, each holding specific information or linking keys about HR Master Record: Infotype 0338 (Absence pay.clearing - PT) data available in SAP. These include ENTDA (Entry date), TOAMT (Total amount), DAAMT (Daily amount), DAAVG (Daily average salary).. 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 PS0338 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
CHEWTWage Type LGARTCHAR4T512ZLGART
ENTDAEntry date PPT_ENTDADATS8DATUM
TOAMTTotal amount PPT_TOAMTCURR9(2) CURR9
DAAMTDaily amount PPT_DAAMTCURR9(2) CURR9
DAAVGDaily average salary PPT_DAAVGCURR9(2) CURR9
CURRECurrency Key WAERSCUKY5TCURCWAERSFWS
PERCTPercentage paid PPT_PERCTDEC5(2) DEC3_2
NDAYSNo.of days paid PPT_NDAYSDEC6(2) DEC4_2

Key field Non-key field



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

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

How to access SAP table PS0338

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