BBP_PDPSET SAP (Further Procurement Information) Table details

Dictionary Type: Table
Description: Further Procurement Information




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




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

BBP_PDPSET is a standard SAP Table which is used to store Further Procurement Information data and is available within R/3 SAP systems depending on the version and release level.

The BBP_PDPSET table consists of various fields, each holding specific information or linking keys about Further Procurement Information data available in SAP. These include GUID (Globally Unique identifier), GR_IND (Goods Receipt Indicator), IR_IND (Invoice Receipt Indicator), GR_NON_VAL (Goods Receipt, Non-Valuated).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BBP_PDPSET 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
CLIENTClient EC_CLIENTCLNT3Assigned to domainMANDT
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
GR_INDGoods Receipt Indicator WEPOSCHAR1XFELD
IR_INDInvoice Receipt Indicator REPOSCHAR1XFELD
GR_NON_VALGoods Receipt, Non-Valuated BBP_WEUNBCHAR1XFELD
GR_BASEDIVIndicator: GR-Based Invoice Verification BBP_WEBRECHAR1XFELD
ERSEvaluated Receipt Settlement (ERS) BBP_XERSYCHAR1XFELD
OR_INDPO Response Expected (ORDER_RESP_EXP in Vendor Master) BBP_OR_INDCHAR1XFELD
ASN_INDShipping Notification Exptd (ASN_EXPECTED in Vendor Master) BBP_ASN_INDCHAR1XFELD
RFQ_INDFollow-On Document is an RFx BBP_RFQ_INDCHAR1XFELD
PO_INDFollow-On Document is a Purchase Order BBP_PO_INDCHAR1XFELD
CTR_INDFollow-On Document is a Contract BBP_CTR_INDCHAR1XFELD
CATALOG_INDDocument (Contract) Transferred to Catalog BBP_CATALOG_INDCHAR1XFELD
QUAN_NOT_CANCELSchedule Lines in Purchase Order Response Fixed or Not BBP_OPEN_QUAN_CANCELEDCHAR1XFELD
MIGR_GOA_INDIndicator to identify Migrated GOA BBP_MIGR_GOA_INDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBP_PDPSET
INTO CORRESPONDING FIELDS OF WA_BBP_PDPSET
WHERE...

How to access SAP table BBP_PDPSET

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