IHSG SAP (Object-Related Permits in Plant Maintenance) Table details

Dictionary Type: Table
Description: Object-Related Permits in Plant Maintenance




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




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

IHSG is a standard SAP Table which is used to store Object-Related Permits in Plant Maintenance data and is available within R/3 SAP systems depending on the version and release level.

The IHSG table consists of various fields, each holding specific information or linking keys about Object-Related Permits in Plant Maintenance data available in SAP. These include OBJNR (Object number), COUNTER (Counter for differentiation 6-digit), ERDAT (Date on Which Record Was Created), ERNAM (Name of Person who Created the Object).. 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)


SAP IHSG 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 MANDTCLNT3T000MANDT
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
COUNTERCounter for differentiation 6-digit I_COUNTNUMC6NUM6
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
PMSOGPermit Key PMSOGCHAR10T357GPMSOG
K_AFIndicator: Valid for Order Release K_AFCHAR1G_ERROR
K_AAIndicator: Valid for Order Completion K_AACHAR1G_ERROR
K_DRUCKPrintout of Permit Papers K_DRUCKCHAR1X
K_PROIndicator: Permit Proposed During Processing K_PROCHAR1X
KZLTXLong Text for Permit KZLTGCHAR1XFELD
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
K_OBJEKTIndicator: For Which Object the Permit Was Created K_OBJEKTCHAR1G_OBJECT
IHASPLanguage in Which the Piece of Equipment was Entered EQASPLANG1T002ISOLASPRAS
K_NODELChangeability of Permits K_NODELCHAR1X
K_SKIPRelevance of Permit K_SKIPCHAR1X
K_ORIGINIndicator: Permit Origin in Order K_ORIGINCHAR1G_ORIGIN
CLASSClass number KLASSE_DCHAR18KLASSEKLA
LVORMDeletion Indicator LVORMCHAR1XFELD
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL

Key field Non-key field



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

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

SELECT SINGLE *
FROM IHSG
INTO CORRESPONDING FIELDS OF WA_IHSG
WHERE...

How to access SAP table IHSG

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