BBP_PD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter BBP_PD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
BBP_PD - Document Display (SAP SRM)
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Document Display (Procurement Framework)
Selection Text: ALERTS = Find Alerts
Selection Text: CHANGE = Read Change Document
Selection Text: CHANGER = Changed By
Selection Text: CHECK = Check Document
Selection Text: DATE = Changed on
Selection Text: DEMAND = Ext. Rqt Tracking No.
Selection Text: DESCRP = Description
Selection Text: GUID = GUID (header, item, set)
Selection Text: ID = Object ID
Selection Text: NOSUBTYP = Only Documents without Subtype
Selection Text: OBJ_TYPE = Object Type
Selection Text: STATUS = Header Status
Selection Text: SUBTYPE = Subtype
Title: Document Display (Procurement Framework)
Text Symbol: 041 = Change Version
Text Symbol: 042 = Purch. Organisation:
Text Symbol: 043 = Purchasing Group:
Text Symbol: 044 = Purchaser:
Text Symbol: 045 = LongTexts:
Text Symbol: 046 = --> Remote Login
Text Symbol: 047 = Tolerances:
Text Symbol: 048 = Entry
Text Symbol: 049 = Customer Include:
Text Symbol: 050 = Factors:
Text Symbol: 051 = Distribution:
Text Symbol: 052 = ASN Expected
Text Symbol: 053 = ASN and Invoice Expected
Text Symbol: 054 = Sched. Lines:
Text Symbol: 055 = Exchange Rates :
Text Symbol: 056 = Object was not Checked
Text Symbol: 057 = Authorizations
Text Symbol: 058 = Contract Hierarchy:
Text Symbol: 059 = Bid History:
Text Symbol: 060 = --> Read Change Document (sorted by time)
Text Symbol: 061 = --> Read Change Document (sorted by table)
Text Symbol: 062 = --> Read Change Document (sorted by user)
Text Symbol: 063 = No Work Item Found
INCLUDE BBP_PDTOP . " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
BBP_PDSEC_AUTHORITY_CHECK CALL FUNCTION 'BBP_PDSEC_AUTHORITY_CHECK' EXPORTING is_auth_check = ls_auth_check EXCEPTIONS not_authorized = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name BBP_PD or its description.
BBP_PD - Document Display (Procurement Framework) BBP_PD - Document Display (Procurement Framework) BBP_PC_ARC_WRITE - Write program for PCard archiving BBP_PC_ARC_WRITE - Write program for PCard archiving BBP_PC_ARC_READ - Read Program for PCard Archiving BBP_PC_ARC_READ - Read Program for PCard Archiving