RSAWBNTOOLS SAP (Tools That Process a Specific AWB Request) Table details

Dictionary Type: Table
Description: Tools That Process a Specific AWB Request




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




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

RSAWBNTOOLS is a standard SAP Table which is used to store Tools That Process a Specific AWB Request data and is available within R/3 SAP systems depending on the version and release level.

The RSAWBNTOOLS table consists of various fields, each holding specific information or linking keys about Tools That Process a Specific AWB Request data available in SAP. These include SUBAWBOBJ (Object in the AWB (for Tlogo Objects Identical to Tlogo Type), FCODE (Function Code), CLASSNM (Object Type Name), DEFAULTVIEW (View of the AWB (Modeling, Adminstration...)).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSAWBNTOOLS 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
AWBOBJObject in the AWB (for Tlogo Objects Identical to Tlogo Type RSAWBNOBJECTCHAR4RSAWBNOBJECT
SUBAWBOBJObject in the AWB (for Tlogo Objects Identical to Tlogo Type RSAWBNOBJECTCHAR4RSAWBNOBJECT
FCODEFunction Code SYUCOMMCHAR70SYCHAR70
CLASSNMObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
DEFAULTVIEWView of the AWB (Modeling, Adminstration...) RSAWBNVIEWCHAR1RSAWBNVIEW
NO_NAVIndicator: Request Is Not a Navigation Request RSAWBN_NO_NAVCHAR1RSBOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSAWBNTOOLS
INTO CORRESPONDING FIELDS OF WA_RSAWBNTOOLS
WHERE...

How to access SAP table RSAWBNTOOLS

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