BBPC_META_ITM SAP (Meta Data for Items Types) Table details

Dictionary Type: Table
Description: Meta Data for Items Types




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




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

BBPC_META_ITM is a standard SAP Table which is used to store Meta Data for Items Types data and is available within R/3 SAP systems depending on the version and release level.

The BBPC_META_ITM table consists of various fields, each holding specific information or linking keys about Meta Data for Items Types data available in SAP. These include OBJECT_TYPE (Business Trans. Cat.), SUBTYPE (Specification of a Purchasing Doc.(e.g. Credit Memo/Invoice)), FIELD (Component name), VISIBLE (Visible).. 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: Can be enhanced (character-type)


SAP BBPC_META_ITM 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
ITEM_TYPEItem Category CRMT_ITEM_TYPE_DBCHAR4Assigned to domainCRM_ITEM_TYPE
OBJECT_TYPEBusiness Trans. Cat. CRMT_SUBOBJECT_CATEGORY_DBCHAR10BBPC_SUBOB_CATCRM_OJ_NAME_PROCESS
SUBTYPESpecification of a Purchasing Doc.(e.g. Credit Memo/Invoice) BBP_H_SUBTYPECHAR2BBP_H_SUBTYPE
FIELDComponent name NAME_KOMPCHAR30DD03LFDNAMEDFD
VISIBLEVisible BBP_VISIBLECHAR1SAP_BOOL
ENABLEDEnabled BBP_ENABLEDCHAR1SAP_BOOL
REQUIREDRequired BBP_REQUIREDCHAR1SAP_BOOL
DYN_FUNCTObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBPC_META_ITM
INTO CORRESPONDING FIELDS OF WA_BBPC_META_ITM
WHERE...

How to access SAP table BBPC_META_ITM

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