RPCBLAD0_ALV_MAIN SAP (Output Structure for Main List in ALV) Structure details

Dictionary Type: Structure
Description: Output Structure for Main List in ALV




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




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

RPCBLAD0_ALV_MAIN 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 "Output Structure for Main List in ALV" 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_RPCBLAD0_ALV_MAIN TYPE RPCBLAD0_ALV_MAIN.

The RPCBLAD0_ALV_MAIN table consists of various fields, each holding specific information or linking keys about Output Structure for Main List in ALV data available in SAP. These include BTRTL (Personnel Subarea), SBMOD (Administrator Group), SACHA (Payroll Administrator), PERNR (Personnel Number).. 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 RPCBLAD0_ALV_MAIN 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
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
SBMODAdministrator Group SBMODCHAR4CHAR4SGR
SACHAPayroll Administrator SACHACHAR3SACHA
PERNRPersonnel Number P_PERNRNUMC8PERNR
SNAMEEmployee's Name (Sortable by LAST NAME FIRST NAME) SMNAMCHAR30CHAR30
BSLKRAverage Gross Hourly Wage for Wage Compensation P01B_BSLCURR6(2) CURR6
LAG12Wage Compensation Amount December P01B_LAG_DEZDEC4(2) P01_DEC4_2
LAG01Wage Compensation Amount January P01B_LAG_JANDEC4(2) P01_DEC4_2
BSLTXExplanatory Text P01B_BSLTXCHAR20CHAR20
LAGTXExplanatory Text P01B_BSLTXCHAR20CHAR20
TLZKPHelp Text Part-Time/Cut-Off P01B_TEXTCHAR20CHAR20
STDAZNumber of hours P01B_STDAZNUMC2ANSTD
BSLMOBasic Month for Gross Hourly Wage P01B_BSLMONUMC2P01C_MONTH
BSLBRGross Gross Hourly Wage P01B_BSLBRCURR9(2) BETRG
BSLSTHours for Gross Hourly Wage P01B_BSLSTDEC7(2) ANZHL
BSLAZWeekly Working Time Gross Hourly Wage P01B_BSLAZDEC7(2) ANZHL
WOKNZWest-East Indicator P01B_WOKNZCHAR1WOKNZ
LAGSUTotal Wage Compensation Amount P01B_LAGDEC4(2) P01_DEC4_2
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table RPCBLAD0_ALV_MAIN

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