RSL_UI_S_PROVIDER_COLUMN SAP (Properties of Columns When Creating a Provider) Structure details

Dictionary Type: Structure
Description: Properties of Columns When Creating a Provider




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




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

RSL_UI_S_PROVIDER_COLUMN 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 "Properties of Columns When Creating a Provider" 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_RSL_UI_S_PROVIDER_COLUMN TYPE RSL_UI_S_PROVIDER_COLUMN.

The RSL_UI_S_PROVIDER_COLUMN table consists of various fields, each holding specific information or linking keys about Properties of Columns When Creating a Provider data available in SAP. These include DESCRIPTION (Description), DATA_TYPE (Data Type for Provider Upload), IS_KYF (Key Figure (Yes/No)), DATATYPE_LENGTH (Length).. 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: Can Be Enhanced (Deep)


SAP RSL_UI_S_PROVIDER_COLUMN 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
NAMEName RSL_UI_NAMECHAR30RSL_UI_NAME
DESCRIPTIONDescription RSL_UI_DESCRIPTION_STRINGSTRG0RSL_UI_DESCRIPTION_STRING
DATA_TYPEData Type for Provider Upload RSL_UI_DATATYPECHAR4RSL_UI_DATATYPE
IS_KYFKey Figure (Yes/No) RSL_UI_IS_KYFCHAR1RS_BOOL
DATATYPE_LENGTHLength RSL_UI_LENGTHINT25RSL_UI_LENGTH
DATATYPE_DECIMALSDecimals RSL_UI_DECIMALSINT25RSL_UI_DECIMALS
CHAR_LENGTHLength RSL_UI_LENGTHINT25RSL_UI_LENGTH
SELECTEDBoolean RS_BOOLCHAR1RS_BOOL
ALPHA_CONVERSIONBoolean RS_BOOLCHAR1RS_BOOL
ALPHA_LENGTHLength RSL_UI_LENGTHINT25RSL_UI_LENGTH
WSPNAMEWorkspace Name RSLWSPNAMECHAR30RSLWSPNAMERSLWSPNAME
IOBJ_ASSIGNMBoolean RS_BOOLCHAR1RS_BOOL
IOBJNMInfoObject RSDIOBJNMCHAR30RSIOBJNMRSD_IOBJNM
NOT_CHANGEABLEBoolean RS_BOOLCHAR1RS_BOOL
FORCE_SELECTBoolean RS_BOOLCHAR1RS_BOOL
IS_KYF_CHANGEABLEBoolean RS_BOOLCHAR1RS_BOOL
IS_FILTEREDBoolean RS_BOOLCHAR1RS_BOOL
CURRENCY_COLUMNName RSL_UI_NAMECHAR30RSL_UI_NAME
UNIT_COLUMNName RSL_UI_NAMECHAR30RSL_UI_NAME
KYF_HAS_UNIT_CURRUnit or Currency RSL_UI_UNIT_CURRENCYCHAR1RSL_UI_UNIT_CURRENCY
FIXED_UNITDifferent Types of Units of Measurement (BW) RSDBUNITUNIT3BUNITRSDBUNIT
FIXED_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
IOBJ_CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT

Key field Non-key field



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

As RSL_UI_S_PROVIDER_COLUMN 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 RSL_UI_S_PROVIDER_COLUMN as there is no data to select.

How to access SAP table RSL_UI_S_PROVIDER_COLUMN

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