/IWBEP/I_SBD_SV SAP (SB: DM node service) Table details

Dictionary Type: Table
Description: SB: DM node service




ABAP Code to SELECT data from /IWBEP/I_SBD_SV
Related tables to /IWBEP/I_SBD_SV
Access table /IWBEP/I_SBD_SV




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

/IWBEP/I_SBD_SV is a standard SAP Table which is used to store SB: DM node service data and is available within R/3 SAP systems depending on the version and release level.

The /IWBEP/I_SBD_SV table consists of various fields, each holding specific information or linking keys about SB: DM node service data available in SAP. These include PROJECT (Service Builder: Project), NODE_UUID (Service Builder: Node UUID), TECHNICAL_NAME (Technical Service Name), VERSION (Service Version).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = /IWBEP/I_SBD_SVT


SAP /IWBEP/I_SBD_SV 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
PROJECTService Builder: Project /IWBEP/SBDM_PROJECTCHAR30/IWBEP/SBDM_PROJECT/IWBEP/SH_SBDM_PROJECT
NODE_UUIDService Builder: Node UUID /IWBEP/SBDM_NODE_UUIDRAW16SYSUUID
TECHNICAL_NAMETechnical Service Name /IWBEP/MED_GRP_TECHNICAL_NAMECHAR35Assigned to domain/IWBEP/MED_GRP_TECHNICAL_NAME
VERSIONService Version /IWBEP/MED_GRP_VERSIONNUMC4/IWBEP/MED_GRP_VERSION
DPCName of Service Data Provider Class /IWBEP/MED_RUNTIME_SERVICECHAR30SEOCLSNAME
EXTERNAL_NAMEExternal Service Name /IWBEP/MED_GRP_EXTERNAL_NAMECHAR40/IWBEP/MED_GRP_EXTERNAL_NAME
MODELService Builder: Node UUID /IWBEP/SBDM_NODE_UUIDRAW16SYSUUID

Key field Non-key field



How do I retrieve data from SAP table /IWBEP/I_SBD_SV using ABAP code

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

SELECT SINGLE *
FROM /IWBEP/I_SBD_SV
INTO CORRESPONDING FIELDS OF WA_/IWBEP/I_SBD_SV
WHERE...

How to access SAP table /IWBEP/I_SBD_SV

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