HRPAYBE_S_SCSA SAP (SCSA complete BEEVL data) Structure details

Dictionary Type: Structure
Description: SCSA complete BEEVL data




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




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

HRPAYBE_S_SCSA 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 "SCSA complete BEEVL data" 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_HRPAYBE_S_SCSA TYPE HRPAYBE_S_SCSA.

The HRPAYBE_S_SCSA table consists of various fields, each holding specific information or linking keys about SCSA complete BEEVL data data available in SAP. These include BEGDA (Start Date), ENDDA (End Date), PREVL (Number of parent evaluation record), SSASD (Scale Salary Start Date).. 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 HRPAYBE_S_SCSA 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
NREVLNumber of evaluation record P12_NREVLNUMC4NUMC4
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
PREVLNumber of parent evaluation record P12_PREVLNUMC4NUMC4
SSASDScale Salary Start Date P12_SSASDDATS8DATUM
SSAEDScale Salary End Date P12_SSAEDDATS8DATUM
PSESDPecuniary Seniority Start Date P12_PSESDCHAR7CHAR07
SSCRFSalary Scale Reference P12_SSCRFNUMC12NUM12
SSAAMScale Salary Amount P12_SSAAMNUMC11P12_AMOUNT_DMFA
WEHRNWeek Hours Number P12_WEHRNNUMC4NUM04
SSWHNScale Salary Week Hours Number P12_SSWHNNUMC4NUM04

Key field Non-key field



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

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

How to access SAP table HRPAYBE_S_SCSA

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