SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Invoicing(SRM-EBP-INV) SAP SRM

BBP_IV_AUTO_COMPLETE_I05 SAP ABAP INCLUDE - BBPIVAUTOCOMPLETEI05







BBP_IV_AUTO_COMPLETE_I05 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_IV_AUTO_COMPLETE_I05 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_IV_AUTO_COMPLETE_I05. "Basic submit
SUBMIT BBP_IV_AUTO_COMPLETE_I05 AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_IV_AUTO_COMPLETE_I05 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_IV_AUTO_COMPLETE_I05

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_IMS_READ_PROPERTY CALL FUNCTION 'BBP_IMS_READ_PROPERTY' EXPORTING iv_exception_type = gc_excp_type_miss_gr IMPORTING es_excp_property = ss_excp_prop.

BBP_IMS_SEND_CTR_GETLIST CALL FUNCTION 'BBP_IMS_SEND_CTR_GETLIST' EXPORTING iv_inv_itm_guid = ls_inv_item_d-guid IMPORTING et_send_ctr = lt_send_ctr.

BBP_PDH_INV_GET_KIND CALL FUNCTION 'BBP_PDH_INV_GET_KIND' EXPORTING iv_src_object_type = is_inv_header_d-src_object_type IMPORTING ev_inv_kind = lv_inv_kind.

BBP_PD_PO_GETDETAIL CALL FUNCTION 'BBP_PD_PO_GETDETAIL' EXPORTING i_object_id = lv_object_id i_with_itemdata = 'X' TABLES e_item = lt_po_item_d.

META_PO_GETDETAIL CALL FUNCTION 'META_PO_GETDETAIL' EXPORTING purchaseorder = lv_object_id items = 'X' logical_system = is_inv_header_d-be_log_system TABLES po_items = lt_po_item_be_d.

BBP_EV_API_EXCEPT_OBJ_GET CALL FUNCTION 'BBP_EV_API_EXCEPT_OBJ_GET' EXPORTING iv_object_key = is_inv_header_d-guid iv_object_type = c_invoice iv_object_node_key = ls_inv_item_d-guid IMPORTING et_events = lt_events EXCEPTIONS no_entry_found = 1 OTHERS = 2.

BBP_IMS_EXCP_SEND CALL FUNCTION 'BBP_IMS_EXCP_SEND' EXPORTING is_exception = ls_event iv_autom_sending = 'X' IMPORTING ev_error = lv_error.

BBP_IMS_SEND_CTR_UPDATE CALL FUNCTION 'BBP_IMS_SEND_CTR_UPDATE' EXPORTING it_update_send_ctr = lt_send_ctr EXCEPTIONS update_not_possible = 1 OTHERS = 2.

BBP_IMS_READ_PROPERTY CALL FUNCTION 'BBP_IMS_READ_PROPERTY' EXPORTING iv_exception_type = gc_excp_type_miss_gr IMPORTING es_excp_property = ss_excp_prop.

BBP_IMS_SEND_CTR_GETLIST CALL FUNCTION 'BBP_IMS_SEND_CTR_GETLIST' EXPORTING iv_inv_itm_guid = ls_inv_item_d-guid IMPORTING et_send_ctr = lt_send_ctr.

BBP_PDH_INV_GET_KIND CALL FUNCTION 'BBP_PDH_INV_GET_KIND' EXPORTING iv_src_object_type = is_inv_header_d-src_object_type IMPORTING ev_inv_kind = lv_inv_kind.

BBP_PD_PO_GETDETAIL CALL FUNCTION 'BBP_PD_PO_GETDETAIL' EXPORTING i_object_id = lv_object_id i_with_itemdata = 'X' TABLES e_item = lt_po_item_d.

META_PO_GETDETAIL CALL FUNCTION 'META_PO_GETDETAIL' EXPORTING purchaseorder = lv_object_id items = 'X' logical_system = is_inv_header_d-be_log_system TABLES po_items = lt_po_item_be_d.

BBP_PDH_LOCK_CONTROL CALL FUNCTION 'BBP_PDH_LOCK_CONTROL' EXPORTING i_lock = c_on i_object_type = c_invoice i_guid = is_inv_header_d-guid EXCEPTIONS lock_not_possible = 1 wrong_call = 2 OTHERS = 3.

BBP_PD_INV_STATUS_CHANGE CALL FUNCTION 'BBP_PD_INV_STATUS_CHANGE' EXPORTING i_guid = is_inv_header_d-guid i_activity = c_a_iv_correct_manual TABLES e_messages = lt_inv_messages.

BBP_PD_INV_SAVE CALL FUNCTION 'BBP_PD_INV_SAVE' EXPORTING iv_header_guid = is_inv_header_d-guid.

BBP_PDH_LOCK_CONTROL CALL FUNCTION 'BBP_PDH_LOCK_CONTROL' EXPORTING i_unlock = c_on.

BBP_EV_API_EXCEPT_OBJ_GET CALL FUNCTION 'BBP_EV_API_EXCEPT_OBJ_GET' EXPORTING iv_object_key = is_inv_header_d-guid iv_object_type = c_invoice IMPORTING et_events = lt_events EXCEPTIONS no_entry_found = 1 OTHERS = 2.

BBP_IMS_EXCP_UPDATE





CALL FUNCTION 'BBP_IMS_EXCP_UPDATE' EXPORTING it_events = lt_events.

BBP_PD_INV_SAVE CALL FUNCTION 'BBP_PD_INV_SAVE' EXPORTING iv_header_guid = is_inv_header_d-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_IV_AUTO_COMPLETE_I05 or its description.