RMXTI_SAMPLE_DRAWING_F01 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 RMXTI_SAMPLE_DRAWING_F01 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
QPRE_GET_QAMV_SAMPTAB CALL FUNCTION 'QPRE_GET_QAMV_SAMPTAB' EXPORTING i_prueflos = qals-prueflos TABLES qamvtab = lt_qamv probtab = lt_proben EXCEPTIONS error_getting_samptab = 1 OTHERS = 2.
MD_CONVERT_MATERIAL_UNIT CALL FUNCTION 'MD_CONVERT_MATERIAL_UNIT' EXPORTING i_matnr = qals-matnr i_in_me = ls_proben-pmengeneh i_out_me = gv_bbme i_menge = ls_proben-ppruefumf IMPORTING e_menge = lv_sampleumf EXCEPTIONS error_in_application = 1 error = 2 OTHERS = 3.
RMXT412_QUANTITY_ROUND CALL FUNCTION 'RMXT412_QUANTITY_ROUND' EXPORTING i_quantity = lv_sampleumf i_unit = gv_bbme IMPORTING e_quantity = lv_sampleumf EXCEPTIONS unit_not_defined = 1 OTHERS = 2.
CONVERSION_EXIT_ABPSP_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT' EXPORTING input = ls_head-project IMPORTING output = l_convproj.
RMXT412_GET_BBID_FOR_TRIAL CALL FUNCTION 'RMXT412_GET_BBID_FOR_TRIAL' EXPORTING i_trialid = qals-trialid IMPORTING e_bbid = gv_bbid EXCEPTIONS not_found = 1 OTHERS = 2.
RMXT412_READ_BB_DATA CALL FUNCTION 'RMXT412_READ_BB_DATA' EXPORTING i_bbid = gv_bbid i_plant = qals-werk IMPORTING et_planning = gt_planning.
QPRS_READ_SAMPLES_FOR_LOT CALL FUNCTION 'QPRS_READ_SAMPLES_FOR_LOT' EXPORTING i_prueflos = qals-prueflos TABLES e_qprs_tab = lt_qprs EXCEPTIONS no_samples_found = 1 OTHERS = 2.
TQ41_READ CALL FUNCTION 'TQ41_READ' EXPORTING i_werks = qals-werk i_aufbewort = ls_qprs-abort i_sprache = sy-langu IMPORTING * E_TQ41 = e_tq41t = lt_tq41t EXCEPTIONS no_entry_in_tq41 = 1 no_entry_in_tq41t = 2 OTHERS = 3.
QST04_TQ43_READ CALL FUNCTION 'QST04_TQ43_READ' EXPORTING I_STABICON = ls_qprs-stabicon I_SPRACHE = SY-LANGU IMPORTING * E_TQ43 = E_TQ43T = ls_tq43t EXCEPTIONS NO_ENTRY_IN_TQ43 = 1 OTHERS = 2 .
RMXT412_T351T_READ_ALL CALL FUNCTION 'RMXT412_T351T_READ_ALL' EXPORTING iv_strat = gs_strats-strat iv_langu = sy-langu TABLES te_riewp = gt_riewp EXCEPTIONS no_match = 1 OTHERS = 2.
RMST235_TTYP_DEF_GET CALL FUNCTION 'RMST235_TTYP_DEF_GET' EXPORTING i_tabname = 'RMXTTY_SAMPLE_DRLIST_DDIC' IMPORTING et_ddic_definition = lt_ddic_def.
RMST235_CALL_PTREE CALL FUNCTION 'RMST235_CALL_PTREE' EXPORTING i_flg_compare = gc_true i_flg_display_tablecreate = gc_false * I_TABNAME = i_repid = sy-repid * I_SUBSCREEN_NR = * I_SUBSCREEN_PRG = * I_NOTIFY_INTERFACE = * IT_WATCH_TREE_NODES = IMPORTING e_flg_otpt_display = l_flg_otpt_display CHANGING xs_layout = ls_layout xs_appl_param = ls_appl_param xt_ddic_def = lt_ddic_def.
RMST231_CALL_OTPT CALL FUNCTION 'RMST231_CALL_OTPT' EXPORTING i_flg_doc_status = gc_false is_appl_param = ls_appl_param is_layout = ls_layout it_def = lt_ddic_def it_data = lt_data IMPORTING e_flg_goto_ptree = l_flg_goto_ptree.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING REPORT = H_REPID VARIANT = H_VARIANT IMPORTING R_C = H_SUBRC.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING REPORT = H_REPID VARIANT = H_VARIANT IMPORTING R_C = H_SUBRC.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING REPORT = H_REPID VARIANT = H_VARIANT IMPORTING R_C = H_SUBRC.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING REPORT = H_REPID VARIANT = H_VARIANT IMPORTING R_C = H_SUBRC.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING REPORT = H_REPID VARIANT = H_VARIANT IMPORTING R_C = H_SUBRC.
CALL FUNCTION 'RS_SUPPORT_SELECTIONS' EXPORTING REPORT = H_REPID VARIANT = H_VARIANT EXCEPTIONS VARIANT_NOT_EXISTENT = 01 VARIANT_OBSOLETE = 02.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING P_STATUS = SY-PFKEY P_PROGRAM = H_REPID TABLES P_EXCLUDE = L_EXCL_FC_TAB.
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 RMXTI_SAMPLE_DRAWING_F01 or its description.