CBESH_SO_ODATA SAP (OData Services for Semantic Objects) Table details

Dictionary Type: Table
Description: OData Services for Semantic Objects




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




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

CBESH_SO_ODATA is a standard SAP Table which is used to store OData Services for Semantic Objects data and is available within R/3 SAP systems depending on the version and release level.

The CBESH_SO_ODATA table consists of various fields, each holding specific information or linking keys about OData Services for Semantic Objects data available in SAP. These include VERSION (Service Version), SRV_USAGE (Usage of a Service with a Particular Annotation File), ENTITY_SET (external name of a meta model element), SEMANTIC_OBJECT (Semantic Object for C'est BON).. 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 CBESH_SO_ODATA 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
SERVICETechnical Service Name /IWBEP/MED_GRP_TECHNICAL_NAMECHAR35Assigned to domain/IWBEP/MED_GRP_TECHNICAL_NAME
VERSIONService Version /IWBEP/MED_GRP_VERSIONNUMC4/IWBEP/MED_GRP_VERSION
SRV_USAGEUsage of a Service with a Particular Annotation File CBESH_USAGECHAR4CBESH_USAGE
ENTITY_SETexternal name of a meta model element /IWBEP/MED_EXTERNAL_NAMECHAR40/IWBEP/MED_EXTERNAL_NAME
SEMANTIC_OBJECTSemantic Object for C'est BON CBESH_SEMANTIC_OBJECTCHAR40CBESH_SOCBESH_SEMANTIC_OBJECT
BSP_FOR_ANNO_FILESExternal Name of BSP Application (Upper and Lower Case) O2APPLEXTCHAR30O2APPLEXT
ANNO_FILENAMEName of BSP Page (Upper and Lower Case) O2PAGEEXTCHAR70O2PAGEEXT
PARA_MAPPINGText, 255 Characters TEXT255CHAR255TEXT255
ICON_PATHText, 255 Characters TEXT255CHAR255TEXT255

Key field Non-key field



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

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

SELECT SINGLE *
FROM CBESH_SO_ODATA
INTO CORRESPONDING FIELDS OF WA_CBESH_SO_ODATA
WHERE...

How to access SAP table CBESH_SO_ODATA

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