SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Sourcing(SRM-EBP-SOC) SAP SRM

BBP_SC_TRANSFER_GROUPEDF02 SAP ABAP INCLUDE - BBPSCTRANSFERGROUPEDF02







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

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_PD_SC_TRANSFER_MULTI_PO *\ CALL FUNCTION 'BBP_PD_SC_TRANSFER_MULTI_PO' *\ EXPORTING *\ it_attach = it_attach[] *\ iv_simulate = gc_yes *\ TABLES *\ it_header = lt_dummy *\ it_item = it_item_sc *\ it_account = it_account *\ it_partner = it_partner *\ it_longtext = it_longtext *\ it_status = it_status *\ it_limit = it_limit *\ it_org = it_org *\ it_tax = it_tax *\ it_pridoc = it_pridoc *\ it_hcf = it_hcf *\ it_icf = it_icf *\ et_local_ref = lt_local_ref *\ et_header = et_header_po *\ et_item = et_item_po *\ et_messages = lt_messages.

BBP_PD_SC_TRANSFER_MULTI CALL FUNCTION 'BBP_PD_SC_TRANSFER_MULTI' EXPORTING is_transfer_action = ls_transfer_action iv_object_type = iv_object_type it_attach = it_attach[] TABLES * it_header = lt_dummy it_header = lt_header_sc it_item = it_item_sc it_account = it_account it_partner = it_partner it_longtext = it_longtext it_status = it_status it_limit = it_limit it_org = it_org it_tax = it_tax it_pridoc = it_pridoc it_doc_descr = lt_doc_descr it_hcf = it_hcf it_icf = it_icf ct_reflist = lt_local_ref et_header = et_header_gen et_item = et_item_gen et_messages = lt_messages.

BBP_PD_SC_TRANSFER_MULTI_PO *\ CALL FUNCTION 'BBP_PD_SC_TRANSFER_MULTI_PO' *\ EXPORTING *\ it_attach = it_attach[] *\ iv_simulate = gc_no *\ TABLES *\ it_header = lt_dummy *\ it_item = it_item_sc *\ it_account = it_account *\ it_partner = it_partner *\ it_longtext = it_longtext *\ it_status = it_status *\ it_limit = it_limit *\ it_org = it_org *\ it_tax = it_tax *\ it_pridoc = it_pridoc *\ it_hcf = it_hcf *\ it_icf = it_icf *\ it_doc_descr = lt_doc_descr *\ et_local_ref = lt_local_ref *\ et_header = et_header_po *\ et_item = et_item_po *\ et_messages = et_messages.

BBP_HIERARCHY_RFQ_MAP * CALL FUNCTION 'BBP_HIERARCHY_RFQ_MAP' * TABLES * ct_item = it_item_sc * ct_header = lt_dummy.

BBP_PD_SC_TRANSFER_MULTI CALL FUNCTION 'BBP_PD_SC_TRANSFER_MULTI' EXPORTING is_transfer_action = ls_transfer_action iv_object_type = iv_object_type it_attach = it_attach[] TABLES * it_header = lt_dummy it_header = lt_header_sc it_item = it_item_sc it_account = it_account it_partner = it_partner it_longtext = it_longtext it_status = it_status it_limit = it_limit it_org = it_org it_tax = it_tax it_pridoc = it_pridoc it_doc_descr = lt_doc_descr it_hcf = it_hcf it_icf = it_icf ct_reflist = lt_local_ref et_header = et_header_gen et_item = et_item_gen et_messages = et_messages.

BBP_PROCDOC_GETITEMLIST CALL FUNCTION 'BBP_PROCDOC_GETITEMLIST' EXPORTING i_object_type = 'BUS2121' TABLES i_header_guids = lt_header_guid e_pditemlist = lt_pditemlist et_item_status = lt_item_status.

BBP_ALERT_PO_GROUPING CALL FUNCTION 'BBP_ALERT_PO_GROUPING' EXPORTING iv_po_number = ls_header_sc-object_id iv_po_item_number = ls_item_sc-number_int iv_message_text = ls_mess_memo-message.

BBP_ALERT_BID_GROUPING CALL FUNCTION 'BBP_ALERT_BID_GROUPING' EXPORTING iv_bid_number = ls_header_sc-object_id iv_bid_item_number = ls_item_sc-number_int iv_message_text = ls_mess_memo-message.

BBP_PDH_DB_DIRECT_UPDATE CALL FUNCTION 'BBP_PDH_DB_DIRECT_UPDATE' EXPORTING iv_source_rel_ind = gc_sourcing_relevant iv_item_guid_sourcing = ls_item_sc-guid.

BBP_ALERT_PO_GROUPING CALL FUNCTION 'BBP_ALERT_PO_GROUPING' EXPORTING iv_po_number = ls_header_gen-object_id iv_po_item_number = -number_int iv_message_text = ls_messages-message.

BBP_ALERT_BID_GROUPING CALL FUNCTION 'BBP_ALERT_BID_GROUPING' EXPORTING iv_bid_number = ls_header_gen-object_id iv_bid_item_number = -number_int iv_message_text = ls_messages-message.

BBP_ALERT_PO_GROUPING *\ CALL FUNCTION 'BBP_ALERT_PO_GROUPING' *\ EXPORTING *\ iv_po_number = ls_header_po-object_id *\ iv_po_item_number = -number_int *\ iv_message_text = ls_messages-message.

BBP_ALERT_SC_GROUPING CALL FUNCTION 'BBP_ALERT_SC_GROUPING' EXPORTING iv_sc_number = -object_id iv_sc_item_number = -number_int iv_message_text = -message.

BBP_PDH_DB_DIRECT_UPDATE CALL FUNCTION 'BBP_PDH_DB_DIRECT_UPDATE' EXPORTING iv_source_rel_ind = gc_sourcing_relevant TABLES it_item_guid_sourcing = lt_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_SC_TRANSFER_GROUPEDF02 or its description.