JHA_ORDER_INDEX SAP (Selection Index for Orders) Table details

Dictionary Type: Table
Description: Selection Index for Orders




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




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

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

The JHA_ORDER_INDEX table consists of various fields, each holding specific information or linking keys about Selection Index for Orders data available in SAP. These include GPNR (IS-M: Business Partner Key), GPROLLE (IS-M: Business Partner Role), SELDAT_BIS (IS-M: End Date for Items), VKORG (Sales Organization).. 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 JHA_ORDER_INDEX 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
GPNRIS-M: Business Partner Key GPNRCHAR10Assigned to domainALPHAGPNRJGPMJG0
GPROLLEIS-M: Business Partner Role JPARVWCHAR2Assigned to domainPARVWJPARVWJGR
SELDAT_BISIS-M: End Date for Items SELDAT_BISDATS8DATUM
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
POS_ARTIS-M: Order-Publishing-Media - Item Type AVMPOS_ARTCHAR2Assigned to domainAVMPOS_ART
SELDAT_VONIS-M: Start Date for Item SELDAT_VONDATS8DATUM
AVM_NRIS-M/AM: Sales Document Number AVM_NRCHAR10Assigned to domainALPHAAVM_NRJHAMJHA
POS_NRIS-M: Order Item Number POS_NRNUMC3Assigned to domainAVM_PNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM JHA_ORDER_INDEX
INTO CORRESPONDING FIELDS OF WA_JHA_ORDER_INDEX
WHERE...

How to access SAP table JHA_ORDER_INDEX

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