J_1I_SION_EXP_STR SAP (EXIM: SION Export structure) Structure details

Dictionary Type: Structure
Description: EXIM: SION Export structure




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




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

J_1I_SION_EXP_STR 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 "EXIM: SION Export structure" 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_SION_EXP_STR TYPE J_1I_SION_EXP_STR.

The J_1I_SION_EXP_STR table consists of various fields, each holding specific information or linking keys about EXIM: SION Export structure data available in SAP. These include EXP_MATNR (Export Material), EXP_PRD_GRP (Export Product Group), EXP_QUAN (Export Material Quantity), EXP_QUAN_NEW (Export Material Quantity).. 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_SION_EXP_STR 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
SION_CODESION Code J_1I_SION_CODECHAR4Assigned to domainJ_1I_SION_CODE
EXP_MATNRExport Material J_1I_EXP_MATNRCHAR18MARAMATN1MATNR
EXP_PRD_GRPExport Product Group J_1I_EXP_PRD_GRPCHAR20J_1I_PRD_GRP
EXP_QUANExport Material Quantity J_1I_EXP_QUANQUAN13(3) MENGE
EXP_QUAN_NEWExport Material Quantity J_1I_EXP_QUANQUAN13(3) MENGE
QUAN_REMRemaining Quantity J_1ILICMENGRQUAN13(3) MENG13
EXP_UNITExport Unit J_1I_EXP_UNITUNIT3T006CUNITMEINS
EXP_UNIT_NEWExport Unit J_1I_EXP_UNITUNIT3T006CUNITMEINS
EXP_MAT_DESCMaterial Description (Short Text) MAKTXCHAR40TEXT40
EXP_READ_ONLY_REFGeneral Flag FLAGCHAR1FLAG
EXP_MATNR_READ_REFGeneral Flag FLAGCHAR1FLAG
LICENSE_NOTax exemption license number LICNOCHAR20LICNO
EXP_MATNR_TECHExport Material Technical Properties J_1I_EXP_MATNR_TECHCHAR50CHAR50
MATNR_ITC_CODECommodity Code/Import Code Number for Foreign Trade STAWNCHAR17Assigned to domainSTAWN
FOB_VAL_INRFOB Value for Exports (in INR) J_1I_FOB_INRCURR13(2) WERT7
FOB_VAL_USDFOB Value for Exports (in USD) J_1I_FOB_USDCURR13(2) WERT7
VAL_REMRemaining License Value J_1ILICREMCURR13(2) WERT7
TRADERSGeneral Flag FLAGCHAR1FLAG
FOB_VAL_CURRCODECurrency Key WAERSCUKY5TCURCWAERSFWS
LICYRLicense Year J_1ILICYRNUMC4GJAHRGJAHR
ZEILEItem Number J_1IZEILENUMC4J_1IZEILE
EXCURCurrency J_1IEXCCURCUKY5TCURCWAERS
CREA_DATE_TIMECreated Time J_1I_CRTD_ATCHAR14TIMESTAMP
CREA_UNAMECreated by J_1I_CRTD_BYCHAR12UNAME
LCHG_DATE_TIMEChanged Time J_1I_CHNGD_ATCHAR14TIMESTAMP
LCHG_UNAMEChanged By J_1I_CHNGD_BYCHAR12UNAME

Key field Non-key field



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

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

How to access SAP table J_1I_SION_EXP_STR

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