RPLPFLC2_ALV SAP (Display Structure for Wage type Control: Concurrent Emplymnt) Structure details

Dictionary Type: Structure
Description: Display Structure for Wage type Control: Concurrent Emplymnt




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




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

RPLPFLC2_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 "Display Structure for Wage type Control: Concurrent Emplymnt" 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_RPLPFLC2_ALV TYPE RPLPFLC2_ALV.

The RPLPFLC2_ALV table consists of various fields, each holding specific information or linking keys about Display Structure for Wage type Control: Concurrent Emplymnt data available in SAP. These include LGART (Wage Type), VKLAS67 (Wage Type Summarized for Mfa from ORT in LRT (Proc.Class 67)), VKLAS68 (Calculate Diff. for Wage Types from RT with ConEmp (PrCl 68)), VKLAS65 (Supplying WgType from MfA Wage Account to LRT (Proc.Clss 65)).. 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 RPLPFLC2_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
LGTXTWage Type Long Text LGTXTCHAR25TEXT25
LGARTWage Type LGARTCHAR4Assigned to domainLGART
VKLAS67Wage Type Summarized for Mfa from ORT in LRT (Proc.Class 67) P02_VKLAS67CHAR1Assigned to domainAUSPV
VKLAS68Calculate Diff. for Wage Types from RT with ConEmp (PrCl 68) P02_VKLAS68CHAR1Assigned to domainAUSPV
VKLAS65Supplying WgType from MfA Wage Account to LRT (Proc.Clss 65) P02_VKLAS65CHAR1Assigned to domainAUSPV
VKLAS66WT Supplied from Wage Account to LRT (Proc. Class 66) P02_VKLAS66CHAR1Assigned to domainAUSPV
VKLAS64WT Supplied with First Conc. Empl. in LRT (Proc. Class 64) P02_VKLAS64CHAR1Assigned to domainAUSPV
GVALAWage Type Concurrent Employment P02_GVALACHAR4Assigned to domainLGART
GVALA_TXTWage Type Text Wage Type Concurrent Employment P02_GVALA_TXTCHAR25TEXT25
PZALAFirst Derived Wage Type P02_PZALACHAR4Assigned to domainLGART
FZALASecond Derived Wage Type P02_FZALACHAR4Assigned to domainLGART
VKLAS06Transfer of WgType from Old Wage Account to LRT (ProcClss 6) P02_VKLAS06CHAR1Assigned to domainAUSPV
VKLAS29Transfer Wage Type from LRT to IT (Proc. Class 29) P02_VKLAS29CHAR1Assigned to domainAUSPV

Key field Non-key field



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

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

How to access SAP table RPLPFLC2_ALV

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