PC23S SAP (Garnishments DK) Structure details

Dictionary Type: Structure
Description: Garnishments DK




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




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

PC23S 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 DK" 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_PC23S TYPE PC23S.

The PC23S table consists of various fields, each holding specific information or linking keys about Garnishments DK data available in SAP. These include ENDDA (End Date), PFTYP (Garnishment type (DK)), PRZ_WTYPE (Garnishment wage type (DK)), BTR_WTYPE (Garnishment wage type (DK)).. 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 PC23S 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
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
PFTYPGarnishment type (DK) P09_PFTYPCHAR2Assigned to domainP09_PFTYP
PRZ_WTYPEGarnishment wage type (DK) P09_PFLGRTCHAR4CHAR4
BTR_WTYPEGarnishment wage type (DK) P09_PFLGRTCHAR4CHAR4
PRIORITETGarnishment priority (DK) P09_PRIOCHAR2CHAR2
GARIDSeq. no. of garnishment GARIDCHAR10GARID
HVSTLBeginning balance (Hovedstol) HVSTLCURR9(2) BETRG
ABTPRZDeduction percentage rate P09_ABTPRZDEC5(2) P09_PROZS
ABTBTRDeduction amount P09_ABTBTRCURR9(2) BETRG
EMFSLPayee key for bank transfers EMFSLCHAR8EMFSL
BANKLBank Keys BANKKCHAR15BANKKBNK
BKKTOBank account number BANKNCHAR18BANKN
SLOHNIndicator: Display Garnishment on Remuneration Statement P09_SLOHNCHAR1XFELD
TRANSOSI transfer (Denmark) OSIUBCHAR1XFELD
PBSNRTransfer customer number PBSNRCHAR8CHAR8

Key field Non-key field



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

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

How to access SAP table PC23S

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