BBP_VENDOR_CREATE_PBO 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_PBO 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: Include BBP_VENDOR_CREATE_PBO
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BBP_BUPA_GET_TITLEKEY_F4 CALL FUNCTION 'BBP_BUPA_GET_TITLEKEY_F4' EXPORTING language = sy-langu organization = 'X' TABLES et_title_keys = gt_org_title EXCEPTIONS title_not_found = 1 title_text_not_found = 2 parameter_error = 3 OTHERS = 4.
ITS_PING CALL FUNCTION 'ITS_PING' EXCEPTIONS its_not_available = 1 OTHERS = 2.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = gs_logsys-log_sys IMPORTING output = lv_logsys_440.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = gv_acs_backend IMPORTING output = lv_logsys_730.
BBP_PDH_WFL_OBJECT_WI_GET CALL FUNCTION 'BBP_PDH_WFL_OBJECT_WI_GET' EXPORTING iv_workitem_id = wi_id IMPORTING ex_partner = iv_partner.
BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING iv_partner = iv_partner IMPORTING ev_partner_guid = iv_partner_guid EXCEPTIONS OTHERS = 0.
BBP_PDH_WFL_OBJECT_WI_GET CALL FUNCTION 'BBP_PDH_WFL_OBJECT_WI_GET' EXPORTING iv_workitem_id = wi_id IMPORTING ex_guid = iv_partner_guid.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = gs_logsys-log_sys IMPORTING output = lv_logsys_160.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = gs_mc_companies-company IMPORTING output = lv_company_160.
BBP_POPUP_GET_DATE_FORMAT CALL FUNCTION 'BBP_POPUP_GET_DATE_FORMAT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.