SMEN_BUFF SAP (Buffer table) Table details

Dictionary Type: Table
Description: Buffer table




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




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

SMEN_BUFF is a standard SAP Table which is used to store Buffer table data and is available within R/3 SAP systems depending on the version and release level.

The SMEN_BUFF table consists of various fields, each holding specific information or linking keys about Buffer table data available in SAP. These include FRAME_TYPE (User type (user, position,...)), OBJECT_ID (Counter for menu ID), PARENT_ID (Counter for menu ID), REPORTTYPE (Report type).. 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: Not classified


SAP SMEN_BUFF 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
MENU_LEVELLevel in the menu MENU_NUM_2NUMC2NUM02
FRAME_TYPEUser type (user, position,...) MENU_TYPECHAR2CHAR2
OBJECT_IDCounter for menu ID MENU_NUM_5NUMC5NUM05
PARENT_IDCounter for menu ID MENU_NUM_5NUMC5NUM05
REPORTTYPEReport type REPORTTYPECHAR2Assigned to domainCHAR2REPREPORT_TYPE
MENU_TYPECustomized ('C') or standard menu ('S') flag MENU_FLAGCHAR1CHAR1
REPORTExtended Program Name EXTDREPORTCHAR48EXTDREPORT
ATTRIBUTESAttributes of the menu MENU_ATTRCHAR10CHAR10
TEXTCharacter 100 CHAR100CHAR100CHAR100
SAP_GUIDUnique ID - 32 characters HIER_GUIDCHAR32SYCHAR32
BOOK_INFOStructures: name of the structure DOKU_OUTLICHAR12Assigned to domainDOKU_OUTLI

Key field Non-key field



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

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

SELECT SINGLE *
FROM SMEN_BUFF
INTO CORRESPONDING FIELDS OF WA_SMEN_BUFF
WHERE...

How to access SAP table SMEN_BUFF

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