HRH1222 SAP (Infotype 1222: Reserved for Enhancements) Table details

Dictionary Type: Table
Description: Infotype 1222: Reserved for Enhancements




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




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

HRH1222 is a standard SAP Table which is used to store Infotype 1222: Reserved for Enhancements data and is available within R/3 SAP systems depending on the version and release level.

The HRH1222 table consists of various fields, each holding specific information or linking keys about Infotype 1222: Reserved for Enhancements data available in SAP. These include PLVAR (Plan Version), OTYPE (Object Type), OBJID (Object ID), BEGDA (Start 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP HRH1222 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
PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
BEGDAStart Date BEGDATUMDATS8DATUMBEG
ENDDAEnd Date ENDDATUMDATS8DATUMEND
WEGIDEvaluation Path WEGIDCHAR8Assigned to domainWEGIDHRBAS00WEGID
INHERITGeneral Flag FLAGCHAR1FLAG
INH_LEVELTwo digit number NUMC2NUMC2NUMC2
INH_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
INH_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON

Key field Non-key field



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

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

SELECT SINGLE *
FROM HRH1222
INTO CORRESPONDING FIELDS OF WA_HRH1222
WHERE...

How to access SAP table HRH1222

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