BBPC_CMU_PA_SE SAP (The structure for customzie as the screen show) Table details

Dictionary Type: Table
Description: The structure for customzie as the screen show




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




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

BBPC_CMU_PA_SE is a standard SAP Table which is used to store The structure for customzie as the screen show data and is available within R/3 SAP systems depending on the version and release level.

The BBPC_CMU_PA_SE table consists of various fields, each holding specific information or linking keys about The structure for customzie as the screen show data available in SAP. These include INCL_ZERO (Include Items with RFx Response Price 0), LOCK_DEFAULT (Default Parameter Is Locked for Update), H_ATTACH (Attachments Can Be Updated), H_INCO_TERM (Incoterms Can Be Updated).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BBPC_CMU_PA_SE 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
INCL_ZEROInclude Items with RFx Response Price 0 BBP_CMU_INCL_ZEROCHAR1XFELD
LOCK_DEFAULTDefault Parameter Is Locked for Update BBP_CMU_LOCK_DEFAULTCHAR1XFELD
H_ATTACHAttachments Can Be Updated BBP_CMU_ATTACHCHAR1XFELD
H_INCO_TERMIncoterms Can Be Updated BBP_CMU_INCO_TERMCHAR1XFELD
H_PAYMENT_TERMPayment Terms Can Be Updated BBP_CMU_PAYMENT_TERMCHAR1XFELD
I_PRICE_AND_CONDPrice and Conditions Can Be Updated BBP_CMU_PRICE_AND_CONDCHAR1XFELD
I_DELIVERY_TIMEDelivery Time Can Be Updated BBP_CMU_DELIVERY_TIMECHAR1XFELD
I_ATTACHAttachments Can Be Updated BBP_CMU_ATTACHCHAR1XFELD
I_QUANTITYQuantity Can Be Updated BBP_CMU_QUANTITYCHAR1XFELD
I_INCO_TERMIncoterms Can Be Updated BBP_CMU_INCO_TERMCHAR1XFELD
I_SUPP_PROD_NUMSupplier Product Number Can Be Updated BBP_CMU_SUPP_PROD_NUMCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBPC_CMU_PA_SE
INTO CORRESPONDING FIELDS OF WA_BBPC_CMU_PA_SE
WHERE...

How to access SAP table BBPC_CMU_PA_SE

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