PC2GA SAP (Payroll results: Garnishment order) Structure details

Dictionary Type: Structure
Description: Payroll results: Garnishment order




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




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

PC2GA 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 "Payroll results: Garnishment order" 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_PC2GA TYPE PC2GA.

The PC2GA table consists of various fields, each holding specific information or linking keys about Payroll results: Garnishment order data available in SAP. These include JURIS (Code for jurisdiction), GCATE (Code for Garnishment Category), DFPRI (Priority of Order for Garnishment), GFCOD (Service Charge Rule).. 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 PC2GA 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
JURISCode for jurisdiction P_JURISDCHAR4Assigned to domainP_JURISD
GCATECode for Garnishment Category P_GCATGCHAR1
DFPRIPriority of Order for Garnishment P_DFPRONUMC3
GFCODService Charge Rule P_GFCODECHAR3Assigned to domainP_GFCODE
ORDDADate when garnishment order is read P_GRNORDDAGDATS8DATUM
PAYTYPayroll type PAYTYCHAR1PAYTY
PERMOPeriod Parameters PERMONUMC2Assigned to domainPERMO
PABRDPayroll date for garnishment P_GRNPABRDGDATS8DATUM
LABRDLast payroll date for garnishment P_GRNLABRDGDATS8DATUM
PABRPPayroll Period PABRPNUMC2PABRP
PABRJPayroll Year PABRJNUMC4GJAHRGJAHR
ZEINHPayroll time units PFREQNUMC2PFREQ
CMONTCalendar month for garnishment payroll P_GRNCMONTGNUMC2PABRP
CYEARCalendar year for garnishment payroll P_GRNCYEARGNUMC4GJAHRGJAHR
BABRPBegin date of payroll period for garnishment payroll P_GRNBABRPGDATS8DATUM
EABRPEnd date of payroll period for garnishment payroll P_GRNEABRPGDATS8DATUM
NPPYANumber of pay periods per year as they actually occur P_GRNNPPYAGINT13
DATMODate modifier DATMONUMC2Assigned to domainDATMO
CRETYHR payee type CRETYCHAR1CRETYCRETY
CRENRHR payee number CRENRNUMC8Assigned to domainCRENRCRENR
LIFNR1Vendor P_LIFNRGCHAR10Assigned to domainALPHALIFNR
LIFNR2Vendor P_LIFNRGCHAR10Assigned to domainALPHALIFNR
LIFNR3Vendor P_LIFNRGCHAR10Assigned to domainALPHALIFNR
LIFSG1Vendor subgroup ACSUBNUMC5NUMC5ACSUB
LIFSG2Vendor subgroup ACSUBNUMC5NUMC5ACSUB
LIFSG3Vendor subgroup ACSUBNUMC5NUMC5ACSUB
RULNRRemittance Rule P_IOREMGNUMC5Assigned to domainRULNR
EMFTX1Payee Text EMFTXCHAR40TEXT40
EMFTX2Payee Text EMFTXCHAR40TEXT40
EMFTX3Payee Text EMFTXCHAR40TEXT40
PRITY1Transfer Priority P_PRITYCHAR1TEXT1
PRITY2Transfer Priority P_PRITYCHAR1TEXT1
PRITY3Transfer Priority P_PRITYCHAR1TEXT1
BANKN1Bank account number BANKNCHAR18BANKN
BANKN2Bank account number BANKNCHAR18BANKN
BANKN3Bank account number BANKNCHAR18BANKN
ZLSCH1Payment Method PCODECHAR1Assigned to domainZLSCH
ZLSCH2Payment Method PCODECHAR1Assigned to domainZLSCH
ZLSCH3Payment Method PCODECHAR1Assigned to domainZLSCH
IOSCISingle cheque indicator P_IOSCIGCHAR1XFLAG
IOSRTGarnishment order sort date P_IOSRTGDATS8DATUM
IOSTSGarnishment Order Status P_IOSTSCHAR1P_IOSTS
IOSHTHour for prioritising orders of garnishment P_IOSHTTIMS6

Key field Non-key field



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

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

How to access SAP table PC2GA

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