RPCDEBE0L_PERNR SAP (List of processed notifications) Structure details

Dictionary Type: Structure
Description: List of processed notifications




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




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

RPCDEBE0L_PERNR 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 "List of processed notifications" 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_RPCDEBE0L_PERNR TYPE RPCDEBE0L_PERNR.

The RPCDEBE0L_PERNR table consists of various fields, each holding specific information or linking keys about List of processed notifications data available in SAP. These include BEGDA (Start Date), STEXT (Name of Subtype), SEQNR (Number of Infotype Record with Same Key), ENAME (Formatted Name of Employee or Applicant).. 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)


SAP RPCDEBE0L_PERNR 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
BEGDAStart Date BEGDADATS8DATUM
STEXTName of Subtype SBTTXCHAR40TEXT40
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
RPCDEA_STATUSPAT-generation result icon PES_RPCDEA_STATUSCHAR50CHAR50
RATSBIXAssignment of RATSB report in multi-RATSB file PES_RATSBIXNUMC5NUMC5
ACCIXAssignment of 'accident' report to RASB file section PES_RATSB_ACCIXNUMC5NUMC5
SSTAT_TXTStatus of the report generation PES_SSTAT_TXTCHAR36TEXT36
CSTAT_TXTNotification status PES_CSTAT_TXTCHAR36TEXT36
PA20_HOTSPOTHotspot for PA20 transaction PES_PA20_UCOMMCHAR50CHAR50
PA30_HOTSPOTHotspot para PA30 transaction PES_PA30_UCOMMCHAR50CHAR50
EMETHType of electronic production file PES_EMETHCHAR1PES_EMETH
EFILEProduction file identifier PES_EFILECHAR20CHAR20
SSTATStatus of the live generation PES_SSTATNUMC2PES_SSTAT
CSTATNotification status PES_CSTATNUMC2PES_CSTAT
AEDTMChanged On AEDATDATS8DATUM
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
SUBTYSubtype SUBTYCHAR4SUBTYSUB
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WERKSPersonnel Area PERSACHAR4T500PPERSAPBR
PERSGEmployee Group PERSGCHAR1T501PERSGPRG
PERSKEmployee Subgroup PERSKCHAR2T503KPERSKPKR
BTRTLPersonnel Subarea BTRTLCHAR4T001PBTRTLPBS
ABKRSPayroll Area ABKRSCHAR2T549AABKRSABK
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
SACHAPayroll Administrator SACHACHAR3T526SACHA
SACHPAdministrator for HR Master Data SACHPCHAR3T526SACHA
SBMODAdministrator Group SBMODCHAR4CHAR4SGR
CLBK_PROGApplication Log: Callback: Program name BALUEPCHAR40PROGNAME
CLBK_FORMApplication Log: Callback: Routine name BALUEFCHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table RPCDEBE0L_PERNR

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