SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Enterprise/Business Partner Management(SRM-EBP-ADM) SAP SRM

BBP_VENDOR_STATUS_F01 SAP ABAP INCLUDE - BBPVENDORSTATUSF01







BBP_VENDOR_STATUS_F01 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_STATUS_F01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT BBP_VENDOR_STATUS_F01. "Basic submit
SUBMIT BBP_VENDOR_STATUS_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_VENDOR_STATUS_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT BBP_VENDOR_STATUS_F01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING * iv_partner = gs_search_field-vendor iv_partner = partner1 IMPORTING ev_partner_guid = lv_bp_guid1.

BBP_PROCDOC_GETLIST CALL FUNCTION 'BBP_PROCDOC_GETLIST' EXPORTING i_partner = im_bp_guid i_read_orgdata = gc_on i_plus_open_bid = gc_on TABLES e_pdlist = lt_pdlist_all e_status = lt_status_all e_messages = lt_messages.

BBP_PROCDOC_GETLIST CALL FUNCTION 'BBP_PROCDOC_GETLIST' EXPORTING i_object_type = c_shop i_read_item_first = gc_on i_read_orgdata = gc_on TABLES i_item_partners = lt_item_partners e_pdlist = lt_pdlist_part e_status = lt_status_part e_messages = lt_messages.

BBP_PROCDOC_GETLIST CALL FUNCTION 'BBP_PROCDOC_GETLIST' EXPORTING i_object_type = c_shop i_read_item_first = gc_on i_read_orgdata = gc_on TABLES i_item_partners = lt_item_partners e_pdlist = lt_pdlist_all e_status = lt_status_all e_messages = ct_messages.

BBP_PARTNER_TYPE_TO_FUNCTION CALL FUNCTION 'BBP_PARTNER_TYPE_TO_FUNCTION' EXPORTING iv_partner_pft = iv_prt_pft iv_partner_subtype = c_subtype_b2b IMPORTING et_partner_fct = lt_function_tab.

BBP_PDSEC_AUTHORITY_CHECK CALL FUNCTION 'BBP_PDSEC_AUTHORITY_CHECK' EXPORTING is_auth_check = ls_auth_checked-auths EXCEPTIONS not_authorized = 1 OTHERS = 2.

BBP_ARCH_PD_CHECK CALL FUNCTION 'BBP_ARCH_PD_CHECK' EXPORTING i_header = is_pd TABLES et_arch_header = et_pd_archivable[].

BBP_PROCDOC_GETLIST * CALL FUNCTION 'BBP_PROCDOC_GETLIST' * EXPORTING * i_partner = im_bp_guid * TABLES * e_pdlist = lt_pdlist_all * e_messages = lt_messages.

BBP_PDH_SEARCH_CTR * CALL FUNCTION 'BBP_PDH_SEARCH_CTR' * EXPORTING * iv_list_for_object = ls_application_info-search_object * iv_user_type = ls_user_info-user_type * is_search_field = ls_search_field * IMPORTING * et_list = .

BBP_PDH_SEARCH_PO_LOCAL * CALL FUNCTION 'BBP_PDH_SEARCH_PO_LOCAL' * EXPORTING * iv_list_for_object = ls_application_info-search_object * iv_user_type = ls_user_info-user_type * is_search_field = ls_search_field * IMPORTING * et_list = .

BBP_PDH_SEARCH_INV * CALL FUNCTION 'BBP_PDH_SEARCH_INV' * EXPORTING * iv_list_for_object = ls_application_info-search_object * iv_user_type = ls_user_info-user_type * is_search_field = ls_search_field * IMPORTING * et_list = .

BBP_PDH_SEARCH_CONF * CALL FUNCTION 'BBP_PDH_SEARCH_CONF' * EXPORTING * iv_list_for_object = ls_application_info-search_object * iv_user_type = ls_user_info-user_type * is_search_field = ls_search_field * IMPORTING * et_list = .

BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING iv_partner_guid = lv_partner_guid IMPORTING ev_partner = lv_partner.

BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING iv_partner = lv_partner IMPORTING ev_partner_guid = lv_partner_guid.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name BBP_VENDOR_STATUS_F01 or its description.