J_1IGRXSUB SAP (GR reference to subcontracting challans) Table details

Dictionary Type: Table
Description: GR reference to subcontracting challans




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




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

J_1IGRXSUB is a standard SAP Table which is used to store GR reference to subcontracting challans data and is available within R/3 SAP systems depending on the version and release level.

The J_1IGRXSUB table consists of various fields, each holding specific information or linking keys about GR reference to subcontracting challans data available in SAP. These include MJAHR (Material Document Year), MBLNR (Number of Material Document), ZEILE (Item in Material Document), EXNUM (Official Excise Document 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: 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 or numeric)


SAP J_1IGRXSUB 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
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
EXNUMOfficial Excise Document Number J_1IEXCNUMCHAR10J_1IEXCNUMJ2F
EXYEARExcise Year J_1IEXYEARNUMC4GJAHRGJAHRGJR
EXC_ZEILEItem Number J_1IZEILENUMC4J_1IZEILE
REC_QTYReconciled Qty for item in a Challan J_1IRECQTYQUAN13(3) MENG13
REC_INDRecredit Indicator J_1IREC_INDCHAR1CHAR1
SCPGNQuantity of Scrap generated J_1ISCPGNQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
EXGRPExcise Group J_1IEXCGRPCHAR2Assigned to domainJ_1IEXCGRPJ2I
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1IGRXSUB
INTO CORRESPONDING FIELDS OF WA_J_1IGRXSUB
WHERE...

How to access SAP table J_1IGRXSUB

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