PC2FI_GAR SAP (Garnishment results Finland) Structure details

Dictionary Type: Structure
Description: Garnishment results Finland




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




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

PC2FI_GAR 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 results Finland" 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_PC2FI_GAR TYPE PC2FI_GAR.

The PC2FI_GAR table consists of various fields, each holding specific information or linking keys about Garnishment results Finland data available in SAP. These include BEGDA (Start Date), ENDDA (End Date), PRCAT (Protected amount per tax day), EXGAR (External garnishable net per tax day).. 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 PC2FI_GAR 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
V0ZNRVariable assignment number V0ZNRRAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
PRCATProtected amount per tax day P44_PRCATCURR15(2) P44_MAXBETRG
EXGARExternal garnishable net per tax day P44_EXGARCURR15(2) P44_MAXBETRG
WITH1Variable amount rule P44_WITH1CHAR1XFELD
WITHFFixed amount rule P44_WITHFCHAR1XFELD
FIXAMFixed amount per tax day P44_FIXAMCURR15(2) PRBETRG
GARNOGarnishment reference number P44_GARNONUMC20
EXOFFExecution office P44_EXOFFCHAR8EMFSLHRPAYFI_P44_EXOFF
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EXGWTWage Type LGARTCHAR4Assigned to domainLGART
EXBTGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
TOGWTWage Type LGARTCHAR4Assigned to domainLGART
TOBTGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
PTCWTWage Type LGARTCHAR4Assigned to domainLGART
PTBTGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
ICLWTWage Type LGARTCHAR4Assigned to domainLGART
ICBTGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
CAGWTWage Type LGARTCHAR4Assigned to domainLGART
CABTGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
WGAWTWage Type LGARTCHAR4Assigned to domainLGART
WGBTGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
DCGWTWage Type LGARTCHAR4Assigned to domainLGART
DCBTGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
CORWTWage Type LGARTCHAR4Assigned to domainLGART
COBTGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
FIXAMTHR Payroll: Amount MAXBTCURR15(2) PRBETRG
PERIOGarnishment period fix amount. P44_PERIODCHAR5P44_PERIOD

Key field Non-key field



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

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

How to access SAP table PC2FI_GAR

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