ISH_IDX_HEADER SAP (Header for Index Table) Table details

Dictionary Type: Table
Description: Header for Index Table




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




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

ISH_IDX_HEADER is a standard SAP Table which is used to store Header for Index Table data and is available within R/3 SAP systems depending on the version and release level.

The ISH_IDX_HEADER table consists of various fields, each holding specific information or linking keys about Header for Index Table data available in SAP. These include GUID (UUID in compressed form (22 character UUENCODEd)), EVENT (IS-H: Event for Triggering Messages, Forms), APPLK (Application (Always N for IS-H)), EINRI (Institution).. 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: Cannot Be Enhanced


SAP ISH_IDX_HEADER 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
GUIDUUID in compressed form (22 character UUENCODEd) SYSUUID_22CHAR22SYSUUID_22
EVENTIS-H: Event for Triggering Messages, Forms N_EVENTCHAR6Assigned to domainN_EVENT
APPLKApplication (Always N for IS-H) APPKLCHAR1APPKL
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
LFDNRIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
EXTNRIS-H: External Patient Identification EXT_PATNRCHAR20EXT_PATNR
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10Assigned to domainALPHARI_KUNNRKOT
COMNUMCommunication Sequence Number ISH_COMNUMCHAR32ISH_COMNUM
KEY1IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY2IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY3IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY4IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY5IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY6IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time when Data Record Created ISH_ERTIMTIMS6UHRZT
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
TATransaction Code TCODECHAR20Assigned to domainTCODETCD
DATA_TYPEData Type of Message (Data Sent or Received) ISH_DATA_TYPECHAR1ISH_DATA_TYPE
REF_GUIDUUID in compressed form (22 character UUENCODEd) SYSUUID_22CHAR22SYSUUID_22

Key field Non-key field



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

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

SELECT SINGLE *
FROM ISH_IDX_HEADER
INTO CORRESPONDING FIELDS OF WA_ISH_IDX_HEADER
WHERE...

How to access SAP table ISH_IDX_HEADER

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