BBP_PDS_PO_FLAT SAP (Flat API Structure Purchase Order for Inbound Processing) Structure details

Dictionary Type: Structure
Description: Flat API Structure Purchase Order for Inbound Processing




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




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

BBP_PDS_PO_FLAT 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 "Flat API Structure Purchase Order for Inbound Processing" 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_PO_FLAT TYPE BBP_PDS_PO_FLAT.

The BBP_PDS_PO_FLAT table consists of various fields, each holding specific information or linking keys about Flat API Structure Purchase Order for Inbound Processing data available in SAP. These include EXT_DEMID (External Requirement Number), EXT_DEM_POSID (External Requirement Tracking Number), CTR_NUMBER (Document Number), CTR_ITEM_NUMBER (Item 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 BBP_PDS_PO_FLAT 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

Key field Non-key field



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

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

How to access SAP table BBP_PDS_PO_FLAT

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