BBP_ATTR_F4CONF SAP (Search Help Configuration for Attributes in Organ. Plan) Table details

Dictionary Type: Table
Description: Search Help Configuration for Attributes in Organ. Plan




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




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

BBP_ATTR_F4CONF is a standard SAP Table which is used to store Search Help Configuration for Attributes in Organ. Plan data and is available within R/3 SAP systems depending on the version and release level.

The BBP_ATTR_F4CONF table consists of various fields, each holding specific information or linking keys about Search Help Configuration for Attributes in Organ. Plan data available in SAP. These include SCENARIO (General Attribute Maintenance: Application Scenario), ATTR_ID (General Attribute Maintenance: Attribute Definition), F4_SOURCE (Type of Search Help Source for the Attributes), OBJTYPE (Object Type).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP BBP_ATTR_F4CONF 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
MANDTClient MANDTCLNT3T000MANDT
SCENARIOGeneral Attribute Maintenance: Application Scenario OM_ATTRSCNCHAR8Assigned to domainOM_ATTRSCN
ATTR_IDGeneral Attribute Maintenance: Attribute Definition OM_ATTRIBCHAR10Assigned to domainOM_ATTRIB
F4_SOURCEType of Search Help Source for the Attributes BBP_ATTR_F4SRCCHAR1BBP_ATTR_F4SRC
OBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
OBJNAMEObject name SWC_OBJEDECHAR32SWC_EDITEL
METHODObject type component SWO_VERBCHAR32SWC_ELEM
PARAMElement SWC_ELEMCHAR32SWC_ELEM
FIELDField name NAME_FELDCHAR30Assigned to domainFDNAMEDFD
VALUE_TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
VALUE_FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
DESC_TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
DESC_FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
LANG_TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
LANG_FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
SEL_CONDITIONText Line TEXT72CHAR72TEXT72
DISTINCT_CASEFind with uppercase/lowercase distinction TXFIUPCASECHAR1TDBOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBP_ATTR_F4CONF
INTO CORRESPONDING FIELDS OF WA_BBP_ATTR_F4CONF
WHERE...

How to access SAP table BBP_ATTR_F4CONF

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