/LIME/LOC_I007 SAP (LIME - Location Key Partner (incl. R/3)) Table details

Dictionary Type: Table
Description: LIME - Location Key Partner (incl. R/3)




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




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

/LIME/LOC_I007 is a standard SAP Table which is used to store LIME - Location Key Partner (incl. R/3) data and is available within R/3 SAP systems depending on the version and release level.

The /LIME/LOC_I007 table consists of various fields, each holding specific information or linking keys about LIME - Location Key Partner (incl. R/3) data available in SAP. These include PARTNER (Partner), PARTNER_ROLE (Partner Role), GUID_LOC (Globally Unique Identifier), CUSTODIAN (Owner).. 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/LOC_I007 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
PARTNERPartner /LIME/PARTNERCHAR10Assigned to domainALPHABU_PARTNER
PARTNER_ROLEPartner Role /LIME/PARTNER_ROLECHAR2/LIME/PARTNER_ROLE
GUID_LOCGlobally Unique Identifier GUIDRAW16
CUSTODIANOwner /LIME/CUSTODIANCHAR10Assigned to domainALPHABU_PARTNER
CUSTODIAN_ROLEPartner Role of Owner /LIME/CUSTODIAN_ROLECHAR2/LIME/PARTNER_ROLE
AUTH_GROUPAuthorization Group BEGRUCHAR4BEGRU
BLOCK_INDBlocking Indicator /LIME/BLOCK_INDCHAR1
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/LOC_I007 using ABAP code

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

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

How to access SAP table /LIME/LOC_I007

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