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

BBP_UPDATE_BACKEND_LINK_F01 SAP ABAP INCLUDE - BBPUPDATEBACKENDLINKF01







BBP_UPDATE_BACKEND_LINK_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_UPDATE_BACKEND_LINK_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_UPDATE_BACKEND_LINK_F01. "Basic submit
SUBMIT BBP_UPDATE_BACKEND_LINK_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_UPDATE_BACKEND_LINK_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_UPDATE_BACKEND_LINK_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:

BBP_REMOTE_CLNT_CHECK CALL FUNCTION 'BBP_REMOTE_CLNT_CHECK' DESTINATION destination IMPORTING client = remote_client release = remote_release EXCEPTIONS communication_failure = 1 MESSAGE msg_text system_failure = 2 MESSAGE msg_text.

ENQUEUE_EBBP_TMP_VENMAP CALL FUNCTION 'ENQUEUE_EBBP_TMP_VENMAP' EXPORTING _scope = 2 EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

BBP_BACKENDS_INSERT CALL FUNCTION 'BBP_BACKENDS_INSERT' IN UPDATE TASK TABLES it_venmap_insert = gt_venmap_new.

BBP_BACKENDS_REPLACE CALL FUNCTION 'BBP_BACKENDS_REPLACE' IN UPDATE TASK TABLES it_venmap_replace = gt_venmap_new it_venmap_delete = gt_venmap_org.

META_VENDOR_GET_LIST2 CALL FUNCTION 'META_VENDOR_GET_LIST2' EXPORTING iv_logical_system = upd_sys iv_with_creditors = 'X' TABLES et_vendor_tab = gt_vendor et_vendor_ekorg = lt_vendor_ekorg et_creditor_tab = gt_creditor et_return = lt_return.

BBP_OM_FIND_PURCH_ORGS_EXT CALL FUNCTION 'BBP_OM_FIND_PURCH_ORGS_EXT' EXPORTING search_purch_orgx = lv_search_string IMPORTING porg_keys = lt_org_keys EXCEPTIONS internal_error = 1 no_authority = 2 nothing_found = 3 OTHERS = 4.

BBP_BACKENDS_UPDATE CALL FUNCTION 'BBP_BACKENDS_UPDATE' IN BACKGROUND TASK EXPORTING number_of_vendors = number_of_vendors number_of_creditors = number_of_creditors remote_system = upd_dest remote_release = remote_release remote_client = remote_client log_sys = upd_sys kraus_to_duns = kraus_to_duns TABLES ext_id_list = gt_vendor "#EC ENHOK ext_cred_list = gt_creditor purchorg_list = gt_ekorg.

BBP_BACKENDS_UPDATE CALL FUNCTION 'BBP_BACKENDS_UPDATE' EXPORTING number_of_vendors = number_of_vendors number_of_creditors = number_of_creditors remote_system = upd_dest remote_release = remote_release remote_client = remote_client log_sys = upd_sys kraus_to_duns = kraus_to_duns TABLES ext_id_list = gt_vendor ext_cred_list = gt_creditor purchorg_list = gt_ekorg.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-002 text_question = text-001 IMPORTING answer = lv_answer.

BBP_BACKENDS_DELETE CALL FUNCTION 'BBP_BACKENDS_DELETE' IN UPDATE TASK TABLES it_venmap_delete = gt_venmap.

VRM_GET_VALUES CALL FUNCTION 'VRM_GET_VALUES' EXPORTING id = 'OLD_PORG' EXCEPTIONS id_not_found = 4.

BBP_OM_FIND_PURCH_ORGS CALL FUNCTION 'BBP_OM_FIND_PURCH_ORGS' IMPORTING porg_tab = itab_hrporg[] EXCEPTIONS internal_error = 1 no_authority = 2 nothing_found = 3 OTHERS = 4.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'OLD_PORG' values = itab_porgs[] EXCEPTIONS id_illegal_name = 0 OTHERS = 0.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'REP_PORG' values = itab_porgs[] EXCEPTIONS id_illegal_name = 0 OTHERS = 0.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'NEW_PORG' values = itab_porgs[] EXCEPTIONS id_illegal_name = 0 OTHERS = 0.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'INS_PORG' values = itab_porgs[] EXCEPTIONS id_illegal_name = 0 OTHERS = 0.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'DEL_PORG' values = itab_porgs[] EXCEPTIONS id_illegal_name = 0 OTHERS = 0.

BBP_PORG_REPLACE CALL FUNCTION 'BBP_PORG_REPLACE' IN UPDATE TASK EXPORTING iv_porg_rep = rep_porg TABLES it_frg0060_new = lt_frg0060_old it_frg0060_del = lt_frg0060_del it_frg0061_new = lt_frg0061_old it_frg0061_del = lt_frg0061_del.

BBP_SNDMDM_REPLACE





CALL FUNCTION 'BBP_SNDMDM_REPLACE' IN UPDATE TASK EXPORTING iv_porg_rep = rep_porg TABLES it_sndmdm_new = lt_sndmdm_old it_sndmdm_del = lt_sndmdm_del.

BBP_PORG_INSERT CALL FUNCTION 'BBP_PORG_INSERT' IN UPDATE TASK EXPORTING iv_new_porg = new_porg TABLES it_frg0060 = lt_frg0060 it_frg0061 = lt_frg0061.

BBP_SNDMDM_INSERT CALL FUNCTION 'BBP_SNDMDM_INSERT' IN UPDATE TASK EXPORTING iv_new_porg = new_porg TABLES it_sndmdm = lt_sndmdm.

BBP_PORG_DELETE CALL FUNCTION 'BBP_PORG_DELETE' IN UPDATE TASK TABLES it_frg0060 = lt_frg0060 it_frg0061 = lt_frg0061.

BBP_SNDMDM_DELETE CALL FUNCTION 'BBP_SNDMDM_DELETE' IN UPDATE TASK TABLES it_sndmdm = lt_sndmdm.



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_UPDATE_BACKEND_LINK_F01 or its description.