BBP_PDS_DEMAND SAP (Demand with List of Allowed Vendors) Structure details

Dictionary Type: Structure
Description: Demand with List of Allowed Vendors




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




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

BBP_PDS_DEMAND 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 "Demand with List of Allowed Vendors" 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_DEMAND TYPE BBP_PDS_DEMAND.

The BBP_PDS_DEMAND table consists of various fields, each holding specific information or linking keys about Demand with List of Allowed Vendors data available in SAP. These include EXT_DEM_LOGSYS (Logical System from where an External Requirement Comes), EXT_DEMID (External Requirement Number), EXT_DEM_POSID (External Requirement Tracking Number), CTR_NUMBER (Document 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 (Deep)


SAP BBP_PDS_DEMAND 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
EXT_DEM_LOGSYSLogical System from where an External Requirement Comes BBP_EXT_DEM_LOGSYSCHAR10Assigned to domainALPHALOGSYS
EXT_DEMIDExternal Requirement Number BBP_EXT_DEMIDCHAR32CHAR32
EXT_DEM_POSIDExternal Requirement Tracking Number BBP_EXT_DEM_POSIDCHAR32CHAR32
CTR_NUMBERDocument Number BBP_DOC_NUMBERCHAR10ALPHACRM_OBJECT_ID
CTR_ITEM_NUMBERItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
CTR_ITEM_GUIDContract Template Item GUID BBP_CTR_I_GUID_CCHAR32CHAR32
BUP_VENDOR_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
BUP_VENDOR_GUIDBusiness Partner GUID BBP_PARTNER_GUIDCHAR32SYSUUID_C
BUP_LOCATION_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
BUP_LOCATION_GUIDBusiness Partner GUID BBP_PARTNER_GUIDCHAR32SYSUUID_C
SUBTYPESpecification Purchase Item (e.g. Direct Material/Hierarch.) BBP_I_SUBTYPECHAR2BBP_I_SUBTYPE
PRODUCT_GUIDInternal Unique ID of Product COMT_PRODUCT_GUID_BAPICHAR32SYSUUID_C
PRODUCT_IDProduct Number BAPI_PRODUCT_IDCHAR40PRID1COM_PRODUCT_ID
QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
DELIV_DATEItem Delivery Date EINDTDATS8DATUM
DELIV_TIMEDelivery Time of the Item BBP_DELIV_TIMETIMS6TIME
DP_STGE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
DP_SP_STK_INDSpecial Stock Indicator BBPCIF_CIFSPECSTOCHAR1Assigned to domainSOBKZ
ACC_CATAccount Assignment Category in SRM BBP_ACC_CATCHAR5BBP_ACCCAT
SD_DOCSales and Distribution Document Number BBP_VBELNCHAR10Assigned to domainALPHAVBELNAUN
SDOC_ITEMSales Document Item BBP_POSNR_VANUMC6Assigned to domainPOSNRAPO
SCHED_LINESchedule Line Number BBP_ETENRNUMC4Assigned to domainETENR
WBS_ELEM_EWork Breakdown Structure Element (WBS element) BBP_WBS_ELEMCHAR24ABPSNPS_POSID
PRODUCT_SRC_SYSBusiness Document Service: ID of Logical System BBP_LOGSYSCHAR10CHAR10
APPR_VENDOR_IDS 0

Key field Non-key field



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

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

How to access SAP table BBP_PDS_DEMAND

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