PS0272 SAP (Garnishment (FR)) Structure details

Dictionary Type: Structure
Description: Garnishment (FR)




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




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

PS0272 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 (FR)" 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_PS0272 TYPE PS0272.

The PS0272 table consists of various fields, each holding specific information or linking keys about Garnishment (FR) data available in SAP. These include PRIORITE (Claim type in garnishment), NUMOF (Claim number), MNTSA (Claim amount), NBPER (Number of maintenance beneficiaries).. 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 PS0272 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
NRINTInternal no. P06_NRINTCHAR4SUBTY
PRIORITEClaim type in garnishment P06_PRIORCHAR1P06_PRIOR
NUMOFClaim number P06_NUMOFCHAR30CHAR30
MNTSAClaim amount P06_MNTSACURR11(2) WERT11
NBPERNumber of maintenance beneficiaries P06_NBPERDEC3DEC03
MLINDClosing code for garnishment record P06_MLINDCHAR1P06_MLIND
MLTX1Reason(s) for cancelling garnishment P06_MLTXTCHAR30CHAR30
MLTX2Reason(s) for cancelling garnishment P06_MLTXTCHAR30CHAR30
MLTX3Reason(s) for cancelling garnishment P06_MLTXTCHAR30CHAR30
ZLSCHPayment Method PCODECHAR1T042ZZLSCH
EMFTXPayee Text EMFTXCHAR40TEXT40
BANKSBank country key BANKSCHAR3T005LAND1BKL
BANKLBank number BANKLCHAR15BANKLBLZ
BANKNBank account number BANKNCHAR18BANKN
BKONTBank Control Key BKONTCHAR2BKONT
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
HSNMRHouse Number PAD_HSNMRCHAR10PAD_HSNMR
STRASHouse number and street STRASCHAR30TEXT30
LOCAT2nd Address Line LOCATCHAR30TEXT30
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01CHAR25TEXT25
MNTSAFAdditional claim amount P06_MNTSAFCURR11(2) WERT11
WAERSFCurrency Key WAERSCUKY5TCURCWAERSFWS
BTCURCurrency Key WAERSCUKY5TCURCWAERSFWS
IBANIBAN (International Bank Account Number) IBANCHAR34IBAN

Key field Non-key field



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

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

How to access SAP table PS0272

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