BBPC_SUS_BTNDEF SAP (Definition of Displayable Buttons in a View or THTMLB Table) Table details

Dictionary Type: Table
Description: Definition of Displayable Buttons in a View or THTMLB Table




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




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

BBPC_SUS_BTNDEF is a standard SAP Table which is used to store Definition of Displayable Buttons in a View or THTMLB Table data and is available within R/3 SAP systems depending on the version and release level.

The BBPC_SUS_BTNDEF table consists of various fields, each holding specific information or linking keys about Definition of Displayable Buttons in a View or THTMLB Table data available in SAP. These include EVENT_ID (Event ID of an Action), CONTROLLER_ID (Controller ID of the Action), BTN_ID (Button ID in BSP View), ELEMENT_ID (Optional Table Element ID in BSP View for Table Toolbar).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BBPC_SUS_BTNDEF 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
EVENT_IDEvent ID of an Action BBP_SUS_EVENT_IDCHAR32CHAR32
CONTROLLER_IDController ID of the Action BBP_SUS_CONTROLLER_IDCHAR32BBPC_SUS_ACTIONBBP_SUS_CHAR32_CS
BTN_IDButton ID in BSP View BBP_SUS_BUTTON_IDCHAR32CHAR32
ELEMENT_IDOptional Table Element ID in BSP View for Table Toolbar BBP_SUS_ELEMENT_IDCHAR61CHAR61
BTN_TEXTOTR Text Entry BBP_SUS_BTNDEF_OTR_ALIASCHAR80SYCHAR80
BTN_TYPEOptional Button Type BBP_SUS_BUTTON_TYPECHAR32CHAR32
BTN_ICONOptional Path for Button Icon BBP_SUS_BUTTON_ICONCHAR80CHAR80
CONDITION1Condition 1 for Adding a SUS Toolbar Button BBP_SUS_CONDITION1CHAR61BBP_SUS_CONDITION
CONDITION2Condition 2 for Adding a SUS Toolbar Button BBP_SUS_CONDITION2CHAR61BBP_SUS_CONDITION
CONDITION3Condition 3 for Adding a SUS Toolbar Button BBP_SUS_CONDITION3CHAR61BBP_SUS_CONDITION
VALUE1Condition 1 Value for Configuration of SUS Toolbar Button BBP_SUS_CONDITION_VALUE1CHAR32CHAR32
VALUE2Condition 2 Value for Configuration of SUS Toolbar Button BBP_SUS_CONDITION_VALUE2CHAR32CHAR32
VALUE3Condition 3 Value for Configuration of SUS Toolbar Button BBP_SUS_CONDITION_VALUE3CHAR32CHAR32
BTN_INDEXNumerical Button Index Number in SUS Toolbar BBP_SUS_BUTTON_INDEXNUMINT410INT4
NOTEButton Group to Define Named Toolbars BBP_SUS_NOTECHAR60CHAR60

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBPC_SUS_BTNDEF
INTO CORRESPONDING FIELDS OF WA_BBPC_SUS_BTNDEF
WHERE...

How to access SAP table BBPC_SUS_BTNDEF

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