BBP_PD_CORRECT_SETS 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_CORRECT_SETS 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.
Title: Report BBP_PD_CORRECT_SETS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BBP_ORDER_OBJECTS_SELECT CALL FUNCTION 'BBP_ORDER_OBJECTS_SELECT' EXPORTING iv_object_type = lv_i_object_type IMPORTING ev_object_name = lv_o_object_name EXCEPTIONS read_error = 1 inconsistent_input = 2 OTHERS = 3.
BBP_PD_CTR_GETLIST CALL FUNCTION 'BBP_PD_CTR_GETLIST' EXPORTING i_object_id = lt_grouped_guid_sets-object_id TABLES e_pdlist = lt_ctr_pdlist e_messages = lt_messages.
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_PD_CORRECT_SETS - Report BBP_PD_CORRECT_SETS BBP_PD_CORRECT_SETS - Report BBP_PD_CORRECT_SETS BBP_PD_CORRECT_ITEM_LINKS - Report BBP_PD_CORRECT_ITEM_LINKS BBP_PD_CORRECT_ITEM_LINKS - Report BBP_PD_CORRECT_ITEM_LINKS BBP_PD_CORRECT_INDEX_H_TAB - Report BBP_PD_CORRECT_INDEX_H_TAB BBP_PD_CORRECT_INDEX_H_TAB - Report BBP_PD_CORRECT_INDEX_H_TAB