WCF_BSP_BUTTON SAP (Standard WCF BSP Button) Table details

Dictionary Type: Table
Description: Standard WCF BSP Button




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




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

WCF_BSP_BUTTON is a standard SAP Table which is used to store Standard WCF BSP Button data and is available within R/3 SAP systems depending on the version and release level.

The WCF_BSP_BUTTON table consists of various fields, each holding specific information or linking keys about Standard WCF BSP Button data available in SAP. These include ID (ID), SEQUENCE (2 byte integer (signed)), PLACE (Location for Standard Button), TEXT (Name).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP WCF_BSP_BUTTON table 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
VIEW_TYPEStandard View Type WCF_BSP_VIEW_TYPECHAR6WCF_BSP_VIEW_TYPE
IDID AXT_IDCHAR30AXT_ID
SEQUENCE2 byte integer (signed) INT2INT25INT2
PLACELocation for Standard Button WCF_BSP_BUTTON_PLACECHAR1WCF_BSP_BUTTON_PLACE
TEXTName AXT_NAMECHAR30AXT_NAME
TOOLTIPName AXT_NAMECHAR30AXT_NAME
ON_CLICKText (30 Characters) TEXT30CHAR30TEXT30
ON_CLIENT_CLICKChar255 CHAR255CHAR255CHAR255
ENABLEDBoolean AXT_BOOLEANCHAR1BOOLE
ICON_SRCText (30 Characters) TEXT30CHAR30TEXT30
TYPEName AXT_NAMECHAR30AXT_NAME
TOGGLEDNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
FRONTEND_STATESFrontend Selection Button State for 0/1/N Rows WCF_BUTTON_STATECHAR1WCF_BUTTON_STATE
COMMAND_CLASSObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
ENABLERStandard WCF Button Activation WCF_BSP_BUTTON_ENABLERCHAR10WCF_BSP_BUTTON_ENABLER
HIDDENBoolean AXT_BOOLEANCHAR1BOOLE

Key field Non-key field



How do I retrieve data from SAP table WCF_BSP_BUTTON using ABAP code

The following ABAP code Example will allow you to do a basic selection on WCF_BSP_BUTTON to SELECT all data from the table
DATA: WA_WCF_BSP_BUTTON TYPE WCF_BSP_BUTTON.

SELECT SINGLE *
FROM WCF_BSP_BUTTON
INTO CORRESPONDING FIELDS OF WA_WCF_BSP_BUTTON
WHERE...

How to access SAP table WCF_BSP_BUTTON

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