HRPADPM SAP (Additional Data PADPM) Table details

Dictionary Type: Table
Description: Additional Data PADPM




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




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

HRPADPM is a standard SAP Table which is used to store Additional Data PADPM data and is available within R/3 SAP systems depending on the version and release level.

The HRPADPM table consists of various fields, each holding specific information or linking keys about Additional Data PADPM data available in SAP. These include ADATANR (ADATA Number), BUTGR (Section of Overall Budget), KRESV (Reservation flag), BETRG (Total input amount).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP HRPADPM 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
ADATANRADATA Number HRADATANRCHAR32Assigned to domainHRADATANR
BUTGRSection of Overall Budget BUTGRCHAR2Assigned to domainBUTGR
KRESVReservation flag KRESVCHAR1CHAR1
BETRGTotal input amount INTOTCURR16(2) PMCURR
CURCYCurrency Key CURCYCUKY5Assigned to domainWAERSFWS
FREQUTime base PMFREQCHAR1T7PMICHAR1
AMNTNumber AMNTDEC10(3) PMAMNT
BUGRUBudget Unit BUGRUCHAR3CHAR3
WKAVGNumber of Hours per Week WKAVGDEC5(2) STDAZ
MOLGACountry Grouping MOLGACHAR2Assigned to domainMOLGAMOL
KATZUAllowance catalog KATZUCHAR2CHAR2
ARTZUAllowance ARTZUCHAR4CHAR4
AUSARTExpenditure type AUSARTCHAR4Assigned to domainAUSART
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
KINTE'Integrated Financing' Flag KINTECHAR1FLAG
OBJ_TYPEReference Transaction AWTYPCHAR5Assigned to domainAWTYP
OBJ_SYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
OBJ_KEYReference Key AWKEYCHAR20AWKEY
OBJ_POSReference line item AWPOSCHAR10AWPOS
OBJ_TYPE_PPrevious document: Reference procedure AWTYP_PRECHAR5Assigned to domainAWTYP
OBJ_KEY_PPrevious document: Object key (AWREF_REV and AWORG_REV) AWKEY_PRECHAR20AWKEY
OBJ_POS_PPrevious document: Reference line item AWPOS_PRECHAR10AWPOS
.INCLU--AP 0
SPNUMSpent Budget Number ECM_SPNUMDEC10ECM_STKNO
STKUNStock Unit ECM_STKUNCHAR4T71LTI05ECM_STKUN
.INCLU--AP 0
CAUSE_ASSLegal Grounds HRFPM_CAUSECHAR10HRFPM_CAUSE
CAUSE_FREELegal Grounds HRFPM_CAUSECHAR10HRFPM_CAUSE
.INCLU--AP 0
AVC_EXCCheck Exception for Availability Check HRFPM_AVC_CHECK_EXEMPTIONCHAR10T77HRFPM_ERREXMPHRFPM_CHECK_EXEMPTION
FIN_EXCException Reason for Checking Staff Assignment Rules HRFPM_FIN_CHECK_EXEMPTIONCHAR10T77HRFPM_ERREXMPHRFPM_CHECK_EXEMPTION
EXC_GRPGrouping of Check Exceptions HRFPM_CHECK_EXEMPTION_GROUPCHAR10T77HRFPM_EXMPGRPHRFPM_CHECK_EXEMPTION_GROUP

Key field Non-key field



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

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

SELECT SINGLE *
FROM HRPADPM
INTO CORRESPONDING FIELDS OF WA_HRPADPM
WHERE...

How to access SAP table HRPADPM

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