SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Workflow(SRM-EBP-WFL) SAP SRM

MTS10008094HF01 SAP ABAP INCLUDE - Include MTS10008094HF01







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

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_CONF_GETDETAIL CALL FUNCTION 'BBP_PD_CONF_GETDETAIL' EXPORTING i_guid = guid_raw IMPORTING e_header = eheader TABLES e_item = eitem e_partner = epartner EXCEPTIONS OTHERS = 01.

BBP_PD_PO_GETDETAIL CALL FUNCTION 'BBP_PD_PO_GETDETAIL' EXPORTING i_guid = eheader-src_guid i_with_itemdata = space i_without_header_totals = 'X' IMPORTING e_header = h_pd_poheader TABLES e_messages = h_t_messages.

BBP_PARTNER_ADDRESS_GET_COMPL CALL FUNCTION 'BBP_PARTNER_ADDRESS_GET_COMPL' EXPORTING iv_addr_nr = epartner-addr_no iv_addr_np = epartner-pers_no iv_addr_type = epartner-addr_type IMPORTING * ES_ADDR1_COMPLETE = * ES_ADDR2_COMPLETE = * ES_ADDR3_COMPLETE = es_bapiaddr1 = vendoraddress * ES_BAPIADDR2 = * ES_BAPIADDR3 = EXCEPTIONS error_occurred = 1001 OTHERS = 01 .



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