J_1I_STR_LIC_CG_IMP_DET_REST SAP (Capital Goods Import materials List(Restricted)) Structure details

Dictionary Type: Structure
Description: Capital Goods Import materials List(Restricted)




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




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

J_1I_STR_LIC_CG_IMP_DET_REST 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 "Capital Goods Import materials List(Restricted)" 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_1I_STR_LIC_CG_IMP_DET_REST TYPE J_1I_STR_LIC_CG_IMP_DET_REST.

The J_1I_STR_LIC_CG_IMP_DET_REST table consists of various fields, each holding specific information or linking keys about Capital Goods Import materials List(Restricted) data available in SAP. These include MATNR (Material Number), MAKTX (Material Description (Short Text)), ITC_CODE (Material ITC HS Code), MATNR_NATURE (30 Characters).. 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: Can be enhanced (character-type or numeric)


SAP J_1I_STR_LIC_CG_IMP_DET_REST 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
SRNOSerial Number J_1I_SNONUMC3
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
ITC_CODEMaterial ITC HS Code J_1IHSITCCHAR40CHAR40
MATNR_NATURE30 Characters CHAR30CHAR30CHAR30
MATNR_IMP_TECHImport Material Techical Characteristics J_1I_IMP_MATNR_TECHCHAR50CHAR50
IMP_QUANImport Quantity J_1I_IMP_QUANQUAN13(3) MENGE
IMP_UNITImport Unit J_1I_IMP_UNITUNIT3Assigned to domainCUNITMEINS
MATNR_USAGE30 Characters CHAR30CHAR30CHAR30
CIF_VALCIF Value for Imports (in INR) J_1I_CIF_INRCURR13(2) WERT7
CURRCurrency J_1IEXCCURCUKY5TCURCWAERS
IMPORT_CG_TYPEImport Capital Gods Type J_1I_IMPORT_CG_TYPECHAR1J_1I_IMPORT_CG_TYPE
MATNR_READ_REFGeneral Flag FLAGCHAR1FLAG
EXCURCurrency J_1IEXCCURCUKY5TCURCWAERS

Key field Non-key field



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

As J_1I_STR_LIC_CG_IMP_DET_REST 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_1I_STR_LIC_CG_IMP_DET_REST as there is no data to select.

How to access SAP table J_1I_STR_LIC_CG_IMP_DET_REST

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