PS0612 SAP (Garnishments: Interest) Structure details

Dictionary Type: Structure
Description: Garnishments: Interest




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




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

PS0612 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 "Garnishments: Interest" 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_PS0612 TYPE PS0612.

The PS0612 table consists of various fields, each holding specific information or linking keys about Garnishments: Interest data available in SAP. These include INDBN (Debt Number), INTTY (Interest Calculation Type), INTPE (Interest Period), INTBA (Basis for Interest).. 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 PS0612 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
IONUMCase Number (Internal) for Garnishment Order P_IONUMRNUMC4
INDBNDebt Number P_INDBNNUMC2
INTTYInterest Calculation Type P_INTTYCHAR1P_INTTY
INTPEInterest Period P_INTPECHAR1P_INTPE
INTBABasis for Interest P_INTBACHAR1P_INTBA
INTLOMinimum Amount Interest P_INTLOCURR8(2) PG_CURR
INTHIMaximum Amount Interest P_INTHICURR8(2) PG_CURR
INTLOPMinimum Percentage Interest P_INTLOPDEC4(2)
INTHIPMaximum Percentage Interesr P_INTHIPDEC4(2)
INTRAInterest Rate P_INTRADEC4(2)
INTAMAmount Interest P_INTAMCURR8(2) PG_CURR
INTCUCurrency of Interest P_INTCUCURR8(2) PG_CURR
INTDEInterest Dependency P_INTDECHAR1P_INTDE
INTVAValue Added Tax in Interest P_INTVACHAR1P_INTVA
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table PS0612

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