BBP_IV_AUTO_COMPLETE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report checks whether relevant goods receipts have been posted in the meantime for invoices with status "Waiting for Preceding Documents"...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter BBP_IV_AUTO_COMPLETE into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: DAYS = Days for Status Change
Selection Text: DAYS_M = Days for E-Mail
Selection Text: IV_ID = Invoice Number (Internal)
Selection Text: IV_RDN = Invoice Number (Supplier)
Selection Text: PO_ID = Purchase Order Number
Selection Text: VENDOR = Supplier
Title: Program BBP_IV_AUTO_COMPLETE
Text Symbol: 001 = Invoice
Text Symbol: 002 = Invoice (Supplier)
Text Symbol: 003 = Created on
INCLUDE BBP_PD_CON.
INCLUDE BBP_IMS_CONSTANTS.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BBP_IV_AUTO_COMPLETE - Program BBP_IV_AUTO_COMPLETE BBP_IV_AUTO_COMPLETE - Program BBP_IV_AUTO_COMPLETE BBP_INIT_BP_PURCHASE_BLOCK_FLG - Checks for 'null' Values of the PURCHASE_BLOCK Flag BBP_INIT_BP_PURCHASE_BLOCK_FLG - Checks for 'null' Values of the PURCHASE_BLOCK Flag BBP_INIT_BP_NOT_RELEASED_FLAG - Checks for Null Values of the not_released flag BBP_INIT_BP_NOT_RELEASED_FLAG - Checks for Null Values of the not_released flag