/SAPAPO/RSP_LCCS SAP (Management of Planning Version in the RSP liveCache Check) Table details

Dictionary Type: Table
Description: Management of Planning Version in the RSP liveCache Check




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




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

/SAPAPO/RSP_LCCS is a standard SAP Table which is used to store Management of Planning Version in the RSP liveCache Check data and is available within R/3 SAP systems depending on the version and release level.

The /SAPAPO/RSP_LCCS table consists of various fields, each holding specific information or linking keys about Management of Planning Version in the RSP liveCache Check data available in SAP. These include VRSIOID (Name of Planning Version), DBCONNAME (Logical name for a database connection), UNAME (User Name), RDATE (System Date).. 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: Not classified


SAP /SAPAPO/RSP_LCCS 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 ID SYMANDTCLNT3Assigned to domainMANDT
VRSIOIDName of Planning Version /SAPAPO/OM_VRSIOIDCHAR22/SAPAPO/OM_VRSIOID
DBCONNAMELogical name for a database connection DBCON_NAMECHAR30Assigned to domainDBCON_NAME
UNAMEUser Name SYUNAMECHAR12SYCHAR12
RDATESystem Date SYDATUMDATS8SYDATS
RTIMETIME Data Element for SYST SYTIMETIMS6SYTIME

Key field Non-key field



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

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

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

How to access SAP table /SAPAPO/RSP_LCCS

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