SAP Reports / Programs | Logistics - General | Logistics - General | Transportation Management Integration(LO-INT-TM) SAP LO

TMTRQCUSTCHECK_FORM_METH SAP ABAP INCLUDE - Include TMTRQCUSTCHECK_FORM_METH







TMTRQCUSTCHECK_FORM_METH 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 TMTRQCUSTCHECK_FORM_METH 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 TMTRQCUSTCHECK_FORM_METH. "Basic submit
SUBMIT TMTRQCUSTCHECK_FORM_METH AND RETURN. "Return to original report after report execution complete
SUBMIT TMTRQCUSTCHECK_FORM_METH VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include TMTRQCUSTCHECK_FORM_METH


INCLUDES used within this REPORT TMTRQCUSTCHECK_FORM_METH

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:

LCR_GET_OWN_BUSINESS_SYSTEM CALL FUNCTION 'LCR_GET_OWN_BUSINESS_SYSTEM' IMPORTING bs_key_name = lv_key_name bs_caption = lv_caption bs_role = lv_role EXCEPTIONS no_business_system = 1 no_rfc_destination = 2 OTHERS = 8.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = lv_own_logical_system EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.

/SCMTMS/TRQ_CHECK_INT_REL_DATA CALL FUNCTION '/SCMTMS/TRQ_CHECK_INT_REL_DATA' DESTINATION lv_rfc_destination EXPORTING iv_vbeln = lv_vbeln iv_bskey = lv_bskey iv_type = lv_type iv_xml_message_id = lv_tmp_string it_mat = lt_mat it_loc = lt_loc it_partner = lt_partner it_units = lt_units it_currencies = lt_currencies IMPORTING ev_result = lv_result ev_status = lv_status et_mat_ok = lt_mat_ok et_loc_ok = lt_loc_ok et_partner_ok = lt_partner_ok et_mat_fail = lt_mat_fail et_loc_fail = lt_loc_fail et_partner_fail = lt_partner_fail et_units_ok = lt_units_ok et_units_fail = lt_units_fail et_currencies_ok = lt_currencies_ok et_currencies_fail = lt_currencies_fail EXCEPTIONS system_failure = 1 communication_failure = 2.

APPL_LOG_READ_DB CALL FUNCTION 'APPL_LOG_READ_DB' EXPORTING object = lc_log_object subobject = lc_log_subobject external_number = lv_pur_ext_number TABLES header_data = lt_log_header_data messages = lt_log_messages.

WFMC_PROTOCOL_GET CALL FUNCTION 'WFMC_PROTOCOL_GET' EXPORTING cps_nast = ls_nast TABLES messages = lt_nast_msg EXCEPTIONS not_found = 1 OTHERS = 2.



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