BBPS_AUTH_UI_GLOBAL SAP (Global Structure BBPS_AUTH_UI_GLOBAL) Structure details

Dictionary Type: Structure
Description: Global Structure BBPS_AUTH_UI_GLOBAL




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




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

BBPS_AUTH_UI_GLOBAL 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 "Global Structure BBPS_AUTH_UI_GLOBAL" 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_BBPS_AUTH_UI_GLOBAL TYPE BBPS_AUTH_UI_GLOBAL.

The BBPS_AUTH_UI_GLOBAL table consists of various fields, each holding specific information or linking keys about Global Structure BBPS_AUTH_UI_GLOBAL data available in SAP. These include AUTH_MODE (Single-Character Indicator), AUTH_BUOBJECT (Business Trans. Cat.), AUTH_SUBSCREEN (Dynpro Number), AUTH_SUBPROGRAM (ABAP Program: Current Main Program).. 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 or numeric)


SAP BBPS_AUTH_UI_GLOBAL 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
AUTH_FCODEFunction Code SYUCOMMCHAR70SYCHAR70
AUTH_MODESingle-Character Indicator CHAR1CHAR1CHAR1
AUTH_BUOBJECTBusiness Trans. Cat. CRMT_SUBOBJECT_CATEGORY_DBCHAR10Assigned to domainCRM_OJ_NAME_PROCESS
AUTH_SUBSCREENDynpro Number SYDYNNRCHAR4SYCHAR04
AUTH_SUBPROGRAMABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
AUTH_BLINERow Index of Internal Tables SYTABIXINT410SYST_LONG
AUTH_GUID_SELECTGlobally Unique identifier BBP_GUIDRAW16SYSUUID
AUTH_USERDETFLAGSingle-Character Indicator CHAR1CHAR1CHAR1
AUTH_PARENTGUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
AUTH_TC_LINESVisible Lines of a Step Loop SYLOOPCINT410SYST_BYTE

Key field Non-key field



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

As BBPS_AUTH_UI_GLOBAL 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 BBPS_AUTH_UI_GLOBAL as there is no data to select.

How to access SAP table BBPS_AUTH_UI_GLOBAL

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