J_1I_SHIPHDR SAP (EXIM : Shipping Bill Header) Table details

Dictionary Type: Table
Description: EXIM : Shipping Bill Header




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




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

J_1I_SHIPHDR is a standard SAP Table which is used to store EXIM : Shipping Bill Header data and is available within R/3 SAP systems depending on the version and release level.

The J_1I_SHIPHDR table consists of various fields, each holding specific information or linking keys about EXIM : Shipping Bill Header data available in SAP. These include DOC_NO (Document Number), DOC_TYPE (Document ID), CHA_NO (Custom House Agent Number), DOC_EXT_NO (External Document Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP J_1I_SHIPHDR table 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 MANDTCLNT3T000MANDT
DOC_NODocument Number J_1I_DOC_NONUMC10J_1I_DOC_NO
DOC_TYPEDocument ID J_1I_EXIM_DOCIDCHAR4Assigned to domainJ_1I_EXIM_DOCUMENT_ID
CHA_NOCustom House Agent Number J_1I_CHA_NOCHAR10Assigned to domainALPHALIFNR
DOC_EXT_NOExternal Document Number J_1I_DOC_EXT_NOCHAR35CHAR35
PORT_LOADLoading Port J_1I_PORT_LOADCHAR4T001WWERKSH_T001W
PORT_DISCHDischarging Port J_1I_PORT_DISCHCHAR4T001WWERKSH_T001W
EXPORTERExporter J_1I_EXPORTERCHAR4T001BUKRS
CONSIGNEEConsignee J_1I_CONSIGNEECHAR10KNA1ALPHAKUNNR
TRNS_TYTransport Type J_1I_TRNS_TYCHAR4J_1I_TRNS_TY
SHP_TYShipping Bill Type J_1I_SHP_TYCHAR3J_1I_SHP_TY
FOB_VALFree on Board Value J_1I_FOB_VALCURR15(2) WERTV8
INV_VALInvoice Value J_1I_INV_VALCURR15(2) WERTV8
DBK_VALDuty Drawback Value J_1I_DBK_VALCURR15(2) WERTV8
DOCCURCurrency J_1IEXCCURCUKY5TCURCWAERS
DOC_DTDocument Date J_1I_DOC_DATEDATS8DATS
LEO_DTExport Order Date J_1I_LEO_DATEDATS8DATS
PRNT_DTDocument Print Date J_1I_PRNT_DATEDATS8DATS
EXP_DTExport Date J_1I_EXP_DATEDATS8DATS
STATUSShipping Bill Status J_1IDOCSTATCHAR1Assigned to domainJ_1I_APP_STAT
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 table J_1I_SHIPHDR using ABAP code

The following ABAP code Example will allow you to do a basic selection on J_1I_SHIPHDR to SELECT all data from the table
DATA: WA_J_1I_SHIPHDR TYPE J_1I_SHIPHDR.

SELECT SINGLE *
FROM J_1I_SHIPHDR
INTO CORRESPONDING FIELDS OF WA_J_1I_SHIPHDR
WHERE...

How to access SAP table J_1I_SHIPHDR

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