PS0308 SAP (Garnishment correction (H)) Structure details

Dictionary Type: Structure
Description: Garnishment correction (H)




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




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

PS0308 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 "Garnishment correction (H)" 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_PS0308 TYPE PS0308.

The PS0308 table consists of various fields, each holding specific information or linking keys about Garnishment correction (H) data available in SAP. These include PFSTY (Garnishment subtype), PFLGA (Garnishment identification), WAERS (Currency Key), LETJL (Garnishment characteristic).. 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: Not classified


SAP PS0308 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
PFTYPGarnishment type P21_PFTYPNUMC2Assigned to domainP21_PFTYP
PFSTYGarnishment subtype P21_PFSTYNUMC2T5H6EP21_PFSTY
PFLGAGarnishment identification P21_PFLGACHAR4CHAR4
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
LETJLGarnishment characteristic P21_LETJLCHAR2T5H6PP21_LETJL
SPLITVariable split P21_VSPLTNUMC2P21_VSPLT
KNRSUQuota correction P21_PFK03CURR15(2) PRBETRG
QABRJHR-H garnishment correction - proposed date P21_QABRJNUMC4GJAHRGJAHR
QABRPHR-H garnishment correction - proposed date P21_QABRPNUMC2PABRP
WKORRBC - direct change P21_WKORRCURR15(2) PRBETRG
VKORRBC - direct basis change P21_VKORRCURR15(2) PRBETRG
KORKMInterest correction amount P21_KORKMCURR15(2) PRBETRG
RESSUCorrection amount of garnishment arrears P21_PFK02CURR15(2) PRBETRG
IGENRHR-H planning correction P21_IGENRCHAR1P21_BOOLN
IGENHHR-H planning correction P21_IGENHCHAR1P21_BOOLN
IGENVHR-H planning correction P21_IGENVCHAR1P21_BOOLN
IGENWHR-H planning correction P21_IGENWCHAR1P21_BOOLN
IGENQHR-H planning correction P21_IGENQCHAR1P21_BOOLN
KORSUGarnishment rest amount P21_PFK01CURR15(2) PRBETRG
IGENTHR-H planning correction P21_IGENTCHAR1P21_BOOLN

Key field Non-key field



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

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

How to access SAP table PS0308

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