PBUTTON SAP (CO11N Constants G_PBx) Structure details

Dictionary Type: Structure
Description: CO11N Constants G_PBx




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




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

PBUTTON is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "CO11N Constants G_PBx" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PBUTTON TYPE PBUTTON.

The PBUTTON table consists of various fields, each holding specific information or linking keys about CO11N Constants G_PBx data available in SAP. These include PB2 (CO11N Constant G_PB2), PB3 (CO11N Constant G_PB3), PB4 (CO11N Constant G_PB4), PB5 (CO11N Constant G_PB5).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP PBUTTON structure 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
PB1CO11N Constant G_PB1 RU_PBUTTON1CHAR30RU_PBUTTON1
PB2CO11N Constant G_PB2 RU_PBUTTON2CHAR30RU_PBUTTON2
PB3CO11N Constant G_PB3 RU_PBUTTON3CHAR30RU_PBUTTON3
PB4CO11N Constant G_PB4 RU_PBUTTON4CHAR30RU_PBUTTON4
PB5CO11N Constant G_PB5 RU_PBUTTON5CHAR30RU_PBUTTON5
PB6CO11N Constant G_PB6 RU_PBUTTON6CHAR30RU_PBUTTON6
PB7CO11N Constant G_PB7 RU_PBUTTON7CHAR30RU_PBUTTON7
PB8CO11N Constant G_PB8 RU_PBUTTON8CHAR30RU_PBUTTON8
PB9CO11N Constant G_PB9 RU_PBUTTON9CHAR30RU_PBUTTON9
PB10CO11N Constant G_PB10 RU_PBUTTON10CHAR30RU_PBUTTON10
PB11CO11N Constant G_PB11 RU_PBUTTON11CHAR30RU_PBUTTON11
PB12CO11N Constant G_PB12 RU_PBUTTON12CHAR30RU_PBUTTON12

Key field Non-key field



How do I retrieve data from SAP structure PBUTTON using ABAP code?

As PBUTTON is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PBUTTON as there is no data to select.

How to access SAP table PBUTTON

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