J_1IRG1 SAP (Excise RG1 details) Table details

Dictionary Type: Table
Description: Excise RG1 details




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




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

J_1IRG1 is a standard SAP Table which is used to store Excise RG1 details data and is available within R/3 SAP systems depending on the version and release level.

The J_1IRG1 table consists of various fields, each holding specific information or linking keys about Excise RG1 details data available in SAP. These include EXGRP (Excise Group), SYEAR (Year of Register Entry), SERIALNO (RG1 serial number), CHAPID (Chapter ID).. 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_1IRG1 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
EXGRPExcise Group J_1IEXCGRPCHAR2J_1IEXGRPSJ_1IEXCGRPJ2I
SYEARYear of Register Entry J_1IYEARNUMC4NUMC4
SERIALNORG1 serial number J_1ISRLNONUMC10NUMC10
CHAPIDChapter ID J_1ICHIDCHAR12CHAR12
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
RULESRule/Section J_2IRULECHAR10Assigned to domainJ_2IRULE
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MATFORMMaterial packaging form: Packed, Loose J_2IMATFRMCHAR1J_2IMATFRM
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
LGORTINDStorage location type indicator J_2ISLINDICHAR1J_2ISLINDI
RISINDGoods Movement Direction J_1IRISINDCHAR1J_1IRISIND
RCPTISSRSNRcpt/Issu classification codes J_2IRIINDCHAR3J_2IRIIND
DOWNLDownload indicator J_1IDOWNLCHAR1XFELD
DECLRDItem declared for Excise J_1IDECLRDCHAR1CHAR1
EXPINDExport Type J_1IINDEXPCHAR1J_1IINDEXP
REASONreason for movement J_1IREASONCHAR40CHAR40
REMARKSRemarks containing RG1 prod.ser.no or excise inv. ranges J_2IREMARKCHAR45J_2IREMARK
RDOC1Reference Document 1 J_1IRDOC1CHAR10CHAR10
RYEAR1Reference year 1 J_1IRYEAR1CHAR4CHAR4
RIND1Reference Document Type 1 J_1IRIND1CHAR1J_1IRIND
BEDRATEBED percentage J_1IBEDRATDEC7(4) PRZ34
AEDRATEAdditional Excise Duty % J_1IAEDRATDEC7(4) PRZ34
SEDRATESpecial Excise Duty % J_1ISEDRATDEC7(4) PRZ34
EXCURCurrency J_1IEXCCURCUKY5TCURCWAERS
EXBASExcise Duty Base Amount J_1IEXCBASCURR13(2) WERT7
EXBEDBasic Excise Duty J_1IEXCBEDCURR13(2) WERT7
EXAEDAdditional Excise Duty J_1IEXCAEDCURR13(2) WERT7
EXSEDSpecial Excise Duty J_1IEXCSEDCURR13(2) WERT7
CESSCess amount J_1IEXCESSCURR13(2) WERT7
STATUSRegister Entry Status J_1IRGSTATCHAR1J_1IRGSTAT
USNAMCreated By J_1IUSNAMCHAR12CHAR12
CPUDTExcise Document Entry Date J_1ICPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
NCCDRATENCCD Rate in % J_1INCCDRATDEC7(4) PRZ34
NCCDNCCD Value J_1IEXNCCDCURR13(2) WERT7
ECSRATEECS rate in % J_1IECSRATDEC7(4) PRZ34
ECSECS Value J_1IEXECSCURR13(2) WERT7
EXADDRATE1AT1 rate in % J_1IEXADDRAT1DEC7(4) PRZ34
EXADDTAX1Additional Tax1 value J_1IEXADDTAX1CURR13(2) WERT7
EXADDRATE2AT2 rate in % J_1IEXADDRAT2DEC7(4) PRZ34
EXADDTAX2Additional Tax2 value J_1IEXADDTAX2CURR13(2) WERT7
EXADDRATE3AT3 rate in % J_1IEXADDRAT3DEC7(4) PRZ34
EXADDTAX3Additional Tax3 value J_1IEXADDTAX3CURR13(2) WERT7

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1IRG1
INTO CORRESPONDING FIELDS OF WA_J_1IRG1
WHERE...

How to access SAP table J_1IRG1

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