J_1I_PMLICUTIL SAP (EXIM : License Utilization) Table details

Dictionary Type: Table
Description: EXIM : License Utilization




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




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

J_1I_PMLICUTIL is a standard SAP Table which is used to store EXIM : License Utilization data and is available within R/3 SAP systems depending on the version and release level.

The J_1I_PMLICUTIL table consists of various fields, each holding specific information or linking keys about EXIM : License Utilization data available in SAP. These include LICYR (License Year), LICNO (Internal License Number), ZEILE (Item Number), DOC_CAT (License Link 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 (character-type or numeric)


SAP J_1I_PMLICUTIL 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
LICYRLicense Year J_1I_LICYRNUMC4J_1I_LICDTLGJAHRGJAHR
LICNOInternal License Number J_1I_LICNONUMC10J_1I_LICNO
ZEILEItem Number J_1IZEILENUMC4J_1IZEILE
DOC_CATLicense Link Document Type J_1ILIC_LINK_DOCCHAR2J_1I_LINK_DOC
DOCNODocument Number J_1I_DOC_NONUMC10J_1I_DOC_NO
DOC_ITEMDocument Item Number J_1I_DOC_ITEMNUMC6J_1I_DOC_ITEM
MAT_TYPEMaterial Type J_1I_LIC_MAT_TYPECHAR1J_1I_SCHM_TYPE
REG_PORTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
DOCIDDocument ID J_1I_EXIM_DOCIDCHAR4Assigned to domainJ_1I_EXIM_DOCUMENT_ID
DOCTYPEDocument Type J_1I_EXIM_DOCTYPECHAR3J_1I_EXIM_DOC_TYPE
SCHM_CODEScheme Code J_1I_SCHM_CODECHAR5J_1I_SCHM_CODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1I_PMLICUTIL
INTO CORRESPONDING FIELDS OF WA_J_1I_PMLICUTIL
WHERE...

How to access SAP table J_1I_PMLICUTIL

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