PPL01 SAP (Country Specific Screen Fields for infotypes (POLAND)) Structure details

Dictionary Type: Structure
Description: Country Specific Screen Fields for infotypes (POLAND)




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




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

PPL01 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 "Country Specific Screen Fields for infotypes (POLAND)" 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_PPL01 TYPE PPL01.

The PPL01 table consists of various fields, each holding specific information or linking keys about Country Specific Screen Fields for infotypes (POLAND) data available in SAP. These include ERLRT (Pension right type), STPNS (Disability level), RUSER (Pension and disability insurance), RUSCH (Incapability insurance).. 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: Not classified


SAP PPL01 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
PODSTCode of basic subject with extension PPL_PODSTCHAR4T7PL40CHAR4
ERLRTPension right type PPL_ERLRTCHAR1PPL_ERLRT
STPNSDisability level PPL_STPNSCHAR1PPL_STPNS
RUSERPension and disability insurance PPL_RUSERCHAR1PPL_RODUS
RUSCHIncapability insurance PPL_RUSCHCHAR1PPL_RODUS
RUSWPAccident insurance PPL_RUSWPCHAR1PPL_RODUW
RUSZRHealth insurance PPL_RUSZRCHAR1PPL_RODUS
BANKNBank account number PPL_BANKNCHAR38CHAR38
UZBEGStart date of contract/order PPL_UZBEGDATS8DATS
UZENDEnd date of contract/order PPL_UZENDDATS8DATS
CNTNRContract number - concatenated 4 parts PPL_CNTNRCHAR36CHAR36
OVALLOvervrite all PPL_OVALLCHAR1XFELD
AUTH2Institution name PPL_AUTH1CHAR1PPL_INKP1
LVPENPension level for ZUS KP-1 form PPL_LVPENCURR15(2) P_AMT08V
YLIMTYearly valuation basis of contributions PPL_YLIMTDEC13(2) DEC11_2
LIMOVOverrun period of contribution valuation basis limit PPL_LIMOVNUMC2PABRP
PDTKTFeature DTAKT decision modifier PPL_PDTKTCHAR1CHAR01
TERY2Municipality GUS code according to TERYT PPL_TERY2CHAR3CHAR3
BNKIDBank account id PPL_BNKIDCHAR1CHAR01
DPRI2Secondary priority of deduction PPL_DPRI2CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table PPL01

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