RPLPBSQ8_ALV SAP (Structure for RPLPBSQ8) Structure details

Dictionary Type: Structure
Description: Structure for RPLPBSQ8




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




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

RPLPBSQ8_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 "Structure for RPLPBSQ8" 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_RPLPBSQ8_ALV TYPE RPLPBSQ8_ALV.

The RPLPBSQ8_ALV table consists of various fields, each holding specific information or linking keys about Structure for RPLPBSQ8 data available in SAP. These include PERNR (AGS Number), BGDAT (Date of Birth), BCGRP (Base Classification Group), ACGRP (Acting Classification Group).. 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 RPLPBSQ8_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
RECTY Record Type0
PERNR AGS Number0
BGDATDate of Birth GBDATDATS8PDATEGBDAT
BCGRPBase Classification Group PAU_BCGRPNUMC3Assigned to domainPAU_EDSEQ
ACGRPActing Classification Group PAU_ACGRPNUMC3Assigned to domainPAU_EDSEQ
FULTTFull-time PAU_FULTTCHAR1PAU_FULTT
PERINPermanency Indicator PAU_PERINNUMC3PAU_PERIN
ANZCO ANZSCO Code0
APSJF APS Job Family0
FILL1 Not in use0
GENDRSex of the employee PAU_GENDRCHAR1PAU_GENDR
FILL2 Not in use0
FILL3 Not in use0
PEMINPrimary Employment Instrument PAU_PEMINCHAR5PAU_PEMIN
OEMINOther Employment Instrument PAU_OEMINCHAR5PAU_OEMIN
BASALBase Salary PAU_BASALCURR15(2) PRBETRG
OVTIMOvertime Payments PAU_OVTIMCURR15(2) PRBETRG
SHIFTShift Penalty Payments PAU_SHIFTCURR15(2) PRBETRG
ANNLLAnnual Leave Loading PAU_ANNLLCURR15(2) PRBETRG
MAXPBMaximum Performance Bonus PAU_MAXPBCURR15(2) PRBETRG
ACPBMActual Performance Bonus paid in previous 12 months PAU_ACPBMCURR15(2) PRBETRG
MAXRBMaximum Retention Bonus PAU_MAXRBCURR15(2) PRBETRG
ACTRBActual Retention Bonus Payments Paid in previous 12 months PAU_ACTRBCURR15(2) PRBETRG
PROBOProductivity Bonus PAU_PROBOCURR15(2) PRBETRG
INCMAIncome Maintenance Allowance PAU_INCMACURR15(2) PRBETRG
IPRABIndividual Performance related Allowances/Bonuses PAU_IPRABCURR15(2) PRBETRG
GAPBAGroup or Whole of Agency Performance Bonuses and Allowances PAU_GAPBACURR15(2) PRBETRG
ADRALAdditional Duties/Responsibilities Allowances PAU_ADRALCURR15(2) PRBETRG
QSBALQualifications and/or skills based Allowances PAU_QSBALCURR15(2) PRBETRG
HRDALHours of duty Allowances PAU_HRDALCURR15(2) PRBETRG
FILL4 Not in use0
MRASJMarket Related Allowance - Specific Job PAU_MRASJCURR15(2) PRBETRG
MRASIMarket Related Allowance - Specific individual PAU_MRASICURR15(2) PRBETRG
SUPERSuperannuation Allowances PAU_SUPERACURR15(2) PRBETRG
ACTSAActing Classification Salary PAU_ACTSACURR15(2) PRBETRG
PHDAPPartial Higher Duties Payment PAU_PHDAPCURR15(2) PRBETRG
FILL5 Not in use0
EXALLExpense Allowances PAU_EXALLCURR15(2) PRBETRG
GLALLGeographic/Locality Allowance PAU_GLALLCURR15(2) PRBETRG
DISALDisability Allowance PAU_DISALCURR15(2) PRBETRG
HLALLHealth and Lifestyle Allowance PAU_HLALLCURR15(2) PRBETRG
FILL6 Not in use0
SIGNBSign On Bonuses PAU_SIGNBCURR15(2) PRBETRG
INDFA Individual Flexibility Arrangement0
FILL7 Not in use0
OTHBEOther Benefits PAU_OTHBECURR15(2) PRBETRG
OTHDE Other Benefits Description0
OSUPPOther Supplementary Payments not otherwise described PAU_OSUPPCURR15(2) PRBETRG
NSUPFName of Superannuation Fund PAU_NSUPFCHAR7PAU_NSUPF
SUPALSuperannuation Salary PAU_SUPALCURR15(2) PRBETRG
SUCONAgency Superannuation Contribution PAU_SUCONCURR15(2) PRBETRG
MOTALMotor Vehicle Cost/EVS PAU_MOTALCURR15(2) PRBETRG
CLMOTCash in Lieu of Motor Vehicle PAU_CLMOTCURR15(2) PRBETRG
MOTPAMotor Vehicle Parking PAU_MOTPACURR15(2) PRBETRG
COMMT Comments0
AGSNU Agency Number0
AGCODAgency Code PAU_AGCODNUMC3NUM3

Key field Non-key field



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

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

How to access SAP table RPLPBSQ8_ALV

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