BBP_VENDOR_CREATE_F09 is a standard ABAP INCLUDE 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_VENDOR_CREATE_F09 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BBP_GET_ALL_CATEGORIES_F4 CALL FUNCTION 'BBP_GET_ALL_CATEGORIES_F4' TABLES et_categories = gt_category_all et_favourites = gt_category_fav EXCEPTIONS OTHERS = 0.
BBP_UPD_ALL_CATEGORIES_FAV CALL FUNCTION 'BBP_UPD_ALL_CATEGORIES_FAV' EXPORTING is_category_keys = gs_category TABLES et_favourites = gt_category_fav EXCEPTIONS OTHERS = 0.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'COMM_PRCAT' fieldname = 'CATEGORY_GUID' searchhelp = 'BBPH_PROD_CAT' shlpparam = 'CATEGORY_GUID' dynpprog = gc_own_program dynpnr = sy-dynnr dynprofield = 'GS_BIDCC_SCREEN-CATEGORY_GUID' callback_program = gc_own_program callback_form = 'CALLBACK_BIDCC_F4_340' TABLES return_tab = it_retvalues EXCEPTIONS field_not_found = 0 no_help_for_field = 0 inconsistent_help = 0 no_values_found = 0 OTHERS = 0.
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = tab_cont_340-top_line entry_to = tab_cont_340-lines loops = tab_cont_340_loopc ok_code = 'P++' overlapping = 'X' IMPORTING entry_new = tab_cont_340-top_line EXCEPTIONS no_entry_or_page_act = 0 no_entry_to = 0 no_ok_code_or_page_go = 0 OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.