RSBOOKDOKU SAP (Documentation for update information for ICs) Structure details

Dictionary Type: Structure
Description: Documentation for update information for ICs




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




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

RSBOOKDOKU 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 "Documentation for update information for ICs" 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_RSBOOKDOKU TYPE RSBOOKDOKU.

The RSBOOKDOKU table consists of various fields, each holding specific information or linking keys about Documentation for update information for ICs data available in SAP. These include BOOK2 (Table ID), BOOK3 (Delete index before each data load and then recreate), BOOK4 (Delete index before each delta load and then recreate), BOOK5 (Recalculate the DB statistics after each load).. 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 RSBOOKDOKU 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
BOOK1Table type RSBOOK1CHAR30CHAR30
BOOK2Table ID RSBOOK2CHAR60CHAR60
BOOK3Delete index before each data load and then recreate RSBOOK3CHAR1CHAR1
BOOK4Delete index before each delta load and then recreate RSBOOK4CHAR1CHAR1
BOOK5Recalculate the DB statistics after each load RSBOOK5CHAR1CHAR1
BOOK6Recalculate DB statistics after each delta load RSBOOK6CHAR1CHAR1
BOOK7Percentage of IC data to make up statistics RSBOOK7CHAR1CHAR1
BOOK8Percentage of new data from which statistics are compiled RSBOOK8CHAR1CHAR1
BOOK9Suppress a complete check of all requests RSBOOK9CHAR1CHAR1
BOOK10Check of all request IDs for existence in the InfoCube RSBOOK10CHAR1CHAR1
BOOK11Only display requests already updated in the InfoCube RSBOOK11CHAR1CHAR1
BOOK12Requests selection RSBOOK12CHAR1CHAR1
BOOK13Selection of data target for which requests are displayed RSBOOK13CHAR1CHAR1
BOOK14Selection of InfoSource with displayed requests RSBOOK14CHAR1CHAR1
BOOK15Selection of source system with displayed requests RSBOOK15CHAR1CHAR1
BOOK16Selection of request to be displayed RSBOOK16CHAR1CHAR1
BOOK17Selection of request ID to be displayed RSBOOK17CHAR1CHAR1
BOOK18Selection of start date for requests to be displayed RSBOOK18CHAR1CHAR1
BOOK19Selection of end date for requests to be displayed RSBOOK19CHAR1CHAR1
BOOK20Request ID RSBOOK20NUMC10NUM10
BOOK21Report capacity RSBOOK21CHAR128CHAR128
BOOK22Compression carried out RSBOOK22CHAR128CHAR128
BOOK23Roll-up carried out RSBOOK23CHAR128CHAR128
BOOK24Request status RSBOOK24CHAR128CHAR128
BOOK25InfoPackage Description RSBOOK25CHAR80CHAR80
BOOK26Request / update date of request RSBOOK26DATS8DATS
BOOK27Request / update time of request RSBOOK27TIMS6UZEIT
BOOK28Start Rollup Immediately RSBOOK28CHAR1CHAR1
BOOK29Start roll-up in the background RSBOOK29CHAR1CHAR1
BOOK30Request ID to which the data is rolled-up RSBOOK30INT410INT4
BOOK31Date RSBOOK31DATS8DATS
BOOK32Time RSBOOK32TIMS6UZEIT
BOOK33Aggregation counter RSBOOK33NUMC4NUM4
BOOK34Aggregation status RSBOOK34CHAR60CHAR60
BOOK35Name of user who started aggregation RSBOOK35CHAR12UNAME
BOOK36Name of the aggregation background run RSBOOK36CHAR32CHAR32
BOOK37Start request ID from which the roll-up was started RSBOOK37INT410INT4
BOOK38Request ID to which the roll-Up was carried out RSBOOK38INT410INT4
BOOK39Start compression immediately RSBOOK39CHAR1CHAR1
BOOK40Start compression in background RSBOOK40CHAR1CHAR1
BOOK41Zero elimination RSBOOK41CHAR1CHAR1
BOOK42Compress up to request ID RSBOOK42NUMC10NUM10
BOOK43Date compression should take place RSBOOK43DATS8DATS
BOOK44Time compression should take place RSBOOK44TIMS6UZEIT
BOOK45Description of InfoSource from which loading takes place RSBOOK45CHAR60CHAR60
BOOK46Is request available in the InfoCube? RSBOOK46CHAR128CHAR128
BOOK47Is the transfer structure active? RSBOOK47CHAR128CHAR128
BOOK48Source system ID RSBOOK48CHAR40CHAR40
BOOK49Technical name of the InfoSource RSBOOK49CHAR30CHAR30
BOOK50Counter that counts the attribute/hierarchy change runs RSBOOK50CHAR4CHAR4
BOOK51Date of the attribute/hierarchy change run RSBOOK51DATS8DATS
BOOK52Time of the attribute/hierarchy change run RSBOOK52TIMS6UZEIT
BOOK53Status of the attribute/hierarchy change run RSBOOK53CHAR60CHAR60
BOOK54User who schedules the attribute/hierarchy change run RSBOOK54CHAR12UNAME
BOOK55Name of the background job, that starts the change run RSBOOK55CHAR32CHAR32
BOOK56Execution mode of the attribute/hierarchy change run RSBOOK56CHAR1CHAR1
BOOK57Date on which the attribute/hierarchy change is to start RSBOOK57DATS8DATS
BOOK58Time at which the change run is to start RSBOOK58TIMS6UZEIT
BOOK59Data element for documentation of the performance screen RSPERF_DOCINT410Assigned to domainKID
BOOK60Date reconstruct/add job starts RSBOOK60DATS8DATS
BOOK61Time at which reconstruct/add job starts RSBOOK61TIMS6UZEIT
BOOK62Recompilation counter RSBOOK62NUMC4NUM4
BOOK63Status of the reconstruct/add RSBOOK63CHAR60CHAR60
BOOK64User that started the reconstruct/add job RSBOOK64CHAR12UNAME
BOOK65Background job name of the reconstruct/add job RSBOOK65CHAR32CHAR32
BOOK66Checking period in request being checked in data target RSBOOK66DEC15TZNTSTMPS
BOOK67Collapse aggregates automatically RSMAUTOCMPRAGGRFLCHAR1RSBOOL

Key field Non-key field



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

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

How to access SAP table RSBOOKDOKU

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