SEPM_TEST_BO_DB SAP (EPM: THIS DB IS ONLY USED FOR EPM INTERNAL TEST PURPOSES !) Table details

Dictionary Type: Table
Description: EPM: THIS DB IS ONLY USED FOR EPM INTERNAL TEST PURPOSES !




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




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

SEPM_TEST_BO_DB is a standard SAP Table which is used to store EPM: THIS DB IS ONLY USED FOR EPM INTERNAL TEST PURPOSES ! data and is available within R/3 SAP systems depending on the version and release level.

The SEPM_TEST_BO_DB table consists of various fields, each holding specific information or linking keys about EPM: THIS DB IS ONLY USED FOR EPM INTERNAL TEST PURPOSES ! data available in SAP. These include NODE_KEY (EPM: Generic Node Key), FIELD_1 (Char255), FIELD_2 (Char255), FIELD_3 (Char255).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SEPM_TEST_BO_DB 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
NODE_KEYEPM: Generic Node Key SNWD_NODE_KEYRAW16SYSUUID
FIELD_1Char255 CHAR255CHAR255CHAR255
FIELD_2Char255 CHAR255CHAR255CHAR255
FIELD_3Char255 CHAR255CHAR255CHAR255
FIELD_4EPM: Generic Node Key SNWD_NODE_KEYRAW16SYSUUID
WEB_ADDRESSEPM: String SNWD_STRINGSTRG0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SEPM_TEST_BO_DB
INTO CORRESPONDING FIELDS OF WA_SEPM_TEST_BO_DB
WHERE...

How to access SAP table SEPM_TEST_BO_DB

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