J_1IMOCOMP SAP (Company and Plant - Excise Additional Data) Table details

Dictionary Type: Table
Description: Company and Plant - Excise Additional Data




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




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

J_1IMOCOMP is a standard SAP Table which is used to store Company and Plant - Excise Additional Data data and is available within R/3 SAP systems depending on the version and release level.

The J_1IMOCOMP table consists of various fields, each holding specific information or linking keys about Company and Plant - Excise Additional Data data available in SAP. These include BUKRS (Company Code), WERKS (Plant), J_1IEYSMON (First Month in Excise Year), NRNR (Number range 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)


SAP J_1IMOCOMP 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
J_1IEYSMONFirst Month in Excise Year J_1IEYSMONNUMC2AM_MONAT
NRNRNumber range number NRNRCHAR2CHAR2
J_1IEXCDECC Number J_1IEXCDCHAR40CHAR40
J_1IEXRNExcise Registration Number J_1IEXRNCHAR40CHAR40
J_1IEXRGExcise Range J_1IEXRGCHAR60CHAR60
J_1IEXDIExcise Division J_1IEXDICHAR60CHAR60
J_1IEXCOExcise Commissionerate J_1IEXCOCHAR60CHAR60
J_1ICSTNOCentral Sales Tax Number J_1ICSTNOCHAR40CHAR40
J_1ILSTNOLocal Sales Tax Number J_1ILSTNOCHAR40CHAR40
J_1IPANNOPermanent Account Number J_1IPANNOCHAR40CHAR40
J_1IEXCICOExcise tax indicator for company J_1IEXCICOCHAR1J_1ITAXINDJ_1IINDTAX
AEDATChanged On AEDATDATS8DATUM
USNAMChanged by the user J_1IUSNAMCCHAR12CHAR12
J_1ISERNService Tax Registration Number J_1ISERNCHAR40CHAR40

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1IMOCOMP
INTO CORRESPONDING FIELDS OF WA_J_1IMOCOMP
WHERE...

How to access SAP table J_1IMOCOMP

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