PS0653 SAP (Statements: Local Authorities, Courts, Insur. Companies, etc) Structure details

Dictionary Type: Structure
Description: Statements: Local Authorities, Courts, Insur. Companies, etc




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




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

PS0653 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 "Statements: Local Authorities, Courts, Insur. Companies, etc" 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_PS0653 TYPE PS0653.

The PS0653 table consists of various fields, each holding specific information or linking keys about Statements: Local Authorities, Courts, Insur. Companies, etc data available in SAP. These include WOHNB (Housing Subsidy Statement), WZAHL (Other Payments), PERAB (Personal Deductions), WNGNR (Housing Subsidy Number).. 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 PS0653 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
VERDBStatement of Earnings P01W_VERDBCHAR1P01W_VERDB
WOHNBHousing Subsidy Statement P01W_WOHNBCHAR1P01W_WOHNB
WZAHLOther Payments P01W_WZAHLCHAR1XFELD
PERABPersonal Deductions P01W_PERABCHAR1XFELD
WNGNRHousing Subsidy Number P01W_WNGNRCHAR12CHAR12
EINADRevenue Changes P01W_EINADCHAR1XFELD
EABEGRevenue Changes: Start Date P01W_EABEGDATS8DATUM
EABETRevenue Changes: Level P01W_EABETCURR13(2) P_AMT07V
EAGRDRevenue Changes: Reasons P01W_EAGRDCHAR30TEXT30
AEWEIContinued Payment of Remuneration P01W_AEWEICHAR1XFELD
VLBRTLoss: Gross P01W_VLBRTCURR13(2) P_AMT07V
VLNTOLoss: Net P01W_VLNTOCURR13(2) P_AMT07V
SSOWESpecial Payments Liable to Tax: Holiday Bonus P01W_SSOWECURR13(2) P_AMT07V
SSOURSpecial Payments Liable to Tax: Vacation Bonus P01W_SSOURCURR13(2) P_AMT07V
SSOSOSpecial Payments Liable to Tax: Other P01W_SSOSOCURR13(2) P_AMT07V
WAERSCurrency Key P01W_WAERSCUKY5T500WWAERS
VERSCInsurance Institution of Party That Caused Accident P01W_VERSCCHAR50TEXT50
ADR01HR-DBW: Address Field P01W_ADRXXCHAR50TEXT50
ADR02HR-DBW: Address Field P01W_ADRXXCHAR50TEXT50
ADR03HR-DBW: Address Field P01W_ADRXXCHAR50TEXT50
AUVORSubmission of Social Insurance ID Card P01_AUVORCHAR1P01_AUVOR
ANTRGApplication Number P01W_ANTRGCHAR12CHAR12

Key field Non-key field



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

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

How to access SAP table PS0653

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