BBPC_CMS_ATTRSTR SAP (Structure type for Attributes) Table details

Dictionary Type: Table
Description: Structure type for Attributes




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




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

BBPC_CMS_ATTRSTR is a standard SAP Table which is used to store Structure type for Attributes data and is available within R/3 SAP systems depending on the version and release level.

The BBPC_CMS_ATTRSTR table consists of various fields, each holding specific information or linking keys about Structure type for Attributes data available in SAP. These include STRUCT (Attribute Structure Type), ATTR (Contract Attribute), IS_MANDATORY (Mandatory), EXCLUDE (CMS indicator that Attr is relevant for Category Item).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BBPC_CMS_ATTRSTR 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 MANDTCLNT3Assigned to domainMANDT
STRUCTAttribute Structure Type BBP_CMS_ATTR_STRC_TYPECHAR2BBP_CMS_ATTR_STRC_TYPE
ATTRContract Attribute BBP_CMS_ATTRCHAR30BBPC_CMS_ATTR_TBBP_CMS_ATTR
IS_MANDATORYMandatory BBP_CMS_ATTR_NOT_EMPTYCHAR1XFELD
EXCLUDECMS indicator that Attr is relevant for Category Item BBP_CMS_ATTR_NO_REL_ITEMCATCHAR1XFELD
GROUP_NRGroup Position BBP_CMS_GRPNRNUMC2NUMC02
GROUP_IDCMS Group Text ID BBP_CMS_ATTR_GROUPCHAR30TEXT30
POS_NRPosition of Attribute in Group BBP_CMS_ATTR_GROUP_POSINT410INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBPC_CMS_ATTRSTR
INTO CORRESPONDING FIELDS OF WA_BBPC_CMS_ATTRSTR
WHERE...

How to access SAP table BBPC_CMS_ATTRSTR

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