GRDBT_INT SAP (International structure for garnishment debt) Structure details

Dictionary Type: Structure
Description: International structure for garnishment debt




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




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

GRDBT_INT 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 "International structure for garnishment debt" 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_GRDBT_INT TYPE GRDBT_INT.

The GRDBT_INT table consists of various fields, each holding specific information or linking keys about International structure for garnishment debt data available in SAP. These include OBJPS (Garnishment: OBJPS by which debts are distinguished), DBCOD (Debt code), LGART (Wage type for the debt), DBCAT (Fundamental type of debt).. 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 GRDBT_INT 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
IONUMInternal order number P_IONUMNUMC4P_IONUM
OBJPSGarnishment: OBJPS by which debts are distinguished P_GRNOBJPSCHAR2OBJPS
DBCODDebt code P_DBCODCHAR2Assigned to domainP_DBCOD
LGARTWage type for the debt P_DBLGACHAR4Assigned to domainLGART
DBCATFundamental type of debt P_DBCATCHAR1P_DBCAT
CRCODCode for calculation rule P_CRCODCHAR3Assigned to domainP_CRCOD
CRSPYShould special pay be excluded from garnishment? P_CRSPYCHAR1XFELD
CRARRShould arrears be accumulated indefinitely? P_CRARRCHAR1XFELD
ABINIGarnishment: initial balance P_GRNABINICURR11(2) P_GRNCUR
AOPYAGarnishment: Ongoing payment amount P_GRNAOPYACURR11(2) P_GRNCUR
UOPYAGarnishment: unit for ongoing payment amount P_GRNUOPYACHAR1P_GRNUOPYA
AOPYPGarnishment: percentage for ongoing payment P_GRNAOPYPDEC5(2) DEC03_2
UOPYPGarnishment: unit of percentage value of ongoing payment P_GRNUOPYPCHAR1P_GRNUOPYP
ABPAYGarnishment: paid balance P_GRNABPAYCURR11(2) P_GRNCUR
ABREMGarnishment: remaining balance P_GRNABREMCURR11(2) P_GRNCUR
ACPRPGarnishment: amount paid in current payroll period P_GRNACPRPCURR11(2) P_GRNCUR
AMTODGarnishment: amount paid from beginning of month to date P_GRNAMTODCURR11(2) P_GRNCUR
AYTODGarnishment: amount paid from beginning of year to date P_GRNAYTODCURR11(2) P_GRNCUR
ATTODGarnishment: total amount paid to date P_GRNATTODCURR11(2) P_GRNCUR
ACTMIGarnishment: amount paid in time interval of ongoing payment P_GRNACTMICURR11(2) P_GRNCUR
DMTODGarnishment: difference accumulated month to date P_GRNDMTODCURR11(2) P_GRNCUR
DMTDLGarnishment: difference accumulated month to date in last PP P_GRNDMTDLCURR11(2) P_GRNCUR
DMAINGarn.: Diff between amount requested and paid for main debt P_GRNDMAINCURR11(2) P_GRNCUR
DARRSGarnishment: Arrears accumulated indefinitely P_GRNDARRSCURR11(2) P_GRNCUR
AREQRGarnishment: amount requested in current payroll run P_GRNAREQRCURR11(2) P_GRNCUR
APNOWGarnishment: amount paid now P_GRNAPNOWCURR11(2) P_GRNCUR
APPREGarnishment: amount paid for previous higher-priority debts P_GRNAPPRECURR11(2) P_GRNCUR
GCURRGarnishment: current gross P_GRNGCURRCURR11(2) P_GRNCUR
GCPRPGarnishment: gross summed over current payroll period P_GRNGCPRPCURR11(2) P_GRNCUR
GMTODGarnishment: gross summed month to date P_GRNGMTODCURR11(2) P_GRNCUR
GCTMIGarnishment: gross of current time interval of ongoing paym. P_GRNGCTMICURR11(2) P_GRNCUR
NCURRGarnishment: current net P_GRNNCURRCURR11(2) P_GRNCUR
NCPRPGarnishment: net summed over current payroll period P_GRNNCPRPCURR11(2) P_GRNCUR
NMTODGarnishment: net summed month to date P_GRNNMTODCURR11(2) P_GRNCUR
NCTMIGarnishment: net of current time interval of ongoing payment P_GRNNCTMICURR11(2) P_GRNCUR
XCURRGarnishment: current non-exempt amount P_GRNXCURRCURR11(2) P_GRNCUR
XXTNDGarnishment: extended non-exempt amount P_GRNXXTNDCURR11(2) P_GRNCUR
IWEIGGarnishment: weighting indicator P_GRNIWEIGCHAR1P_GRNIWEIG
IACCSGarnishment: access indicator P_GRNIACCSCHAR1P_GRNIACCS
ITYPPGarnishment: type of pay indicator P_GRNITYPPCHAR1P_GRNITYPP
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS

Key field Non-key field



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

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

How to access SAP table GRDBT_INT

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