RSAWBDOKU SAP (Documentation for F1 help in the AWB) Structure details

Dictionary Type: Structure
Description: Documentation for F1 help in the AWB




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




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

RSAWBDOKU 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 F1 help in the AWB" 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_RSAWBDOKU TYPE RSAWBDOKU.

The RSAWBDOKU table consists of various fields, each holding specific information or linking keys about Documentation for F1 help in the AWB data available in SAP. These include AWB2 (Display options in the active tree), AWB3 (Display all active objects in the tree), AWB4 (Display all inactive objects in the tree), AWB5 (Display all scheduled InfoPackages).. 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: Cannot Be Enhanced


SAP RSAWBDOKU 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
AWB1Initial view RSAWB1CHAR1CHAR1
AWB2Display options in the active tree RSAWB2CHAR1CHAR1
AWB3Display all active objects in the tree RSAWB3CHAR1CHAR1
AWB4Display all inactive objects in the tree RSAWB4CHAR1CHAR1
AWB5Display all scheduled InfoPackages RSAWB5CHAR1CHAR1
AWB6Display all objects delivered by SAP RSAWB6CHAR1CHAR1
AWB7Request selection in the ODS tree RSAWB7CHAR1CHAR1
AWB8Time selection RSAWB8CHAR1CHAR1
AWB9Switch on and off the Change and Transport Organizer RSAWB9CHAR1CHAR1
AWB10Create source system (R/3 from release 3.0E) RSAWB10CHAR1X
AWB11Application Server RSAWB11CHAR100RFCHOST
AWB12System ID RSAWB12CHAR8SYCHAR08
AWB13System number RSAWB13CHAR2CHAR2
AWB14Create source system (R/3 from release 3.0D) RSAWB14CHAR1X
AWB15Create source system (BW) RSAWB15CHAR1X
AWB16Create source system (file interface) RSAWB16CHAR1X
AWB17Create source system (external system) RSAWB17CHAR1X
AWB18Start change run with variants RSAWB18CHAR1CHAR1
AWB19Start change run with selected objects RSAWB19CHAR1CHAR1
AWB20Network Graphic Admin WB. (Data Flow) RSAWB20CHAR1X
AWB21Create source system (database) RSAWB21CHAR1X
AWB22Create source system (Internet) RSAWB22CHAR1X
AWB23SAP SDK System RSAWB23CHAR1X
AWB24Source System Dummy RSAWB24CHAR1X
AWB25Create Source System (BO Data Services) RSAWB25CHAR1X
AWB26Create Source System (Operational Data Provider Replication) RSAWB26CHAR1X

Key field Non-key field



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

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

How to access SAP table RSAWBDOKU

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