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

BBP_IV_AUTO_COMPLETE_I04 SAP ABAP INCLUDE - BBPIVAUTOCOMPLETEI04







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

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_IV_HUBREL_RESET_BUFFER CALL FUNCTION 'BBP_IV_HUBREL_RESET_BUFFER'.

BBP_PD_INV_GETDETAIL CALL FUNCTION 'BBP_PD_INV_GETDETAIL' EXPORTING i_guid = iv_inv_guid IMPORTING e_header = ls_inv_header_d et_attach = lt_inv_attach TABLES e_item = lt_inv_item_d e_account = lt_inv_account e_partner = lt_inv_partner e_longtext = lt_inv_longtext e_freight = lt_inv_freight e_tax = lt_inv_tax et_hub_irel = lt_inv_item_rel e_messages = lt_inv_messages.

BBP_IV_REF_OBJ_GET CALL FUNCTION 'BBP_IV_REF_OBJ_GET' EXPORTING it_item = lt_inv_item_d[] it_hub_irel = lt_inv_item_rel[] iv_log_system = ls_inv_header_d-be_log_system IMPORTING et_refobj_keys = lt_refobj_keys[].

BBP_IV_CRT_PROCESS CALL FUNCTION 'BBP_IV_CRT_PROCESS' EXPORTING iv_update = gc_yes iv_testrun = space iv_lock = gc_yes iv_inp_type = lv_inp_type is_header = ls_inv_header_ic it_attach = lt_inv_attach iv_auto_complete = c_on IMPORTING es_header = es_inv_header TABLES it_item = lt_inv_item_icu it_item_rel = lt_inv_item_rel it_account = lt_inv_account it_partner = lt_inv_partner it_longtext = lt_inv_longtext it_freight = lt_inv_freight it_tax = lt_inv_tax et_item = et_inv_item et_status = et_inv_status et_messages = et_inv_messages.



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