J_1IRAINCND SAP (Article Inward Note Conditions) Table details

Dictionary Type: Table
Description: Article Inward Note Conditions




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




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

J_1IRAINCND is a standard SAP Table which is used to store Article Inward Note Conditions data and is available within R/3 SAP systems depending on the version and release level.

The J_1IRAINCND table consists of various fields, each holding specific information or linking keys about Article Inward Note Conditions data available in SAP. These include AINNO (Article Inward Note Number), AINYR (Article Inward Note Year), AINIT (Item Number), KSCHL (Condition Type).. 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 J_1IRAINCND 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
AINNOArticle Inward Note Number J_1IRAINNOCHAR10ALPHABELNRAINNO
AINYRArticle Inward Note Year J_1IRAINYRNUMC4GJAHRGJAHRAINYR
AINITItem Number J_1IRZEILENUMC6Assigned to domainPOSNR
KSCHLCondition Type KSCHLCHAR4T685KSCHLVKS
KBETRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
KWERTCondition value KWERTCURR13(2) WERTV7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
CONIDCondition Parameter J_1IRCONIDCHAR1J_1IRCONID

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1IRAINCND
INTO CORRESPONDING FIELDS OF WA_J_1IRAINCND
WHERE...

How to access SAP table J_1IRAINCND

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