RSRWBINDEX SAP (List of binary large objects (Excel workbooks)) Table details

Dictionary Type: Table
Description: List of binary large objects (Excel workbooks)




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




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

RSRWBINDEX is a standard SAP Table which is used to store List of binary large objects (Excel workbooks) data and is available within R/3 SAP systems depending on the version and release level.

The RSRWBINDEX table consists of various fields, each holding specific information or linking keys about List of binary large objects (Excel workbooks) data available in SAP. These include OBJVERS (Object version), CONTREL (Content release), ACTIVFL (Active and revised version do not agree), OBJSTAT (Object Status).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSRWBINDEX 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
WORKBOOKIDBW Generation tool: GUID in compressed form (CHAR25) RSSGUID25CHAR25RSSGUID25
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
CONTRELContent release RSCONTRELCHAR6CHAR6
ACTIVFLActive and revised version do not agree RSACTIVFLCHAR1XFELD
OBJSTATObject Status RSOBJSTATCHAR3RSOBJSTAT
FILESIZEBIN4 data element for SYST SYBIN4INT410SYBIN4
STATCHANGESBIN4 data element for SYST SYBIN4INT410SYBIN4
STATREADSBIN4 data element for SYST SYBIN4INT410SYBIN4
STATREADSTHISBIN4 data element for SYST SYBIN4INT410SYBIN4
HOMEName of SAP System SYSYSIDCHAR8SYCHAR08
OWNEROwner (Person Responsible) RSOWNERCHAR12Assigned to domainXUBNAMERS_OWNER
UPGRADE_DONEBoolean RS_BOOLCHAR1RS_BOOL
TIMECREATEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TSTPNMLast changed by RSTSTPNMCHAR12USR02XUBNAME
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
CONTTIMESTMPContent time stamp: Last modification to the object by SAP RSCONTTIMESTMPDEC15TZNTSTMPS
WBTYPType of workbook RSWBTYPCHAR1RSWBTYP
WBSTOREWorkbook: Location of Data Storage RSWBSTORECHAR1RSWBSTORE
LEAST_BEX_VERSIOUser field for cluster PC (national) CHAR25CHAR25CHAR25
PARENT_TYPETechnical Name of Variant RSPARAMNMCHAR30RSPARANM
PARENT_NAMEParent Component of Variant RSAPPCOMPNMNUMC2RSAPPCOMPNM
EXTENSIONFile Extension for Workbook RSWBEXTNUMC2RSWBEXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSRWBINDEX
INTO CORRESPONDING FIELDS OF WA_RSRWBINDEX
WHERE...

How to access SAP table RSRWBINDEX

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