/SAPAPO/LRPRESLC SAP (Anchor Table for Resources in liveCache) Table details

Dictionary Type: Table
Description: Anchor Table for Resources in liveCache




ABAP Code to SELECT data from /SAPAPO/LRPRESLC
Related tables to /SAPAPO/LRPRESLC
Access table /SAPAPO/LRPRESLC




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

/SAPAPO/LRPRESLC is a standard SAP Table which is used to store Anchor Table for Resources in liveCache data and is available within R/3 SAP systems depending on the version and release level.

The /SAPAPO/LRPRESLC table consists of various fields, each holding specific information or linking keys about Anchor Table for Resources in liveCache data available in SAP. These include SIMVERSION (Guid of Planning Version), RESUID (GUID of a Persistent Object), RESOURCE_TYPE (Resource Type), OM_RESUID_PLAN (Internal APO Number (UID) for Resource).. 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 /SAPAPO/LRPRESLC 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
SIMVERSIONGuid of Planning Version /SAPAPO/OM_SIMVERSIONCHAR22SYSUUID_22
RESUIDGUID of a Persistent Object /SAPAPO/LRP_GUIDCHAR22/SAPAPO/LRP_GUID
RESOURCE_TYPEResource Type /SAPAPO/OM_RESOURCE_TYPEINT13/SAPAPO/OM_RESOURCE_TYPE
OM_RESUID_PLANInternal APO Number (UID) for Resource /SAPAPO/OM_RESIDCHAR22SYSUUID_22
OM_RESUID_BOOKInternal APO Number (UID) for Resource /SAPAPO/OM_RESIDCHAR22SYSUUID_22
SHARED_TSTRMUIDGUID Reference Time Stream (Can be Used by Many Resources) /SAPAPO/OM_SHARED_TSTREAMIDCHAR22SYSUUID_22
PRIVATE_TSTRMUIDGUID of Resource-Specific (Private) Time Stream /SAPAPO/OM_PRIVATE_TSTREAMIDCHAR22SYSUUID_22
IS_FINITEBoolean Value for liveCache COM Routines /SAPAPO/OM_BOOLCHAR1/SAPAPO/OM_BOOL

Key field Non-key field



How do I retrieve data from SAP table /SAPAPO/LRPRESLC using ABAP code

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

SELECT SINGLE *
FROM /SAPAPO/LRPRESLC
INTO CORRESPONDING FIELDS OF WA_/SAPAPO/LRPRESLC
WHERE...

How to access SAP table /SAPAPO/LRPRESLC

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