RSAWBNOBJCLASS SAP (Object Classes for TLOGO Objects in the AWB) Table details

Dictionary Type: Table
Description: Object Classes for TLOGO Objects in the AWB




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




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

RSAWBNOBJCLASS is a standard SAP Table which is used to store Object Classes for TLOGO Objects in the AWB data and is available within R/3 SAP systems depending on the version and release level.

The RSAWBNOBJCLASS table consists of various fields, each holding specific information or linking keys about Object Classes for TLOGO Objects in the AWB data available in SAP. These include SUBTLOGO (Subobject for AWB Object), CLASSNM (Object Type Name), CLASSNM_OBJ_IF (Class That Implements the DWB Object Interface), READ_M_VERSION (M Version of the Object Includes All Relevant Data).. 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: Can be enhanced (character-type or numeric)


SAP RSAWBNOBJCLASS 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
TLOGOObject in the AWB (for Tlogo Objects Identical to Tlogo Type RSAWBNOBJECTCHAR4RSAWBNOBJECT
SUBTLOGOSubobject for AWB Object RSAWBNSUBOBJECTCHAR4RSAWBNSUBOBJECT
CLASSNMObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
CLASSNM_OBJ_IFClass That Implements the DWB Object Interface RSAWBNCLASSNMOBJIFCHAR30SEOCLSNAME
READ_M_VERSIONM Version of the Object Includes All Relevant Data RSAWBN_READ_M_VERSIONCHAR1RS_BOOL
GET_REL_002002 (Required Objects) Supported RSAWBN_DEPENDENTCHAR1RS_BOOL
GET_REL_003003 (Objects Used) Is Supported RSAWBN_USEDCHAR1RS_BOOL
GET_REL_004004 (send_data_to) Is Supported RSAWBN_SENDDATATOCHAR1RS_BOOL
GET_REL_005005 (Receive_data_from) Is Supported RSAWBN_RECEIVEDATAFROMCHAR1RS_BOOL
GET_PROPRead Properties Using Interface RSAWBN_READ_PROPCHAR1RS_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSAWBNOBJCLASS
INTO CORRESPONDING FIELDS OF WA_RSAWBNOBJCLASS
WHERE...

How to access SAP table RSAWBNOBJCLASS

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