P20P_SPKM SAP (Structure for SPK Status and Change messages) Structure details

Dictionary Type: Structure
Description: Structure for SPK Status and Change messages




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




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

P20P_SPKM 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 SPK Status and Change messages" 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_P20P_SPKM TYPE P20P_SPKM.

The P20P_SPKM table consists of various fields, each holding specific information or linking keys about Structure for SPK Status and Change messages data available in SAP. These include VERSJ (Version of Statistics), RAPPD (SPK Reporting date), FMR (Norwegian personal id (foedselsnummer)), ORGJU (Legal org. number (juridisk nummer)).. 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 P20P_SPKM 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
TYPEMessage Type P20P_MTYPNUMC2P20P_MTYP
VERSJVersion of Statistics P20P_VERSNUMC2P20P_VERS
RAPPDSPK Reporting date P20P_RAPPDDATS8DATE
FMRNorwegian personal id (foedselsnummer) P20_PERIDNUMC11NUMC11
ORGJULegal org. number (juridisk nummer) P20_ORGJUNUMC11Assigned to domainP20_ORGJU
NAVNELast name of employee - Loan notification P20_LNNACHCHAR30TEXT30
NAVNFFirst name of employee - Loan notification P20_LNVORNCHAR30TEXT30
ADRAddress P20P_ADRCHAR40TEXT40
PSTNRNorwegian postal code P20_POSTNCHAR4P20_POSTN
PSTARTHire date. P20_HIRDADATS8DATE
SLUTTResignation date. P20_FIRDADATS8DATE
AKSJDAction date P20P_AKSJONDATS8DATE
STLKJob Code P20P_STILLKNUMC4P20P_STILLK
STLBPosition description P20P_STLBETCHAR30P20P_STLBET
DELTPart time % P20P_DELTCHAR6P20P_DELT
LTRWage Level (Lønnstrinn) P20P_LTRNUMC3P20P_LTR
REGWage scale code P20P_REGNUMC3P20P_REG
HLONNBasic Pay P20P_HLONNUMC8P20P_HLON
TILLFRecurring Payment P20P_TILLFCHAR9P20P_TILL
TILLVVariable payment P20P_TILLVCHAR9P20P_TILL
TILLJAdditional payment - Adjusted P20P_TILLJCHAR9P20P_TILL
FUNGActing P20P_FUNGCHAR1P20P_FUNG
PERMILeave Indicator P20P_PERMICHAR1P20P_PERMI
PERMANumber of Years for Leave of Absence P20P_PERMAARNUMC1P20P_PERMAAR
PERMVCode for Leave Agreement P20P_PERMAVTCHAR4P20P_PERMAVT
ALDGRRetirement Age P20P_RETIRNUMC2P20P_RETIR

Key field Non-key field



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

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

How to access SAP table P20P_SPKM

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