/TDAG/RCSC_ALTYP SAP (OBSOLETE: Alternative Type) Table details

Dictionary Type: Table
Description: OBSOLETE: Alternative Type




ABAP Code to SELECT data from /TDAG/RCSC_ALTYP
Related tables to /TDAG/RCSC_ALTYP
Access table /TDAG/RCSC_ALTYP




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

/TDAG/RCSC_ALTYP is a standard SAP Table which is used to store OBSOLETE: Alternative Type data and is available within R/3 SAP systems depending on the version and release level.

The /TDAG/RCSC_ALTYP table consists of various fields, each holding specific information or linking keys about OBSOLETE: Alternative Type data available in SAP. These include ALTTYPE (OBSOLETE: Type of an Alternative).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = /TDAG/RCSC_ALTYT


SAP /TDAG/RCSC_ALTYP 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
ALTTYPEOBSOLETE: Type of an Alternative /TDAG/RCSE_ALTTYPECHAR2/TDAG/RCSD_ALTTYPE

Key field Non-key field



How do I retrieve data from SAP table /TDAG/RCSC_ALTYP using ABAP code

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

SELECT SINGLE *
FROM /TDAG/RCSC_ALTYP
INTO CORRESPONDING FIELDS OF WA_/TDAG/RCSC_ALTYP
WHERE...

How to access SAP table /TDAG/RCSC_ALTYP

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