E3ICSL0 SAP (Inventory Controlling IDoc: Warehouse stock segment) Structure details

Dictionary Type: Structure
Description: Inventory Controlling IDoc: Warehouse stock segment




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




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

E3ICSL0 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 "Inventory Controlling IDoc: Warehouse stock segment" 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_E3ICSL0 TYPE E3ICSL0.

The E3ICSL0 table consists of various fields, each holding specific information or linking keys about Inventory Controlling IDoc: Warehouse stock segment data available in SAP. These include WERKS (Plant), LGORT (Storage Location), CHARG (Batch Number), SOBKZ (Special Stock Indicator).. 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: Not classified


SAP E3ICSL0 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRAccount Number of Customer EKUNNCHAR10Assigned to domainALPHAKUNNRKUN
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
GSBERNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
WAERSLocal Currency HWAERCUKY5Assigned to domainWAERS
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
LABSTValuated stock with unrestricted use MC_LABSTQUAN15(3) MENGV15
UMLMEStock in transfer (from one storage location to another) MC_UMLMDQUAN15(3) MENGV15
INSMEStock in quality inspection MC_INSMEQUAN15(3) MENGV15
KLABSUnrestricted-use consignment stock MC_KLABSQUAN15(3) MENGV15
KINSMConsignment Stock in Quality Inspection MC_KINSMQUAN15(3) MENGV15
UMLMCStock in transfer (plant to plant) MC_UMLMEQUAN15(3) MENGV15
TRAMEStock in transit MC_TRAMEQUAN15(3) MENGV15
KSPEMBlocked consignment stock MC_KSPEMQUAN15(3) MENGV15
LBKUMTotal Valuated Stock LBKUMQUAN13(3) MENG13V
SALK3Value of Total Valuated Stock SALK3CURR13(2) WERT13N
SPEMEBlocked stock MC_SPEMEQUAN15(3) MENGV15
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
MBWBESTQuantity of valuated stock MBWBESTQUAN15(3) MENGV15
MKOBESTQuantity of consignment stock MKOBESTQUAN15(3) MENGV15
GSBESTTotal stock GSBESTQUAN15(3) MENGV15
WBWBESTValue of valuated stock WBWBESTCURR15(2) WERT15
SUPKZStatistics update indicator (post in/post out) SUPKZCHAR1SUPKZ
BWTTYValuation Category BWTTY_DCHAR1Assigned to domainBWTTY
LBKUM_VZ+/- sign for delta posting LBKUM LBKUM_VZCHAR1CHAR1
SALK3_VZ+/- sign for delta posting SALK3 SALK3_VZCHAR1CHAR1
EISBESafety stock MC_EISBEQUAN15(3) MENGV15
KULABUnrestricted-use returnable packaging at the customer's MC_MKLKLQUAN15(3) MENGV15
KUINSCustomer inspection stock MC_MKQKLQUAN15(3) MENGV15
LBLABUnrestricted-use material(s) provided to vendor MC_MSLBOQUAN15(3) MENGV15
LBINSMaterials provided to vendor in quality inspection MC_MSQBOQUAN15(3) MENGV15
BVBEWField length 18 CHAR18CHAR18CHAR18
BVKONField length 18 CHAR18CHAR18CHAR18
BWERTVField length 18 CHAR18CHAR18CHAR18

Key field Non-key field



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

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

How to access SAP table E3ICSL0

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