RSDDB_WOPTIONS SAP (BWA Index-Specific Indexing Options) Table details

Dictionary Type: Table
Description: BWA Index-Specific Indexing Options




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




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

RSDDB_WOPTIONS is a standard SAP Table which is used to store BWA Index-Specific Indexing Options data and is available within R/3 SAP systems depending on the version and release level.

The RSDDB_WOPTIONS table consists of various fields, each holding specific information or linking keys about BWA Index-Specific Indexing Options data available in SAP. These include PC_VARIANT (Process Variant (Name)), NUMPROC (Natural Number), PKGSIZE (Package Size when filling BWA index (in KB)), E_SIZE (Natural Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP RSDDB_WOPTIONS 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
BIA_INDEXBW Name of Object of BWA Index (InfoCube or InfoObject) RSDDBBIAOBJECTCHAR30RSDDBBIAOBJECT
PC_VARIANTProcess Variant (Name) RSPC_VARIANTCHAR30RSPC_VARIANT
NUMPROCNatural Number INT4INT410INT4
PKGSIZEPackage Size when filling BWA index (in KB) RSDDTREXPKGSIZEINT410RSDDTREXPKGSIZE
E_SIZENatural Number INT4INT410INT4
PART_ATTRObject RSOBJNMCHAR30CHAR30
IDXTPType of BWA Index RSDDBIDXTPCHAR3RSDDBIDXTP
PART_SPECChar 60 RSDDB_CHAR60CHAR60
SPLIT_TYPEMode for Splitting Fact Tables When Indexing RSDDBSPLITTYPECHAR1RSDDBSPLITTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDDB_WOPTIONS
INTO CORRESPONDING FIELDS OF WA_RSDDB_WOPTIONS
WHERE...

How to access SAP table RSDDB_WOPTIONS

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