RSDPROVTECH SAP (InfoProvider: Technical Parameters) Structure details

Dictionary Type: Structure
Description: InfoProvider: Technical Parameters




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




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

RSDPROVTECH 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 "InfoProvider: Technical Parameters" 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_RSDPROVTECH TYPE RSDPROVTECH.

The RSDPROVTECH table consists of various fields, each holding specific information or linking keys about InfoProvider: Technical Parameters data available in SAP. These include DIMESIZCAT (BW: Size Category for Dimension Tables), DIMEDATCLS (BW: Data class for dimension tables), CUBESIZCAT (BW: Size Category for InfoCube (Fact) Tables), CUBEDATCLS (BW: Data class for InfoCube (fact)tables).. 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: Not classified


SAP RSDPROVTECH 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
DIMESIZCATBW: Size Category for Dimension Tables RSDIMESIZCATCHAR2TABKAT
DIMEDATCLSBW: Data class for dimension tables RSDIMEDATCLSCHAR5Assigned to domainTABART
CUBESIZCATBW: Size Category for InfoCube (Fact) Tables RSCUBESIZCATCHAR2TABKAT
CUBEDATCLSBW: Data class for InfoCube (fact)tables RSCUBEDATCLSCHAR5Assigned to domainTABART
ADIMSIZCATBW: Size Category for Aggregate Dimension Tables RSADIMSIZCATCHAR2TABKAT
ADIMDATCLSBW: Data class for aggregate dimension tables RSADIMDATCLSCHAR5Assigned to domainTABART
AGGRSIZCATBW: Size Category for Aggregate (Fact) Tables RSAGGRSIZCATCHAR2TABKAT
AGGRDATCLSBW: Default Data Class for Aggregate (Fact) Table RSAGGRDATCLSCHAR5Assigned to domainTABART
PARTMODEPartitioning Type RSPARTMODECHAR1RSPARTMODE
PARTTIMPartitioning time char. RSPARTTIMCHAR30RSIOBJNM
PARTVL_FROMLower limit (partitioning value) RSPARTVL_FROMCHAR10RSPARTVL
PARTVL_TOUpper Limit (Partitioning Value) RSPARTVL_TOCHAR10RSPARTVL
PARTMAXCNTMaximum number of partitions RSPARTMAXCNTINT410

Key field Non-key field



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

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

How to access SAP table RSDPROVTECH

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