J_1IRAINDTL_ST SAP (Detail selection structure) Structure details

Dictionary Type: Structure
Description: Detail selection structure




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




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

J_1IRAINDTL_ST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Detail selection structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_J_1IRAINDTL_ST TYPE J_1IRAINDTL_ST.

The J_1IRAINDTL_ST table consists of various fields, each holding specific information or linking keys about Detail selection structure data available in SAP. These include MANDT (Client), AINNO (Article Inward Note Number), AINYR (Article Inward Note Year), AINIT (Item Number).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP J_1IRAINDTL_ST structure 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
ITM_SELSingle-Character Indicator CHAR1CHAR1CHAR1
MANDTClient MANDTCLNT3Assigned to domainMANDT
AINNOArticle Inward Note Number J_1IRAINNOCHAR10ALPHABELNRAINNO
AINYRArticle Inward Note Year J_1IRAINYRNUMC4GJAHRGJAHRAINYR
AINITItem Number J_1IRZEILENUMC6Assigned to domainPOSNR
INSMKStock Type MB_INSMKCHAR1MB_INSMK
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
TXZ01Short Text TXZ01CHAR40TEXT40
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3T006CUNITMEINS
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
CHARGBatch Number CHARG_DCHAR10MCH1CHARGCHA
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
PMRPMRP Rate from PO at AIN creation J_1IRPMRPCURR11(2) WERTV6
IMRPMRP Rate from Invoice J_1IRIMRPCURR11(2) WERTV6
PCOSTCalculated Cost as per Invoiced MRP J_1IRPCOSTCURR11(2) WERTV6
ICOSTCost as per the Vendor Invoice J_1IRICOSTCURR11(2) WERTV6
TXVTAmount in Local Currency DMBTRCURR13(2) WERT7
TXRATERate (condition amount or percentage) KBETRCURR11(2) WERTV6
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
STATUSStatus J_1IRSTATCHAR1J_1IRSTAT
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
BPMNGQuantity in Purchase Order Price Unit BPMNGQUAN13(3) MENG13
BPRMEOrder Price Unit (Purchasing) BPRMEUNIT3T006CUNITMEINS
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
ABLADUnloading Point ABLADCHAR25TEXT25
SGTXTItem Text SGTXTCHAR50TEXT50
MIGO_ELIKZ'Delivery Completed' Indicator MIGO_ELIKZNUMC1MIGO_ELIKZ
MRPINDMax. Retail Price Relevant J_1IRMRPINDCHAR1J_1IRMRPIND
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
VBELPSales document item VBELPNUMC6Assigned to domainPOSNR
CCOSTCurrent cost in PO J_1IRCCOSTCURR11(2) WERTV6
CMRPCurrent MRP in PO J_1IRCMRPCURR11(2) WERTV6

Key field Non-key field



How do I retrieve data from SAP structure J_1IRAINDTL_ST using ABAP code?

As J_1IRAINDTL_ST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on J_1IRAINDTL_ST as there is no data to select.

How to access SAP table J_1IRAINDTL_ST

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