BSDM_RELATIONS SAP (Bol Service Data Manager. Relations) Table details

Dictionary Type: Table
Description: Bol Service Data Manager. Relations




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




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

BSDM_RELATIONS is a standard SAP Table which is used to store Bol Service Data Manager. Relations data and is available within R/3 SAP systems depending on the version and release level.

The BSDM_RELATIONS table consists of various fields, each holding specific information or linking keys about Bol Service Data Manager. Relations data available in SAP. These include SERVC_OBJ_GUID (GUID of a CRM Order Object), OBJECT_A (External Name of Source Object), RELATION_NAME (Relation Name), OBJECT_B (External Name of Assigned Object).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP BSDM_RELATIONS 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
RELATION_GUIDGUID of a CRM Order Object CRM_WST_GUIDRAW16SYSUUID
SERVC_OBJ_GUIDGUID of a CRM Order Object CRM_WST_GUIDRAW16BSDM_SERV_OBJECTSYSUUID
OBJECT_AExternal Name of Source Object CRMT_EXT_OBJ_A_NAMECHAR30CRM_OBJEXT_NAME
RELATION_NAMERelation Name CRMT_RELATION_NAMECHAR40CRM_RELATION_NAME
OBJECT_BExternal Name of Assigned Object CRMT_EXT_OBJ_B_NAMECHAR30CRM_OBJEXT_NAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM BSDM_RELATIONS
INTO CORRESPONDING FIELDS OF WA_BSDM_RELATIONS
WHERE...

How to access SAP table BSDM_RELATIONS

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