LSOARC_GRST SAP (Gravestone for LSO Archiving Object) Table details

Dictionary Type: Table
Description: Gravestone for LSO Archiving Object




ABAP Code to SELECT data from LSOARC_GRST
Related tables to LSOARC_GRST
Access table LSOARC_GRST




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

LSOARC_GRST is a standard SAP Table which is used to store Gravestone for LSO Archiving Object data and is available within R/3 SAP systems depending on the version and release level.

The LSOARC_GRST table consists of various fields, each holding specific information or linking keys about Gravestone for LSO Archiving Object data available in SAP. These include GUID (Globally Unique Identifier), PLVAR (Plan Version), OTYPE (Object Type), NUM_OF_OBJ (Count parameters).. 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 LSOARC_GRST 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
GUIDGlobally Unique Identifier GUIDRAW16
PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
NUM_OF_OBJCount parameters NUMC4NUMC4NUMC4
ARC_TILL_DATEDate DATUMDATS8DATUM
ARC_OBJCTArchiving Object OBJCT_TR01CHAR10Assigned to domainOBJCT_TR01OBT
UNAMEUser Name UNAMECHAR12UNAME
AEDTMChanged On AEDATDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP table LSOARC_GRST using ABAP code

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

SELECT SINGLE *
FROM LSOARC_GRST
INTO CORRESPONDING FIELDS OF WA_LSOARC_GRST
WHERE...

How to access SAP table LSOARC_GRST

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