P20_AAREG SAP (Result structure for AA-Registeret - relevant master data) Structure details

Dictionary Type: Structure
Description: Result structure for AA-Registeret - relevant master data




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




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

P20_AAREG 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 "Result structure for AA-Registeret - relevant master 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_P20_AAREG TYPE P20_AAREG.

The P20_AAREG table consists of various fields, each holding specific information or linking keys about Result structure for AA-Registeret - relevant master data data available in SAP. These include PERNR (Personnel Number), BEGDA (Start Date), ENDDA (End Date), RDATE (AA Register file reporting 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: Not classified


SAP P20_AAREG 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
RDATEAA Register file reporting date P20_AACPDDATS8DATS
STAT2Status indicator for actions STATACHAR1STATA
ORGNJOrganization number juridisk P20_ORGNJNUMC9NUMC09
ORGNBOrganization number Bedrift P20_ORGNBNUMC9NUMC09
CORGNDate new is valid from. P20_AACCODATS8DATS
CHIRDCorrrected ansatt date. P20_CHIRDDATS8DATS
WOLIMGeneral Flag FLAGCHAR1FLAG
WOHRSDaily Working Hours STDTGDEC5(2) STDAZ
CWOSIDate number of working hours per week code was changed P20_CWOSIDATS8DATS
PERMSGeneral Flag FLAGCHAR1FLAG
YRKECOccupation code P20_YRKEKNUMC4NUMC4
YRKELSequence number for occupation code P20_YRLNRNUMC3NUMC3
COCCUChange date for occupational code - Norway P20_AACOCDATS8DATS

Key field Non-key field



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

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

How to access SAP table P20_AAREG

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