RSDS_QUEUE_READ 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 RSDS_QUEUE_READ 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!
RSDS_WS_NAMES_GET *@ CALL FUNCTION 'RSDS_WS_NAMES_GET' *@ EXPORTING *@ i_datasource = l_s_ds-datasource *@ i_logsys = l_s_ds-logsys *@ IMPORTING *@ e_tabl_main = l_name *@ EXCEPTIONS *@ failed = 1 *@ OTHERS = 2.
RSDS_WS_NAMES_GET *@ CALL FUNCTION 'RSDS_WS_NAMES_GET' *@ EXPORTING *@ i_datasource = l_s_ds-datasource *@ i_logsys = l_s_ds-logsys *@ i_segid = l_s_segments-segid *@ IMPORTING *@ e_tabl_segm = l_name *@ EXCEPTIONS *@ failed = 1 *@ OTHERS = 2.
RSDS_QUEUE_READ CALL FUNCTION 'RSDS_QUEUE_READ' EXPORTING i_datasource = '\l_s_ds-datasource\' i_logsys = '\l_s_ds-logsys\' i_requid = l_requid i_read_only = l_read_only i_updmode = l_updmode i_initflag = rs_c_true IMPORTING e_t_data = l_t_data EXCEPTIONS no_more_data = 1 error_reading_queue = 2 failed = 3 OTHERS = 4.
RSDS_QUEUE_READ CALL FUNCTION 'RSDS_QUEUE_READ' EXPORTING i_datasource = '\l_s_ds-datasource\' i_logsys = '\l_s_ds-logsys\' i_requid = l_requid i_read_only = l_read_only i_updmode = l_updmode i_initflag = rs_c_false IMPORTING e_t_data = l_t_data EXCEPTIONS no_more_data = 1 error_reading_queue = 2 failed = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDS_QUEUE_READ - Test-Template generierte Extraktion RSDS_QUEUE_RAW_WRITE - Include RSADSQ_TEMPLATE RSDS_QUEUE_CHECK_EXTRACTION - Program RSDS_QUEUE_CHECK_EXTRACTION RSDS_QUEUE_CHECK_EXTRACTION - Program RSDS_QUEUE_CHECK_EXTRACTION RSDS_LDIS - Display Source System (SAP Internal) RSDS_LDIS - Display Source System (SAP Internal)