RDD00DOC_SCR_CTRL 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 RDD00DOC_SCR_CTRL 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!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = lv_prog dynumb = lv_dynp TABLES dynpfields = lt_dynp EXCEPTIONS OTHERS = 0.
RSAQSUG_SELECT_USERGROUP CALL FUNCTION 'RSAQSUG_SELECT_USERGROUP' EXPORTING SUG_WORKSPACE = s_wsid SUG_SUPERUSER = 'X' IMPORTING SUG_USERGROUP = s_bg.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = lt_dynp EXCEPTIONS OTHERS = 0.
RSAQSQU_SELECT_QUERY CALL FUNCTION 'RSAQSQU_SELECT_QUERY' EXPORTING SQU_WORKSPACE = s_wsid SQU_USER_GROUP_IN = s_bg SQU_COMPLETE = lv_complete SQU_TCODE = 'SQQV' SQU_HFLAG = 'H' IMPORTING SQU_QUERY_OUT = pv_qname SQU_USER_GROUP_OUT = s_bg SQU_RCODE = lv_return.
RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = sy-repid variant = sy-slset TABLES l_params_nonv = lt_params_nonv l_selop_nonv = lt_selop_nonv valutab = lt_valutab EXCEPTIONS variant_non_existent = 1 variant_obsolete = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.