BBP_PDS_COMACC SAP (BBP Account Assignment Display Interface) Structure details

Dictionary Type: Structure
Description: BBP Account Assignment Display Interface




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




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

BBP_PDS_COMACC is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "BBP Account Assignment Display Interface" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BBP_PDS_COMACC TYPE BBP_PDS_COMACC.

The BBP_PDS_COMACC table consists of various fields, each holding specific information or linking keys about BBP Account Assignment Display Interface data available in SAP. These include SUB_OBJECT_TYPE (Object Type), OBJECT_ID (Transaction Number), GUID (Globally Unique identifier), PRODUCT (Product GUID).. 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: Can be enhanced (character-type or numeric)


SAP BBP_PDS_COMACC structure 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
OBJECT_TYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
SUB_OBJECT_TYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
PRODUCTProduct GUID BBP_PRODUCTRAW16SYSUUID
DESCRIPTIONShort Text TXZ01CHAR40TEXT40
PRODUCT_TYPEProduct Type COMT_PRODUCT_TYPECHAR2Assigned to domainCOM_PRODUCT_TYPECOM_PRODUCT_TYPECOM_PR_TYPE_ACTIVE
ORDERED_PRODProduct Name Entered CRMT_ORDERED_PROD_DBCHAR54CRM_ORDERED_PROD
CATEGORYCategory GUID COMT_CATEGORY_GUIDRAW16SYSUUID
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
CATALOGIDCatalog ID from which the line was selected CATALOGCHAR20BBP_WS_SERVICE_ID
POSTING_DATE_FITransaction Posting Date in Accounting POSTING_DATE_FIDATS8DATUM
POSTING_DATEDocument Date (Posting Date of Log. Business Transaction) BBP_POSTING_DATEDATS8DATUM
PCNUMProcurement card number BBPPCNUMCHAR25Assigned to domainBBPPCNUMPCCBBP_PCMAS
PCINSProcurement card company BBPPCINSCHAR4Assigned to domainBBPPCINSPCI
LOGSYS_FILogical System of FI System BBP_LOGSYS_FICHAR10Assigned to domainALPHALOGSYSBBP_BACKEND_DESTINATION_F4
CO_CODECompany Code in FI System BBP_CO_CODECHAR4Assigned to domainBUKRS
LIST_LABELChar 80 CHAR80CHAR80CHAR80
COMPANYCompany in MarketSet Procurement BBP_MS_COMPANYCHAR10Assigned to domainALPHABU_PARTNER
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PRODUCT_SRC_SYSLogical System from Which Product Originates CRMT_PRODUCT_SRC_SYSCHAR10Assigned to domainALPHALOGSYS
DIRECT_MATERIALCheckbox XFELDCHAR1XFELD
BE_PLANTPlant BE_EWERKCHAR4Assigned to domainWERKSWRK
QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
VALUENet Value BBP_VALUECURR15(2) WERT8
NO_QUANT_DISTCheckbox XFELDCHAR1XFELD
NO_VALUE_DISTCheckbox XFELDCHAR1XFELD
SUBTYPESpecification Purchase Item (e.g. Direct Material/Hierarch.) BBP_I_SUBTYPECHAR2BBP_I_SUBTYPE

Key field Non-key field



How do I retrieve data from SAP structure BBP_PDS_COMACC using ABAP code?

As BBP_PDS_COMACC is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BBP_PDS_COMACC as there is no data to select.

How to access SAP table BBP_PDS_COMACC

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