SAP Reports / Programs

RQTETR00 SAP ABAP Report - Test Equipment Tracking







RQTETR00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to determine which inspection characteristics were inspected using a specific test equipment...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RQTETR00 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

QGD2 - Test Equipment Tracking


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


Text pool values


Selection Text: P_USAGE = Usage list
Selection Text: P_TE_ASS = Test equip. assign. for charac
Selection Text: P_MA_ASS = Material assignment
Selection Text: P_MAT_TX = Display Material Description
Selection Text: P_EQUNR = Test equipment
Selection Text: P_DATUV = To
Selection Text: P_DATUB = Selection period from
Title: Test Equipment Tracking
Text Symbol: TES = Test
Text Symbol: SON = Misc.
Text Symbol: POP = Report documentation
Text Symbol: F01 = My default
Text Symbol: ANZ = Number
Text Symbol: 129 = Not taken account
Text Symbol: 128 = Taken into acc
Text Symbol: 127 = Material assignment
Text Symbol: 126 = Usage list
Text Symbol: 125 = Test equipment assignment
Text Symbol: 122 = Selection time period
Text Symbol: 121 = Material (constrc. type)
Text Symbol: 120 = Equipment
Text Symbol: 102 = To
Text Symbol: 101 = Use of test equipment from
Text Symbol: 100 = Selection of test equipment and period
Text Symbol: 001 = Reloading Data


INCLUDES used within this REPORT RQTETR00

INCLUDE RQALVTOP.


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:

CF_NR_FHM_MASTER_READ CALL FUNCTION 'CF_NR_FHM_MASTER_READ' EXPORTING crfhd_imp = crfhd trtyp_imp = 'A' IMPORTING crfhd_exp = crfhd TABLES crtxd_exp = crtxd_tab.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ = 'X' displ_mode = '2' id = 'RE' langu = sy-langu object = 'RQTETR00'.

QAUT_CHECK_TCODE CALL FUNCTION 'QAUT_CHECK_TCODE' EXPORTING I_TCODE = 'QGA3' EXCEPTIONS NO_AUTHORIZATION = 01.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING et_fieldcat = g_fieldcat_tab[] EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.

HELP_VALUES_GET_NO_DD_NAME * CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' * EXPORTING ** CUCOL = 0 ** CUROW = 0 ** DISPLAY = ' ' * selectfield = 'SELMO' * titel = text-f05 ** NO_PERS_HELP_SELECT = ' ' ** title_in_values_list = ' ' ** show_all_values_at_first_time = ' ' ** USE_USER_SELECTIONS = ' ' * write_selectfield_in_colours = g_x ** no_scroll = ** NO_CONVERSION = ' ' ** reduced_status_only = g_x ** NO_MARKING_OF_CHECKVALUE = ' ' ** NO_DISPLAY_OF_PERS_VALUES = ' ' ** FILTER_FULL_TABLE = ' ' * IMPORTING * ind = h_tabix ** select_value = * TABLES * fields = h_fields_tab * full_table = g_monitor_tab ** USER_SEL_FIELDS = ** HEADING_TABLE = * EXCEPTIONS * full_table_empty = 1 * no_tablestructure_given = 2 * no_tablefields_in_dictionary = 3 * more_then_one_selectfield = 4 * no_selectfield = 5 * OTHERS = 6.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = 'OBJECT_TAB' i_structure_name = 'TESTEQUITR' i_client_never_display = g_x CHANGING ct_fieldcat = g_fieldcat_tab[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

QAUT_CHECK_TCODE CALL FUNCTION 'QAUT_CHECK_TCODE' EXPORTING i_tcode = p_tcode.

QAUT_CHECK_TCODE CALL FUNCTION 'QAUT_CHECK_TCODE' EXPORTING i_tcode = 'QGA3'.

QSS1_PRINT_INSPECTION_RESULTS CALL FUNCTION 'QSS1_PRINT_INSPECTION_RESULTS' EXPORTING i_lot_number = object_tab-prueflos i_insp_type = object_tab-art.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = l_mtcom IMPORTING matdaten = l_makt return = l_mtcor TABLES seqmat01 = l_dummy_tab EXCEPTIONS material_not_found = 01 text_not_found = 02.



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