BBPV_CMS_ATTRSTR SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

BBPV_CMS_ATTRSTR is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The BBPV_CMS_ATTRSTR table consists of various fields, each holding specific information or linking keys about Generated Table for View 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP BBPV_CMS_ATTRSTR table view 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 MANDTCLNT3MANDT
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 BBPV_CMS_ATTRSTR using ABAP code

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

SELECT SINGLE *
FROM BBPV_CMS_ATTRSTR
INTO CORRESPONDING FIELDS OF WA_BBPV_CMS_ATTRSTR
WHERE...

How to access SAP table BBPV_CMS_ATTRSTR

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