J_1I_STR_LIC_CG_OTH_FRM SAP (Capital goods Duty Saved & EO Details) Structure details

Dictionary Type: Structure
Description: Capital goods Duty Saved & EO Details




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




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

J_1I_STR_LIC_CG_OTH_FRM 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 Duty Saved & EO Details" 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_OTH_FRM TYPE J_1I_STR_LIC_CG_OTH_FRM.

The J_1I_STR_LIC_CG_OTH_FRM table consists of various fields, each holding specific information or linking keys about Capital goods Duty Saved & EO Details data available in SAP. These include TOT_IMP_DUTY_PER (Entitlement Rate), DUTY_SCHM_PER (Single-Character Indicator), DUTY_SAVE_PER (Entitlement Rate), CIF_VAL_INR (CIF Value for Imports (in INR)).. 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 (Deep)


SAP J_1I_STR_LIC_CG_OTH_FRM 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TOT_IMP_DUTY_PEREntitlement Rate J_1I_RATE_ENTTDEC5(2) J_1I_RATE_ENTT
DUTY_SCHM_PERSingle-Character Indicator CHAR1CHAR1CHAR1
DUTY_SAVE_PEREntitlement Rate J_1I_RATE_ENTTDEC5(2) J_1I_RATE_ENTT
CIF_VAL_INRCIF Value for Imports (in INR) J_1I_CIF_INRCURR13(2) WERT7
DUTY_SAVE_INRCIF Value for Imports (in INR) J_1I_CIF_INRCURR13(2) WERT7
CHK68Export Obligation Value J_1I_EOCHK68CHAR1J_1I_EOCHK68
EO_VALUE68License Amount J_1ILICAMTCURR13(2) WERT7
EO_VALUE68_USDLicense Amount J_1ILICAMTCURR13(2) WERT7
EO_VALUE8_INRLicense Amount J_1ILICAMTCURR13(2) WERT7
EO_VALUE8_USDLicense Amount J_1ILICAMTCURR13(2) WERT7
CURR_VALCurrency J_1IEXCCURCUKY5TCURCWAERS
AVG_EO_USDLicense Amount J_1ILICAMTCURR13(2) WERT7
AVG_EOLicense Amount J_1ILICAMTCURR13(2) WERT7
CURR_AVG_EOCurrency J_1IEXCCURCUKY5TCURCWAERS
EO_PRD_8_12Dummy for B20 int1 (Local Everywhere) INT1INT13INT1
DUTY_SAVE_PO_PEREntitlement Rate J_1I_RATE_ENTTDEC5(2) J_1I_RATE_ENTT
PO_CUST_DUTY_PEREntitlement Rate J_1I_RATE_ENTTDEC5(2) J_1I_RATE_ENTT
PO_CIF_VAL_INRCIF Value for Imports (in INR) J_1I_CIF_INRCURR13(2) WERT7
OTH_CIF_VAL_INRCIF Value for Imports (in INR) J_1I_CIF_INRCURR13(2) WERT7
DUTY_SAVE_OTH_PEREntitlement Rate J_1I_RATE_ENTTDEC5(2) J_1I_RATE_ENTT
PO_DUTY_SAVE_INRCIF Value for Imports (in INR) J_1I_CIF_INRCURR13(2) WERT7
OTH_DUTY_SAVE_INRCIF Value for Imports (in INR) J_1I_CIF_INRCURR13(2) WERT7
CUST_DUTY_PEREntitlement Rate J_1I_RATE_ENTTDEC5(2) J_1I_RATE_ENTT

Key field Non-key field



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

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

How to access SAP table J_1I_STR_LIC_CG_OTH_FRM

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