T7PLZLA_CONF SAP (PLZLA operation configuration (POLAND)) Table details

Dictionary Type: Table
Description: PLZLA operation configuration (POLAND)




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




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

T7PLZLA_CONF is a standard SAP Table which is used to store PLZLA operation configuration (POLAND) data and is available within R/3 SAP systems depending on the version and release level.

The T7PLZLA_CONF table consists of various fields, each holding specific information or linking keys about PLZLA operation configuration (POLAND) data available in SAP. These include ENDDA (End Date), BEGDA (Start Date), PLZLA_MODE (PLZLA Operation mode), MAX_DIFF (Max difference between PLZLA and PLSIB).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T7PLZLA_CONF table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
PLZLA_MODEPLZLA Operation mode PPL_ZLA_MODECHAR1PPL_ZLA_MODE
MAX_DIFFMax difference between PLZLA and PLSIB PPL_MAX_ZLA_DIFFDEC8(2) DEC6_2
REHIRENew base calculation after rehire PPL_REHIRE_FLAGCHAR1CHAR1
BONUS_BEGRecalculate bonus using first day PPL_BONUS_BEGCHAR1CHAR1
BONUS_WALLCut bonuses before employment percentage change PPL_BONUS_WALLCHAR1CHAR1
USE_PLSIBUse PLSIB basis until it expires PPL_USE_PLSIBCHAR1CHAR1
DIS_COMPWTDeactivate supplementation table display PPL_DIS_COMPWTCHAR1CHAR1
ZLA_SORTSorting options in ZLABASE table PPL_ZLA_SORTCHAR1PPL_ZLA_SORT

Key field Non-key field



How do I retrieve data from SAP table T7PLZLA_CONF using ABAP code

The following ABAP code Example will allow you to do a basic selection on T7PLZLA_CONF to SELECT all data from the table
DATA: WA_T7PLZLA_CONF TYPE T7PLZLA_CONF.

SELECT SINGLE *
FROM T7PLZLA_CONF
INTO CORRESPONDING FIELDS OF WA_T7PLZLA_CONF
WHERE...

How to access SAP table T7PLZLA_CONF

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