RSAU_DIALOG_CLASS_IMPL 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 RSAU_DIALOG_CLASS_IMPL 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!
RSLG_SEL_ST_WHICHLOG CALL FUNCTION 'RSLG_SEL_ST_WHICHLOG' EXPORTING file = ta___whichlog.
RSLG_LAYOUT_ST_PAGES CALL FUNCTION 'RSLG_LAYOUT_ST_PAGES' EXPORTING pages = rslglayout-maxpag.
RSLG_SEL_ST_TIMES CALL FUNCTION 'RSLG_SEL_ST_TIMES' EXPORTING sdate = dy_start_date stime = dy_start_time edate = dy_end_date etime = dy_end_time.
RSLG_SEL_ST_RFCDEST CALL FUNCTION 'RSLG_SEL_ST_RFCDEST' EXPORTING rfc_destination = 'ALL'.
RSLG_SEL_ST_TASK CALL FUNCTION 'RSLG_SEL_ST_TASK' EXPORTING task = rslgtype-task.
RSLG_LAYOUT_ST_PAGES CALL FUNCTION 'RSLG_LAYOUT_ST_PAGES' EXPORTING pages = rslglayout-maxpag.
RSLG_LAYOUT_ST_STATS CALL FUNCTION 'RSLG_LAYOUT_ST_STATS' EXPORTING with_statistics = dy_statistics.
RSLG_SEL_INIT CALL FUNCTION 'RSLG_SEL_INIT'.
RSAU_SEL_INIT CALL FUNCTION 'RSAU_SEL_INIT'.
RSAU_SEL_ST_SUBCLASID CALL FUNCTION 'RSAU_SEL_ST_SUBCLASID' EXPORTING clsmap = clsmap.
RSAU_SEL_ST_SEVERITY CALL FUNCTION 'RSAU_SEL_ST_SEVERITY' EXPORTING sever = sev_sel.
RSLG_SEL_ST_USER CALL FUNCTION 'RSLG_SEL_ST_USER' EXPORTING user = rsauinfo-uname.
RSAU_SEL_ST_CLIENT CALL FUNCTION 'RSAU_SEL_ST_CLIENT' EXPORTING clnt = rsauinfo-mandt.
RSLG_SEL_ST_TCODE CALL FUNCTION 'RSLG_SEL_ST_TCODE' EXPORTING tcode = rslgtype-tcode.
RSLG_SEL_ST_REPNA CALL FUNCTION 'RSLG_SEL_ST_REPNA' EXPORTING repna = rslgtype-repna.
RSLG_SEL_ST_TERM * CALL FUNCTION 'RSLG_SEL_ST_TERM' * EXPORTING TERMINAL = RSLGTYPE-TERMINAL.
RSAU_SEL_ST_TERMINAL CALL FUNCTION 'RSAU_SEL_ST_TERMINAL' EXPORTING terminal = rsauentr2-slgltrm2.
RSAU_SEL_ST_FULLTEXT CALL FUNCTION 'RSAU_SEL_ST_FULLTEXT' EXPORTING txt = dy_searchtext.
CALL FUNCTION 'RSLG_LAYOUT_ST_STATS' EXPORTING with_statistics = ' '.
RSLG_LAYOUT_ST_STATS CALL FUNCTION 'RSLG_LAYOUT_ST_STATS' EXPORTING with_statistics = dy_statistics.
RSLG_LAYOUT_ST_PAGES CALL FUNCTION 'RSLG_LAYOUT_ST_PAGES' EXPORTING pages = rslglayout-maxpag.
RSLG_LAYOUT_ST_STATS CALL FUNCTION 'RSLG_LAYOUT_ST_STATS' EXPORTING with_statistics = dy_statistics.
RSLG_LAYOUT_ST_STATS CALL FUNCTION 'RSLG_LAYOUT_ST_STATS' EXPORTING with_statistics = dy_statistics.
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 RSAU_DIALOG_CLASS_IMPL or its description.