BBPC_CMS_ATTR SAP (Contract Attribute Table) Table details

Dictionary Type: Table
Description: Contract Attribute Table




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




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

BBPC_CMS_ATTR is a standard SAP Table which is used to store Contract Attribute Table data and is available within R/3 SAP systems depending on the version and release level.

The BBPC_CMS_ATTR table consists of various fields, each holding specific information or linking keys about Contract Attribute Table data available in SAP. These include ATTR (Contract Attribute), STATUS (Status (Active or Inactive)), SINGLE_VALUE_DOC (Attribute has only single value in the entire document), UI_CONTROL_TYPE (UI Control Type (String/Read Only/Code List)).. 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: Can be enhanced (character-type or numeric)

Text table = BBPC_CMS_ATTR_T


SAP BBPC_CMS_ATTR 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
ATTRContract Attribute BBP_CMS_ATTRCHAR30BBP_CMS_ATTR
STATUSStatus (Active or Inactive) BBP_CMS_ATTR_STATUSCHAR1BBP_CMS_ATTR_STATUS
SINGLE_VALUE_DOCAttribute has only single value in the entire document BBP_CMS_ATTR_SINGLE_VALCHAR1CHAR1_X
UI_CONTROL_TYPEUI Control Type (String/Read Only/Code List) BBP_CMS_ATTR_UI_TYPECHAR2BBP_CMS_ATTR_UI_CONTR
MAXLENAttribute Maximum Length BBP_CMS_MAXLENINT25INT2
DDIC_TYPEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBPC_CMS_ATTR
INTO CORRESPONDING FIELDS OF WA_BBPC_CMS_ATTR
WHERE...

How to access SAP table BBPC_CMS_ATTR

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