BUMF_DECO SAP (Only SAP Internal: SUMF: DECO Where-Used List) Table details

Dictionary Type: Table
Description: Only SAP Internal: SUMF: DECO Where-Used List




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




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

BUMF_DECO is a standard SAP Table which is used to store Only SAP Internal: SUMF: DECO Where-Used List data and is available within R/3 SAP systems depending on the version and release level.

The BUMF_DECO table consists of various fields, each holding specific information or linking keys about Only SAP Internal: SUMF: DECO Where-Used List data available in SAP. These include OBJ_NAME (Object Name in Object Directory), VOBJECT (Object Type), VOBJ_NAME (Object Name in Object Directory), DEVCLASS (Package).. 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: Not classified


SAP BUMF_DECO 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
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJ_NAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
VOBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
VOBJ_NAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
VDEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
PACKETApplication Package PACKETCHAR30Assigned to domainPACKET
VPACKETApplication Package PACKETCHAR30Assigned to domainPACKET
ERR_KINDError gravity with external use APAMSGTYPCHAR1APAMSGTYP
AS4USERLast Changed by AS4USERCHAR12AS4USER
AS4DATEDate of Last Change AS4DATEDATS8AS4DATE
AS4TIMELast changed at AS4TIMETIMS6AS4TIME
AUTHORLast Changed by AS4USERCHAR12AS4USER
VAUTHORLast Changed by AS4USERCHAR12AS4USER
OK_ORIGINOnly SAP Internal - Origin of Error Severity SUMF_OKORGCHAR3CHAR3

Key field Non-key field



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

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

SELECT SINGLE *
FROM BUMF_DECO
INTO CORRESPONDING FIELDS OF WA_BUMF_DECO
WHERE...

How to access SAP table BUMF_DECO

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