RQDSES20 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program RQDSES20 prints the sample-drawing instruction using a SAPScript form...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 RQDSES20 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.
Title: Print report: Print sample drawing instruction
INCLUDE QAM31F01.
No SAP DATABASE tables are accessed within this REPORT code!
QAST_STATUS_CHECK *CALL FUNCTION 'QAST_STATUS_CHECK' * EXPORTING * I_OBJNR = QALS-OBJNR * I_STATUS = C_STATUS_HUM * EXCEPTIONS * STATUS_NOT_ACTIV = 01.
QMHU_READ * CALL FUNCTION 'QMHU_READ' * EXPORTING * I_PRUEFLOS = QALS-PRUEFLOS * IMPORTING * ET_HULIST = G_HULIST.
CO_DR_PR_OPT_FILL CALL FUNCTION 'CO_DR_PR_OPT_FILL' EXPORTING prt_co = prlst_tmp IMPORTING pr_opt = pr_options.
END_FORM CALL FUNCTION 'END_FORM'.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = element_name window = window_name EXCEPTIONS element = 01 function = 02 type = 03 unopened = 04 unstarted = 05 window = 06.
START_FORM CALL FUNCTION 'START_FORM'.
QDTA_SAMP_DRAWING_POS_READ CALL FUNCTION 'QDTA_SAMP_DRAWING_POS_READ' EXPORTING i_probenahmeverf = qals-prbnaverf i_version = qals-prbnavv TABLES qprvptab = g_qprvptab qprvpttab = g_qprvpttab EXCEPTIONS not_found = 01.
QDTA_SAMP_DRAWING_ENTRY_READ CALL FUNCTION 'QDTA_SAMP_DRAWING_ENTRY_READ' EXPORTING i_probenahmeverf = p_prziehverf i_version = p_version IMPORTING e_qprvkt = l_qprvkt e_qprvk = l_qprvk EXCEPTIONS "werden nicht abgefragt not_found = 0 OTHERS = 0.
CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING command = l_command.
CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING command = l_command.
TQ44_READ CALL FUNCTION 'TQ44_READ' EXPORTING i_prtyp = p_prtyp i_sprache = sy-langu IMPORTING e_tq44t = tq44t EXCEPTIONS no_entry_in_tq44 = 1 no_entry_in_tq44t = 2.
TQ44_READ CALL FUNCTION 'TQ44_READ' EXPORTING i_prtyp = l_qprslis-prtyp i_sprache = sy-langu IMPORTING e_tq44t = l_tq44t EXCEPTIONS no_entry_in_tq44 = 1 no_entry_in_tq44t = 2 OTHERS = 3.
TQ41_READ CALL FUNCTION 'TQ41_READ' EXPORTING i_werks = l_qprslis-werks i_aufbewort = l_qprslis-abort i_sprache = sy-langu IMPORTING * E_TQ41 = e_tq41t = l_tq41t EXCEPTIONS no_entry_in_tq41 = 1 no_entry_in_tq41t = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RQDSES20 - Print report: Print sample drawing instruction RQDSES20 - Print report: Print sample drawing instruction RQDEBS20 - Error Log for Checking the Allowed Relationships in the Plan RQDEBS20 - Error Log for Checking the Allowed Relationships in the Plan RQDEBS10 - Error Log for Checking for the Allowed Relationships RQDEBS10 - Error Log for Checking for the Allowed Relationships