PC23T SAP (Payroll Results: Garnishment) Structure details

Dictionary Type: Structure
Description: Payroll Results: Garnishment




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




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

PC23T 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" 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_PC23T TYPE PC23T.

The PC23T table consists of various fields, each holding specific information or linking keys about Payroll Results: Garnishment 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: Cannot Be Enhanced


SAP PC23T 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 PCODECHAR1Assigned to domainZLSCH
EMFTXPayee Text EMFTXCHAR40TEXT40
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank number BANKLCHAR15BANKLBLZ
BANKNBank account number BANKNCHAR18BANKN
BKONTBank Control Key BKONTCHAR2BKONT
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
HSNMRHouse Number HSNMRNUMC6NUMC6
STRASHouse number and street STRASCHAR30TEXT30
LOCAT2nd Address Line LOCATCHAR30TEXT30
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01CHAR25TEXT25
STRNRHouse Number PAD_HSNMRCHAR10PAD_HSNMR
IBANIBAN (International Bank Account Number) IBANCHAR34IBAN

Key field Non-key field



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

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

How to access SAP table PC23T

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