RSOSP_S_BW_VARIABLES_LIST SAP (Metadata of BW report Variables) Structure details

Dictionary Type: Structure
Description: Metadata of BW report Variables




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




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

RSOSP_S_BW_VARIABLES_LIST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Metadata of BW report Variables" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RSOSP_S_BW_VARIABLES_LIST TYPE RSOSP_S_BW_VARIABLES_LIST.

The RSOSP_S_BW_VARIABLES_LIST table consists of various fields, each holding specific information or linking keys about Metadata of BW report Variables data available in SAP. These include VARI_PAR_SEL (Parameter Selection: Single Value, Interval, Selection Opt.), VARI_TEXT (Long Description), ENTRY_TYPE (Variable Entry type (Mandatory, Optional...)), DATA_TYPE (Data Type in ABAP Dictionary).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSOSP_S_BW_VARIABLES_LIST structure 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
VARI_NAMEName (ID) of a BW Report Variable RS_OSP_DT_BW_VARIABLE_NAMECHAR30RSZVNAM
VARI_PAR_SELParameter Selection: Single Value, Interval, Selection Opt. RS_OSP_DT_VAR_PAR_SELCHAR1RS_OSP_DO_VAR_PAR_SEL
VARI_TEXTLong Description RS_OSP_DT_LONG_TXTCHAR60TEXT60
ENTRY_TYPEVariable Entry type (Mandatory, Optional...) RS_OSP_DT_VAR_ENTRY_TYPNUMC1RS_OSP_DO_VAR_ENTRY_TYP
DATA_TYPEData Type in ABAP Dictionary RS_OSP_DT_DATATYP_DDICCHAR4DTYPEDATATYPE
OUTPUT_LENOutput Length RS_OSP_DT_OUTPUT_LENNUMC6DDLENG
ABAP_TYPESelection field type RS_OSP_DT_SSCR_TYPECHAR1SYCHAR01
OBJ_NAMEObject Name RS_OSP_DT_OBJ_NAMECHAR30RS_OSP_DO_OBJ_NAME
INT_LENInternal Length RS_OSP_DT_ILENGTHNUMC6DDLENG
P_DECIMALSDecimal Places RS_OSP_DT_DECIMALSNUMC6DDLENG
P_SIGNNegatives RS_OSP_DT_PAR_SIGNCHAR1AS4FLAG
CASE_SENSEABAP: Is upper/lower case allowed in selection? RSSCR_LOWCCHAR1RSSCR_CFLG
CHECK_BOXCheckbox RS_OSP_DT_CHECKBOXCHAR1SYCHAR01
LOWVALDim: Field for a User-Defined Characteristic Value RSCHAVLSSTR1333RSCHAVL
HIGHVALDim: Field for a User-Defined Characteristic Value RSCHAVLSSTR1333RSCHAVL
SIGNSIGN field in creation of SELECT-OPTIONS tables RALDB_SIGNCHAR1RALDB_SIGN
OPTOperator in Select Options and other Expressions RSZ_OPERATORCHAR2RSZ_OPERATOR_DOMAIN

Key field Non-key field



How do I retrieve data from SAP structure RSOSP_S_BW_VARIABLES_LIST using ABAP code?

As RSOSP_S_BW_VARIABLES_LIST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSOSP_S_BW_VARIABLES_LIST as there is no data to select.

How to access SAP table RSOSP_S_BW_VARIABLES_LIST

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