J_1I_STR_SHIPDTL_TAB SAP (EXIM : Shipping Bill Detail Structure) Structure details

Dictionary Type: Structure
Description: EXIM : Shipping Bill Detail Structure




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




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

J_1I_STR_SHIPDTL_TAB 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 : Shipping Bill Detail 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_STR_SHIPDTL_TAB TYPE J_1I_STR_SHIPDTL_TAB.

The J_1I_STR_SHIPDTL_TAB table consists of various fields, each holding specific information or linking keys about EXIM : Shipping Bill Detail Structure data available in SAP. These include MARK_NO (Mark Number), PACK_KIND (Kind of Pack), CONTAINER_NO (Container Number), CONT_SIZE (Container Size).. 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_SHIPDTL_TAB 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
EXP_TAR_NOExport Tariff Item Number J_1I_TARIFF_SHPCHAR30CHAR30
MARK_NOMark Number J_1I_MARK_NOCHAR20CHAR20
PACK_KINDKind of Pack J_1I_PACK_KINDCHAR20CHAR20
CONTAINER_NOContainer Number J_1I_CONT_NOCHAR10CHAR10
CONT_SIZEContainer Size J_1I_CONT_SIZENUMC5NUMC5
EXCISE_SL_NOExcise Seal Number J_1I_EXCISE_NOCHAR16CHAR16
NO_PACKPack Number J_1I_PACK_NOINT25INT2
EXCISE_DTExcise Date J_1I_EXCISE_DTDATS8DATUM
ASS_VALAssessable Value J_1I_ASS_VALCURR13(2) WERT7
DUTY_RATEDuty Rate J_1I_DUTY_RATEDEC5(2) J_1I_RATE_ENTT
DUTY_VALDuty Value J_1I_DUTY_VALCURR13(2) WERT7
CESS_RATECess Rate J_1I_CESS_RATEDEC5(2) J_1I_RATE_ENTT
CESS_VALCess Value J_1I_CESS_VALCURR13(2) WERT7
DBK_QTYDuty Drawback Quantity J_1I_DBK_QTYQUAN13(3) MENG13
DBK_FOB_VALFree on Board Value J_1I_FOB_VALCURR15(2) WERTV8
DBK_VALDuty Drawback Value J_1I_DBK_VALCURR15(2) WERTV8
DBK_POST_VALDuty Drawback Posting Value in Local Currency J_1I_DBK_POSTVALCURR15(2) WERTV8
DBK_POST_VAL_FDuty Drawback Posting Value in Local Currency J_1I_DBK_POSTVALCURR15(2) WERTV8
DBK_CUS_RATEDuty Drawback Custom Rate J_1I_DBK_CUST_RATEDEC5(2) J_1I_RATE_ENTT
DBK_CUST_VALDuty Drawback Custom Value J_1I_DBK_CUST_VALCURR13(2) WERT7
DBK_EXC_RATEDuty Drawback Excise Rate J_1I_DBK_EXC_RTDEC5(2) J_1I_RATE_ENTT
DBK_EXC_VALDuty Drawback Excise Value J_1I_DBK_EXC_VALCURR13(2) WERT7
LCURRLocal Currency J_1I_LCURRCUKY5TCURCWAERS

Key field Non-key field



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

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

How to access SAP table J_1I_STR_SHIPDTL_TAB

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