BPBPTRO 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 BPBPTRO 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: KOKRS = Controlling area
Selection Text: P_TEST = Test run
Selection Text: SELAUART = Order type
Selection Text: SELAUFNR = Order
Title: Insert missing BPTR data records for orders
Text Symbol: 001 = Number of data records inserted:
Text Symbol: 002 = Number of data records to be inserted:
Text Symbol: 003 = Update run
Text Symbol: 004 = Test run
Text Symbol: 008 = Processing options
INCLUDE BPTRTOP.
INCLUDE BPTRFORM.
No SAP DATABASE tables are accessed within this REPORT code!
K_ORDER_SELECT CALL FUNCTION 'K_ORDER_SELECT' EXPORTING I_AUTYP_ERL = '01,02,30' I_FILL_T_AUFK = 'X' TABLES T_COSEL = T_COSEL T_AUFK = T_AUFK.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BPBPTRO - Insert missing BPTR data records for orders BPBPTRO - Insert missing BPTR data records for orders BPBKCOR - Create Missing BPBK Records for Projects BPBKCOR - Create Missing BPBK Records for Projects BPALDEFS - documentation and ABAP source code BPADRSEARCH_FILL - Report for filling matchcode table BUTADRSEARCH