J_1ILICHDR SAP (Excise Bonding: License Header) Table details

Dictionary Type: Table
Description: Excise Bonding: License Header




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




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

J_1ILICHDR is a standard SAP Table which is used to store Excise Bonding: License Header data and is available within R/3 SAP systems depending on the version and release level.

The J_1ILICHDR table consists of various fields, each holding specific information or linking keys about Excise Bonding: License Header data available in SAP. These include LICYR (License Year), LICNO (Internal License Number), LICNAME (License Type), LICNOEX (Official License 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 (character-type)


SAP J_1ILICHDR 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 MANDTCLNT3Assigned to domainMANDT
LICYRLicense Year J_1ILICYRNUMC4GJAHRGJAHR
LICNOInternal License Number J_1ILICNONUMC10J_1ILICNO
LICNAMELicense Type J_1ILICNAMECHAR4CHAR4
LICNOEXOfficial License Number J_1ILICNOEXCHAR60CHAR60
BUDATLicense Issue Date J_1ILICBUDATDATS8DATUM
LICEXPDTLicense Expiry Date J_1ILICEXPDTDATS8DATUM
LICEXTDTExtended Until J_1ILICEXTDTDATS8DATUM
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
KUNWEShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
SRGRPExcise Document Series Group J_1ISERGRPCHAR3Assigned to domainJ_1ISERGRPJ2H
STATUSLicense Status J_1ILICSTATUSCHAR1J_1ILISTATUS
USNAMCreated By J_1IUSNAMCHAR12CHAR12
CPUDTExcise Document Entry Date J_1ICPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP table J_1ILICHDR using ABAP code

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

SELECT SINGLE *
FROM J_1ILICHDR
INTO CORRESPONDING FIELDS OF WA_J_1ILICHDR
WHERE...

How to access SAP table J_1ILICHDR

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