J_1ILOCHDR SAP (EXIM : Letter of Credit Header) Table details

Dictionary Type: Table
Description: EXIM : Letter of Credit Header




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




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

J_1ILOCHDR is a standard SAP Table which is used to store EXIM : Letter of Credit Header data and is available within R/3 SAP systems depending on the version and release level.

The J_1ILOCHDR table consists of various fields, each holding specific information or linking keys about EXIM : Letter of Credit Header data available in SAP. These include LCNUM (Letter of Credit Number), LCVER (Letter of Credit Version), LCTYP (Letter of Credit Processing Type), LCDOCTYP (Letter of Credit Document 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: 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_1ILOCHDR 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
LCNUMLetter of Credit Number J1I_LCNUMCHAR10ALPHAJ1I_LCNUM
LCVERLetter of Credit Version J_1ILCVERNUMC3NUMC3
LCTYPLetter of Credit Processing Type J1I_LCTYPCHAR1J1I_LCTYP
LCDOCTYPLetter of Credit Document Type J1I_LCDOCTYPCHAR1J1I_LCDOCTYP
LCSTATLetter of Credit Status J1I_LCSTATCHAR1J_1I_EXIMSTATUSJ_1I_APP_STAT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
SHIP_FROMShipping From J1I_SHIP_FROMCHAR4T001WWERKS
SHIP_TOShipping To J1I_SHIP_TOCHAR4T001WWERKS
LAND_ORIGINCountry of Origin J1I_ORIGIN_LANDCHAR3T005LAND1
LAND_DESTDestination Country J1I_DEST_LANDCHAR3T005LAND1
LCAMTLetter of Credit Amount J1I_LCAMTCURR13(2) WERT7
LCBLK_AMTBlocked Amount J1I_LCBLKAMTCURR13(2) WERT7
LCUTL_AMTUtilized Amount J1I_LCUTLAMTCURR13(2) WERT7
LCCURCurrency J_1IEXCCURCUKY5TCURCWAERS
KKURSCondition exchange rate for conversion to local currency KKURSDEC9(5) KKURS
BAANRFinancial document processing: External financial doc. no. BAANRCHAR40BAANR
EUPRZFinancial document processing: Allowed overdraft percentage EUPRZDEC5(2) PRZ32
DATAIFinancial document processing: Opening date DATAIDATS8DATUM
DATXAFinancial document processing: Validity end date DATXADATS8DATUM
DATAYFinancial document processing: Latest shipping date DATAYDATS8DATUM
DATAHFinancial doc. processing: Date when docs presented to bank DATAHDATS8DATUM
DATAAFinancial document processing: Request date DATAADATS8DATUM
DATAJFinancial document processing: Date of receipt DATAJDATS8DATUM
ANYTGNumber of Days for Document Submission J_1IANYTGNUMC3NUM03
LCGUIDApplication GUID J_1I_EXIM_APPGUIDCHAR22SYSUUID_22
ACTVERActive Version J_1IACTVERCHAR1FLAG
DOCSET_CHNGBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
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_1ILOCHDR using ABAP code

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

SELECT SINGLE *
FROM J_1ILOCHDR
INTO CORRESPONDING FIELDS OF WA_J_1ILOCHDR
WHERE...

How to access SAP table J_1ILOCHDR

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