RPYBOBS SAP (Basic data object type) Structure details

Dictionary Type: Structure
Description: Basic data object type




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




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

RPYBOBS 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 "Basic data object type" 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_RPYBOBS TYPE RPYBOBS.

The RPYBOBS table consists of various fields, each holding specific information or linking keys about Basic data object type data available in SAP. These include OBJTYPECLS (Object Type Class), PROGNAME (Implementation program), LANGUAGE (Language Key), EDITELEM (Object name).. 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 RPYBOBS 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
OBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
OBJTYPECLSObject Type Class SWO_OTCLASCHAR2SWO_OTCLAS
PROGNAMEImplementation program SWO_PROGRCHAR40PROGNAME
LANGUAGELanguage Key SYLANGULANG1ISOLASYLANGU
EDITELEMObject name SWC_OBJEDECHAR32SWC_EDITEL
KEYWORDName OJ_STEXTCHAR20TEXT20
SHORTTEXTDescription OJ_NTEXTCHAR80TEXT80
PARENTSupertype SWO_PARENTCHAR10Assigned to domainOJ_NAME
PARENTTEXTKeyword for object types SWO_KEYWRDCHAR20TEXT20
AGGREGTYPEAggregate Object Type SWO_AGTYPECHAR10Assigned to domainOJ_NAME
AGGREGTEXTKeyword for object types SWO_KEYWRDCHAR20TEXT20
UDMENTIDData Model Name UDDMODLCHAR26Assigned to domainUDDMODLDMD
UDMENTTEXTShort text UDTEXTCHAR60UDCHA60
CLASS_BOBusiness Object SWO_CLSBOCHAR1SWC_BOOL
CLASS_ORGOrganizational object type SWO_CLSORGCHAR1SWC_BOOL
APPLICApplication SWO_APPLICCHAR1TAPLPPAPPL
DEFMETHODDefault method SWO_EPRMETCHAR32SWC_EDITEL
DEFATTRIBDefault attribute SWO_EPRATTCHAR32SWC_EDITEL
DELEGTYPEDelegation Type SWO_MOBJTPCHAR10Assigned to domainOJ_NAME
DELEGTEXTKeyword for object types SWO_KEYWRDCHAR20TEXT20
GUIDELEGGUI-specific delegation SWO_GOBJTPCHAR1SWC_BOOL
MODELONLYRelease status object type SWO_FLGMODCHAR1SWO_FLGMOD
FSTUSERFirst changed by SWO_CREABYCHAR12Assigned to domainXUBNAME
FSTDATEDate of first change SWO_CREADADATS8SYDATS
FSTTIMETime of first change SWO_CREATITIMS6SYTIME
FSTRELRelease at Creation SWO_CREARECHAR4CHAR4
LSTUSERLast changed by SWO_CHANBYCHAR12Assigned to domainXUBNAME
LSTDATEDate of Last Change SWO_CHANDADATS8SYDATS
LSTTIMELast changed at SWO_CHANTITIMS6SYTIME
LSTRELLast Changed in Release SWO_CHANRECHAR4CHAR4
ACTUSERLast activated by SWO_ACTVBYCHAR12Assigned to domainXUBNAME
ACTDATEDate of last activation SWO_ACTVDADATS8SYDATS
ACTTIMETime of last activation SWO_ACTVTITIMS6SYTIME
OBSOLETERelease in which object type was set as obsolete SWO_OBSOLCHAR4CHAR4
REL_USERReleased By SWO_RELEBYCHAR12Assigned to domainXUBNAME
REL_DATEDate of release SWO_RELEDADATS8SYDATS
REL_RELRelease for release SWO_RELERECHAR4CHAR4
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS

Key field Non-key field



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

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

How to access SAP table RPYBOBS

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