BBP_S_SUS_TABDEF SAP (Field in a List on the SUS UI) Structure details

Dictionary Type: Structure
Description: Field in a List on the SUS UI




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




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

BBP_S_SUS_TABDEF 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 "Field in a List on the SUS UI" 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_BBP_S_SUS_TABDEF TYPE BBP_S_SUS_TABDEF.

The BBP_S_SUS_TABDEF table consists of various fields, each holding specific information or linking keys about Field in a List on the SUS UI data available in SAP. These include COLUMNNAME (Field Name), COL_TYPE (Display Type of a Table Column), ACTION_ID (Identifier of an Action), POS_IN_ROW (Position Within a Table Row).. 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 BBP_S_SUS_TABDEF 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
TABLENAMETable Name BBP_SUS_TABLECHAR30CHAR30
COLUMNNAMEField Name BBP_SUS_FIELDCHAR30CHAR30
COL_TYPEDisplay Type of a Table Column BBP_SUS_UI_FIELD_TYPECHAR10CHAR10
ACTION_IDIdentifier of an Action BBP_SUS_ACTION_IDCHAR32BBP_SUS_CHAR32_CS
POS_IN_ROWPosition Within a Table Row BBP_SUS_POS_IN_ROWINT13INT1
POS_IN_COLPosition Within a Cell BBP_SUS_POS_IN_COLINT13INT1
NO_DISP_IF_EMPTYNo Display of Iterator if Field is Empty BBP_SUS_NOT_DISP_IF_EMPTYCHAR1XFELD
SORTSort SRM SUS Iterator BBP_SUS_SORT_CHAR1XFELD
WRAPPINGIterator for Column Header Wrapping in SRM SUS BBP_SUS_WRAPPINGCHAR1XFELD
OTR_ALIASAlias for OTR Entry BBP_SUS_TABDEF_OTR_ALIASCHAR80SYCHAR80
IMAGE_LINKIterator Image Link BBP_SUS_TABDEF_IMAGECHAR100BBP_LA_CHAR100
IMAGE_OTR_ALIASOTR Image Alias for SRM SUS Iterator BBP_SUS_TABDEF_IMAGE_OTR_ALIASCHAR80CHAR80
HEADER_TYPEField Type for Header Row BBP_SUS_TABDEF_HEAD_TCHAR50BBP_SUS_TABDEF_HEAD_T
HEADER_ACTIONHeader cell action BBP_SUS_TABDEF_HEADER_ACHAR32BBP_SUS_CHAR32_CS
SWITCH_IDCustomizing Switch ID /SAPSRM/CUSTMZ_SWITCH_IDCHAR30Assigned to domain/SAPSRM/CUSTMZ_SWITCH_ID/SAPSRM/SH_CUSTMZ_SWITCHES

Key field Non-key field



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

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

How to access SAP table BBP_S_SUS_TABDEF

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