HRAAITM SAP (HR Interface Table: Document Item for Activity Allocation) Table details

Dictionary Type: Table
Description: HR Interface Table: Document Item for Activity Allocation




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




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

HRAAITM is a standard SAP Table which is used to store HR Interface Table: Document Item for Activity Allocation data and is available within R/3 SAP systems depending on the version and release level.

The HRAAITM table consists of various fields, each holding specific information or linking keys about HR Interface Table: Document Item for Activity Allocation data available in SAP. These include REFDOCNO (Reference Document Number), REF_ORG_UN (Reference Organizational Units), OBJ_TYPE (Reference Transaction), DOCITEM (Document item).. 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 HRAAITM 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
REFDOCNOReference Document Number CO_REFBNCHAR10ALPHABELNR
REF_ORG_UNReference Organizational Units AWORGCHAR10AWORG
OBJ_TYPEReference Transaction AWTYPCHAR5Assigned to domainAWTYP
DOCITEMDocument item HRAABPOSNUMC3NUM3
SEND_CCTRSender cost center SKOSTCHAR10Assigned to domainALPHAKOSTLKSK
ACTTYPEActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
SENBUSPROCSender Business Process SPRZNRCHAR12Assigned to domainALPHACO_PRZNR
ACTVTY_QTYActivity Quantity LSTXXQUAN15(3) MENGV8
ACTIVITYUNActivity unit CO_MEINH_LUNIT3Assigned to domainCUNITMEINS
PRICECurrency amount HRAAPRICECURR16(2) CURR16
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
POS_OUTQTYPosted output quantity AUBXXQUAN15(3) MENGV8
POSTOUTUNPosted output unit CO_MEINB_AUNIT3Assigned to domainCUNITMEINS
PERSON_NOPersonnel Number PERNR_DNUMC8PERNRPER
SEG_TEXTSegment text CO_SGTXTCHAR50TEXT50
REC_CCTRReceiver Cost Center EKOSTLCHAR10Assigned to domainALPHAKOSTLKSK
REC_ORDERReceiver Order EAUFNRCHAR12Assigned to domainALPHAAUFNR
REC_WBS_ELWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
RECSALEORDReceiver sales order EKDAUCHAR10Assigned to domainALPHAVBELN
RECITEMItem number in receiver sales order EKDPONUMC6Assigned to domainPOSNR
RECCOSTOBJReceiver cost object EKSTRCHAR12Assigned to domainKSTRG
RECBUSPROCReceiver business process EPRZNRCHAR12Assigned to domainALPHACO_PRZNR
REC_NETWRKReceiver Network ENPLNCHAR12Assigned to domainALPHAAUFNR
RECOPERATNReceiver operation EVORGCHAR4NUMCVVORNR
REC_FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
REC_FUNCTIONFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
REC_GRANTGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
SEND_FUNDSender fund FM_SFONDSCHAR10Assigned to domainBP_GEBERSENDER_FUND
SEND_FUNCTIONSending Functional Area SFKTBERCHAR16Assigned to domainFKBER
SEND_GRANTSender Grant GM_GRANT_SENDERCHAR20ALPHAGM_GRANT_NBR
REC_BUDGET_PDFM: Receiver Budget Period FM_EBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
SEND_BUDGET_PDFM: Sender Budget Period FM_SBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

SELECT SINGLE *
FROM HRAAITM
INTO CORRESPONDING FIELDS OF WA_HRAAITM
WHERE...

How to access SAP table HRAAITM

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