HRPADNLP_LOG0015 SAP (NL Pens: infortype 0015 log for Payroll Process) Table details

Dictionary Type: Table
Description: NL Pens: infortype 0015 log for Payroll Process




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




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

HRPADNLP_LOG0015 is a standard SAP Table which is used to store NL Pens: infortype 0015 log for Payroll Process data and is available within R/3 SAP systems depending on the version and release level.

The HRPADNLP_LOG0015 table consists of various fields, each holding specific information or linking keys about NL Pens: infortype 0015 log for Payroll Process data available in SAP. These include ABKRS_KEY (Payroll Area), PABRJ_KEY (Payroll Year), PABRP_KEY (Payroll Period), 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP HRPADNLP_LOG0015 table 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
ABKRS_KEYPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
PABRJ_KEYPayroll Year PABRJNUMC4GJAHRGJAHR
PABRP_KEYPayroll Period PABRPNUMC2PABRP
PERNRPersonnel number PERSNONUMC8PA0003PERSNOPER
SUBTYSubtype SUBTYCHAR4SUBTYSUB
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
SPRPSLock Indicator for HR Master Data Record SPRPSCHAR1SPRPS
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
LGARTWage Type LGARTCHAR4Assigned to domainLGART
OPKENOperation Indicator for Wage Types OPKENCHAR1OPKEN
BETRGWage Type Amount for Payments PAD_AMT7SCURR13(2) P_AMT07V
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ANZHLNumber ANZHLDEC7(2) ANZHL
INDBWIndicator for indirect valuation INDBWCHAR1CHAR1
ZUORDAssignment Number UZORDCHAR20UZORD
ESTDTDate of origin ESTDTDATS8DATUM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZEITTime, at Which Record Was Added ERZEITTIMS6UHRZT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM

Key field Non-key field



How do I retrieve data from SAP table HRPADNLP_LOG0015 using ABAP code

The following ABAP code Example will allow you to do a basic selection on HRPADNLP_LOG0015 to SELECT all data from the table
DATA: WA_HRPADNLP_LOG0015 TYPE HRPADNLP_LOG0015.

SELECT SINGLE *
FROM HRPADNLP_LOG0015
INTO CORRESPONDING FIELDS OF WA_HRPADNLP_LOG0015
WHERE...

How to access SAP table HRPADNLP_LOG0015

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