RSSSY_SWCLA SAP (System Classes and Releases) Table details

Dictionary Type: Table
Description: System Classes and Releases




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




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

RSSSY_SWCLA is a standard SAP Table which is used to store System Classes and Releases data and is available within R/3 SAP systems depending on the version and release level.

The RSSSY_SWCLA table consists of various fields, each holding specific information or linking keys about System Classes and Releases data available in SAP. These include SR_SYREL (System Release).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = RSSSY_SWCLAT

Text table = RSSSY_SWCLAT


SAP RSSSY_SWCLA 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
SR_SYCLASSSystem Class RSSSY_SWCLASSCHAR12
SR_SYRELSystem Release RSSSY_SWRELEASECHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSSSY_SWCLA
INTO CORRESPONDING FIELDS OF WA_RSSSY_SWCLA
WHERE...

How to access SAP table RSSSY_SWCLA

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