RPLPFLC0_ALV SAP (Wage Types: Summary of Liabilities) Structure details

Dictionary Type: Structure
Description: Wage Types: Summary of Liabilities




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




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

RPLPFLC0_ALV 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 "Wage Types: Summary of Liabilities" 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_RPLPFLC0_ALV TYPE RPLPFLC0_ALV.

The RPLPFLC0_ALV table consists of various fields, each holding specific information or linking keys about Wage Types: Summary of Liabilities data available in SAP. These include LGTXT (Wage Type Long Text), KZTXT (Short Text for Wage Type), OPKEN (Operation Indicator for Wage Types), BRUPF (Wage Type Included in Gross ( /101)).. 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 RPLPFLC0_ALV 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
LGARTWage Type LGARTCHAR4Assigned to domainLGART
LGTXTWage Type Long Text LGTXTCHAR25TEXT25
KZTXTShort Text for Wage Type KZTXTCHAR8TEXT8
OPKENOperation Indicator for Wage Types OPKENCHAR1OPKEN
BRUPFWage Type Included in Gross ( /101) P02_KZ_BRUPFCHAR1XFELD
AHVPFLiability of Wage Type for AHV (/102) P02_KZ_AHVPFCHAR1XFELD
PK_PFLiability for Cumm. of Old PF Solution / /103) P02_KZ_PK_PFCHAR1XFELD
SUVPFLiability of Wage Type for SUVA (/104) P02_KZ_SUVPFCHAR1XFELD
NBUPFLiability of Wage Type for Obselete NIA Cummulation ( /105) P02_KZ_NBUPFCHAR1XFELD
ALVPFLiability of Wage Type for UI ( /106) P02_KZ_ALVPFCHAR1XFELD
BVGPFLiability of Wage Type for BVG (/107) P02_KZ_BVGPFCHAR1XFELD
QSTPFLiability of Wage Type for Withholding Tax (/108) P02_KZ_QSTPFCHAR1XFELD
QSBPFLiability of Wage Type Withholding Tax Basis Fix (/109) P02_KZ_QSBPFCHAR1XFELD
QSEPFWage Type Liability for WH-Tax Basis One-time Payment (/117) P02_KZ_QSEPFCHAR1XFELD
BUAPFWage Type Included in Payments and Deductions (/110) P02_KZ_BUAPFCHAR1XFELD
UEBPFLiability of Wage Type for Basis Voluntary Insurance (/115) P02_KZ_UEBPFCHAR1XFELD
KTBPFWage Type Liability for Basis PerDiem Sick. Pay Insur.(/116) P02_KZ_KTBPFCHAR1XFELD
KB80Liability of Wage Type for Customer Cumulation /180 P02_KZ_KB80CHAR1XFELD
KB81Liability of Wage Type for Customer Cumulation /181 P02_KZ_KB81CHAR1XFELD
KB82Liability of Wage Type for Customer Cumulation /182 P02_KZ_KB82CHAR1XFELD
KB83Liability of Wage Type for Customer Cumulation /183 P02_KZ_KB83CHAR1XFELD
KB84Liability of Wage Type for Customer Cumulation /184 P02_KZ_KB84CHAR1XFELD
KB85Liability of Wage Type for Customer Cumulation /185 P02_KZ_KB85CHAR1XFELD
KB86Liability of Wage Type for Customer Cumulation /186 P02_KZ_KB86CHAR1XFELD
KB87Liability of Wage Type for Customer Cumulation /187 P02_KZ_KB87CHAR1XFELD
KB88Liability of Wage Type for Customer Cumulation /188 P02_KZ_KB88CHAR1XFELD
KB89Liability of Wage Type for Customer Cumulation /189 P02_KZ_KB89CHAR1XFELD
KB90Liability of Wage Type for Customer Cumulation /190 P02_KZ_KB90CHAR1XFELD
KB91Liability of Wage Type for Customer Cumulation /191 P02_KZ_KB91CHAR1XFELD
KB92Liability of Wage Type for Customer Cumulation /192 P02_KZ_KB92CHAR1XFELD
KB93Liability of Wage Type for Customer Cumulation /193 P02_KZ_KB93CHAR1XFELD
KB94Liability of Wage Type for Customer Cumulation /194 P02_KZ_KB94CHAR1XFELD
KB95Liability of Wage Type for Customer Cumulation /195 P02_KZ_KB95CHAR1XFELD
KB96Liability of Wage Type for Customer Cumulation /196 P02_KZ_KB96CHAR1XFELD
GEntering Data in Amount Field (Values: K,M,Z,-) P02_KZ_BETRGCHAR1CHAR1
AData Entry in the Number Field (Values: K,M,Z,-) P02_KZ_ANZHLCHAR1CHAR1
OKBASReady for Input Status for Infotype 0008 P02_KZ_OKBASCHAR1XFELD
OKXUEReady for Input Status for Infotype 0011 P02_KZ_OKXUECHAR1XFELD
OKWBAReady for Input Status for Infotype 0014 P02_KZ_OKWBACHAR1XFELD
OKEBAReady for Input Status for Infotype 0015 P02_KZ_OKEBACHAR1XFELD
OKZ04Ready for Input Status for Infotype 2004 P02_KZ_OKZ04CHAR1XFELD
OKABWReady for Input Status for Infotype 2010 P02_KZ_OKABWCHAR1XFELD
ETEXTTime/Measurement Unit Text EINHTXTCHAR20TEXT20
MODNAIndirect evaluation module PADIV_MODULECHAR5Assigned to domainPADIV_MODULE
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
ZEINHTime/Measurement Unit PT_ZEINHCHAR3Assigned to domainRPMSH

Key field Non-key field



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

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

How to access SAP table RPLPFLC0_ALV

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