CFX_UD_TS_BUTTON SAP (Customer-Defined Pushbutton on the cFolders Interface) Structure details

Dictionary Type: Structure
Description: Customer-Defined Pushbutton on the cFolders Interface




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




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

CFX_UD_TS_BUTTON 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 "Customer-Defined Pushbutton on the cFolders Interface" 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_CFX_UD_TS_BUTTON TYPE CFX_UD_TS_BUTTON.

The CFX_UD_TS_BUTTON table consists of various fields, each holding specific information or linking keys about Customer-Defined Pushbutton on the cFolders Interface data available in SAP. These include NAME_ALIAS (Text Alias for User-Defined Button), NAME_DEFAULT (Name of a User-Defined Button), TOOLTIP_ALIAS (Text Alias of Quick Info for User-Defined Button), TOOLTIP_DEFAULT (Quick Info for a User-Defined Button).. 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 (Deep)


SAP CFX_UD_TS_BUTTON 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
IDID of User-Defined Button CFX_UD_T_BUTTON_IDCHAR30Assigned to domainCFX_UD_T_BUTTON_ID
NAME_ALIASText Alias for User-Defined Button CFX_UD_T_BUTTON_NAME_ALIASCHAR255CFX_T_TEXT_ALIAS
NAME_DEFAULTName of a User-Defined Button CFX_UD_T_BUTTON_NAME_DEFAULTCHAR30CFX_UD_T_BUTTON_NAME_DEFAULT
TOOLTIP_ALIASText Alias of Quick Info for User-Defined Button CFX_UD_T_BUTTON_TOOLTIP_ALIASCHAR255CFX_T_TEXT_ALIAS
TOOLTIP_DEFAULTQuick Info for a User-Defined Button CFX_UD_T_BUTTON_TOOLTIP_DEFLTCHAR255CFX_UD_T_BUTTON_TOOLTIP_DEFLT
OBJECT_TYPE_IDID of Object Type CFX_UD_T_BUTTON_OBJECT_TYPE_IDCHAR255CFX_T_EXTERNAL_ID
OBJECT_TYPE_NSNamespace of Object Type CFX_UD_T_BUTTON_OBJECT_TYPE_NSCHAR255CFX_T_EXTERNAL_NAMESPACE
LOCATIONPlace at which the Pushbutton Is Displayed CFX_UD_T_BUTTON_LOCATIONCHAR30CFX_UD_T_BUTTON_LOCATION

Key field Non-key field



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

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

How to access SAP table CFX_UD_TS_BUTTON

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