RSSTYLES SAP (Styles for themes) Table details

Dictionary Type: Table
Description: Styles for themes




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




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

RSSTYLES is a standard SAP Table which is used to store Styles for themes data and is available within R/3 SAP systems depending on the version and release level.

The RSSTYLES table consists of various fields, each holding specific information or linking keys about Styles for themes data available in SAP. These include OBJVERS (Object version), STYLENM (Style), NAME (Long description), FONTSIZE (2 byte integer (signed)).. 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


SAP RSSTYLES 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
THEMETheme RSRTHEMECHAR30
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
STYLENMStyle RSRSTYLENUMC2RSRSTYLE
NAMELong description RSTXTLGCHAR60TEXT60
FONTSIZE2 byte integer (signed) INT2INT25INT2
BOLDBoolean RS_BOOLCHAR1RS_BOOL
ITALICBoolean RS_BOOLCHAR1RS_BOOL
UNDERLINEBoolean RS_BOOLCHAR1RS_BOOL
SUBSCRIPTBoolean RS_BOOLCHAR1RS_BOOL
SUPERSCRIPTBoolean RS_BOOLCHAR1RS_BOOL
FALPHA2 byte integer (signed) INT2INT25INT2
FRED2 byte integer (signed) INT2INT25INT2
FGREEN2 byte integer (signed) INT2INT25INT2
FBLUE2 byte integer (signed) INT2INT25INT2
HALIGNMENTHoriziontal alignment RSRHALIGNMENTNUMC1RSRHALIGNMENT
VALIGNMENTVertical alignment RSRVALIGNMENTNUMC1RSRVALIGNMENT
ALPHA2 byte integer (signed) INT2INT25INT2
RED2 byte integer (signed) INT2INT25INT2
GREEN2 byte integer (signed) INT2INT25INT2
BLUE2 byte integer (signed) INT2INT25INT2
INDENT2 byte integer (signed) INT2INT25INT2
WRAPTEXTBoolean RS_BOOLCHAR1RS_BOOL
FCINDEX2 byte integer (signed) INT2INT25INT2
CINDEX2 byte integer (signed) INT2INT25INT2
FLTYPELinestyle RSLINESTYLENUMC1RSLINESTYLE
FLRED2 byte integer (signed) INT2INT25INT2
FLGREEN2 byte integer (signed) INT2INT25INT2
FLBLUE2 byte integer (signed) INT2INT25INT2
FLCINDEX2 byte integer (signed) INT2INT25INT2
FLWEIGHTWeigt for borders RSWEIGHTNUMC1RSWEIGHT
FRTYPELinestyle RSLINESTYLENUMC1RSLINESTYLE
FRRED2 byte integer (signed) INT2INT25INT2
FRGREEN2 byte integer (signed) INT2INT25INT2
FRBLUE2 byte integer (signed) INT2INT25INT2
FRCINDEX2 byte integer (signed) INT2INT25INT2
FRWEIGHTWeigt for borders RSWEIGHTNUMC1RSWEIGHT
FTTYPELinestyle RSLINESTYLENUMC1RSLINESTYLE
FTRED2 byte integer (signed) INT2INT25INT2
FTGREEN2 byte integer (signed) INT2INT25INT2
FTBLUE2 byte integer (signed) INT2INT25INT2
FTCINDEX2 byte integer (signed) INT2INT25INT2
FTWEIGHTWeigt for borders RSWEIGHTNUMC1RSWEIGHT
FBTYPELinestyle RSLINESTYLENUMC1RSLINESTYLE
FBRED2 byte integer (signed) INT2INT25INT2
FBGREEN2 byte integer (signed) INT2INT25INT2
FBBLUE2 byte integer (signed) INT2INT25INT2
FBCINDEX2 byte integer (signed) INT2INT25INT2
FBWEIGHTWeigt for borders RSWEIGHTNUMC1RSWEIGHT

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSSTYLES
INTO CORRESPONDING FIELDS OF WA_RSSTYLES
WHERE...

How to access SAP table RSSTYLES

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