
Using the SAP Toolbar
Purpose
This section explains the general process for using an SAP Toolbar control.
Prerequisites
You should already be familiar with the basic concepts of ABAP Objects and with
SAP Container controls.
Process Flow

This process contains only the steps that are specific to the SAP Toolbar. It does not, for example, cover how to create the necessary SAP Container.
The
coding example shows the ABAP coding that you would write for the steps below.Data structure |
Description |
Used in |
TTB_BUTTON |
An internal table, each line of which describes a button in the toolbar |
add_button_group |
TTB_BTNMNU |
An internal table, each line of which contains the name of a menu button and the name of the context menu assigned to it. |
assign_static_ctxmenu_table |