RSODSO_TMPLCPY SAP (Management of Valid Template Copies for DataStore Objects) Table details

Dictionary Type: Table
Description: Management of Valid Template Copies for DataStore Objects




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




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

RSODSO_TMPLCPY is a standard SAP Table which is used to store Management of Valid Template Copies for DataStore Objects data and is available within R/3 SAP systems depending on the version and release level.

The RSODSO_TMPLCPY table consists of various fields, each holding specific information or linking keys about Management of Valid Template Copies for DataStore Objects data available in SAP. These include TEMPLATE_CLASS (BW generation tool: Program class for generated programs), GEN_TMSP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), COPY_NAME (ABAP Program: Current Main Program), COPY_ID (BW: Unequivocal ID in room and time (numbers and letters)).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSODSO_TMPLCPY 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
DATASTOREDataStore Object RSDODSOBJECTCHAR30RSDODSOBJECTRSDODSOBJECT
TEMPLATE_CLASSBW generation tool: Program class for generated programs RSSG_PCLASCHAR20Assigned to domainRSSG_PCLAS
GEN_TMSPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
COPY_NAMEABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
COPY_IDBW: Unequivocal ID in room and time (numbers and letters) RSUNIIDC25CHAR25RSUNIIDC25

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSODSO_TMPLCPY
INTO CORRESPONDING FIELDS OF WA_RSODSO_TMPLCPY
WHERE...

How to access SAP table RSODSO_TMPLCPY

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