/LIME/STOCK_I006 SAP (LIME - Stock Key Product GUID, Version (ICH)) Table details

Dictionary Type: Table
Description: LIME - Stock Key Product GUID, Version (ICH)




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




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

/LIME/STOCK_I006 is a standard SAP Table which is used to store LIME - Stock Key Product GUID, Version (ICH) data and is available within R/3 SAP systems depending on the version and release level.

The /LIME/STOCK_I006 table consists of various fields, each holding specific information or linking keys about LIME - Stock Key Product GUID, Version (ICH) data available in SAP. These include OWNER (Owner), OWNER_ROLE (Partner Role of Owner), CAT (Stock Type), STOCK_USAGE (Stock Usage).. 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/STOCK_I006 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
OWNEROwner /LIME/OWNERCHAR10Assigned to domainALPHABU_PARTNER
OWNER_ROLEPartner Role of Owner /LIME/OWNER_ROLECHAR2/LIME/PARTNER_ROLE
CATStock Type /LIME/STOCK_CATEGORYCHAR2/LIME/STOCK_CATEGORY
STOCK_USAGEStock Usage /LIME/STOCK_USAGECHAR1/LIME/STOCK_USAGE
VRSIOIDGUID for Planning Version /LIME/MDL_VRSIOIDRAW16SYSUUID
PRDIDGUID for Product /LIME/MDL_PRDIDRAW16SYSUUID
GUID_STOCKGlobally Unique Identifier GUIDRAW16
AUTH_GROUPAuthorization Group BEGRUCHAR4BEGRU

Key field Non-key field



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

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

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

How to access SAP table /LIME/STOCK_I006

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