J_1I_STR_SHIPHDR_TAB SAP (EXIM : Shipping Bill Header Structure) Structure details

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




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




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

J_1I_STR_SHIPHDR_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 Header 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_SHIPHDR_TAB TYPE J_1I_STR_SHIPHDR_TAB.

The J_1I_STR_SHIPHDR_TAB table consists of various fields, each holding specific information or linking keys about EXIM : Shipping Bill Header Structure data available in SAP. These include FOB_VAL (Free on Board Value), DBK_VAL (Duty Drawback Value), DBK_POST_VAL (Duty Drawback Posting Value in Local Currency), SHP_TY (Shipping Bill Type).. 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_SHIPHDR_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
INV_VALInvoice Value J_1I_INV_VALCURR15(2) WERTV8
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
SHP_TYShipping Bill Type J_1I_SHP_TYCHAR3J_1I_SHP_TY
STATUSShipping Bill Status J_1IDOCSTATCHAR1Assigned to domainJ_1I_APP_STAT
REJ_REASONDescription of EXIM J_1I_EXIM_DESCRCHAR255J_1I_EXIM_DESCR
SCHM_CODEScheme Code J_1I_SCHM_CODECHAR5J_1I_SCHM_MASTERJ_1I_SCHM_CODE
REG_PORTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
PORT_LOADLoading Port J_1I_PORT_LOADCHAR4Assigned to domainWERKSH_T001W
PORT_DISCHDischarging Port J_1I_PORT_DISCHCHAR4Assigned to domainWERKSH_T001W
CHA_NOCustom House Agent Number J_1I_CHA_NOCHAR10LFA1ALPHALIFNR
EXP_DTExport Date J_1I_EXP_DATEDATS8DATS
LEO_DTExport Order Date J_1I_LEO_DATEDATS8DATS
PRNT_DTDocument Print Date J_1I_PRNT_DATEDATS8DATS
TRNS_TYTransport Type J_1I_TRNS_TYCHAR4J_1I_TRNS_TY
LAND1Country of Destination LLANDCHAR3Assigned to domainLAND1VLL
FAWREFAccounting Document J_1IFAWREFCHAR10ALPHAAWREF
FAWTYPObject type of calling application (FI) J_1IFAWTYPCHAR5Assigned to domainAWTYP
FABLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
FAYEARFinancial posting year J_1IFAYEARNUMC4NUMC4
BUDATPosting Date in the Document BUDATDATS8DATUM

Key field Non-key field



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

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

How to access SAP table J_1I_STR_SHIPHDR_TAB

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