/LIME/QUAN SAP (LIME - Stock Quantities) Table details

Dictionary Type: Table
Description: LIME - Stock Quantities




ABAP Code to SELECT data from /LIME/QUAN
Related tables to /LIME/QUAN
Access table /LIME/QUAN




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

/LIME/QUAN is a standard SAP Table which is used to store LIME - Stock Quantities data and is available within R/3 SAP systems depending on the version and release level.

The /LIME/QUAN table consists of various fields, each holding specific information or linking keys about LIME - Stock Quantities data available in SAP. These include GUID_STOCK (GUID Stock Item), GUID_PARENT (Parent GUID), VSI (Virtual Stock Indicator), UNIT (Stock Unit of Measure).. 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 /LIME/QUAN 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
GUID_STOCKGUID Stock Item /LIME/GUID_STOCKRAW16
GUID_PARENTParent GUID /LIME/GUID_PARENTRAW16
VSIVirtual Stock Indicator /LIME/VSICHAR1/LIME/VSI
UNITStock Unit of Measure /LIME/UNITUNIT3Assigned to domainCUNITMEINS
QUANStock Quantity /LIME/QUANTITYQUAN31(14) /LIME/QUANTITY
GUID_NODEGUID Hierarchy Nodes /LIME/GUID_NODERAW16
IDX_STOCKCurrent Nummer of Key Table /LIME/KEY_INDEXCHAR3
TYPE_PARENTObject Type /LIME/OBJECT_TYPECHAR1/LIME/OBJECT_TYPE
IDX_PARENTCurrent Nummer of Key Table /LIME/KEY_INDEXCHAR3
INV_BLOCK_INDBlocking Indicator for Physical Inventory Count /LIME/INV_BLOCK_INDCHAR1

Key field Non-key field



How do I retrieve data from SAP table /LIME/QUAN using ABAP code

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

SELECT SINGLE *
FROM /LIME/QUAN
INTO CORRESPONDING FIELDS OF WA_/LIME/QUAN
WHERE...

How to access SAP table /LIME/QUAN

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