RSDRC_DS_BASE_TC SAP (Test Data for RSDRC DS Test) Table details

Dictionary Type: Table
Description: Test Data for RSDRC DS Test




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




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

RSDRC_DS_BASE_TC is a standard SAP Table which is used to store Test Data for RSDRC DS Test data and is available within R/3 SAP systems depending on the version and release level.

The RSDRC_DS_BASE_TC table consists of various fields, each holding specific information or linking keys about Test Data for RSDRC DS Test data available in SAP. These include INFOPROV (InfoProvider), TC_NO (Natural Number), TC_DATE (Field of type DATS), TC_USER (User Name).. 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 RSDRC_DS_BASE_TC 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
CLASSNAMEReference type CLASSNAMECHAR30CLASSNAME
INFOPROVInfoProvider RSINFOPROVCHAR30RSINFOPROVRSIRSINFOPROV
TC_NONatural Number INT4INT410INT4
TC_DATEField of type DATS DATSDATS8DATS
TC_USERUser Name UNAMECHAR12UNAME
TST_INFOPROVInfoProvider RSINFOPROVCHAR30RSINFOPROVRSIRSINFOPROV

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDRC_DS_BASE_TC
INTO CORRESPONDING FIELDS OF WA_RSDRC_DS_BASE_TC
WHERE...

How to access SAP table RSDRC_DS_BASE_TC

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