BBPS_SRC_DET SAP (Sourcing for Product Category) Structure details

Dictionary Type: Structure
Description: Sourcing for Product Category




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




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

BBPS_SRC_DET 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 "Sourcing for Product Category" 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_BBPS_SRC_DET TYPE BBPS_SRC_DET.

The BBPS_SRC_DET table consists of various fields, each holding specific information or linking keys about Sourcing for Product Category data available in SAP. These include ITEM_GUID (GUID of a CRM Order Object), VENDOR_ID (Supplier), VENDOR_NO (Partner Number), CONTRACT_ID (Transaction Number).. 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 BBPS_SRC_DET 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
HEADER_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
ITEM_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
VENDOR_IDSupplier BBP_BUP_VENDORCHAR10Assigned to domainALPHABU_PARTNER
VENDOR_NOPartner Number CRMT_PARTNER_NOCHAR32CRM_PARTNER_NO
CONTRACT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
CONTRACT_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
CATEGORY_GUIDCategory GUID COMT_CATEGORY_GUIDRAW16SYSUUID
LOGSYS_SOURCESource System Name LOGSYS_SOURCECHAR10Assigned to domainALPHALOGSYS
LOGICAL_SYSTEMTarget System Name LOGSYS_DESTCHAR10Assigned to domainALPHALOGSYS
NUM_SOSNumber of Sources of Supply Found (for Performance) BBP_NUM_SOSCHAR1BBP_NUM_SOS
BE_INFO_RECNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
PRODUCTProduct GUID BBP_PRODUCTRAW16SYSUUID
ORDERED_PRODProduct Name Entered BBP_ORDERED_PRODCHAR54CRM_ORDERED_PROD
LOCATION_GUIDGUID for an Individual Partner CRMT_PARTNER_GUIDRAW16SYSUUID
LOCATION_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PROC_ORGResponsible Purchasing Organization BBP_PROC_ORGCHAR14HROBJEC_14BBP_PROC_ORG
CTR_ITEM_NUMBERItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
CTR_ITEM_GUIDContract Template Item GUID BBP_CTR_I_GUIDRAW16SYSUUID
NUMBER_INTItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO

Key field Non-key field



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

As BBPS_SRC_DET 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 BBPS_SRC_DET as there is no data to select.

How to access SAP table BBPS_SRC_DET

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