DIACL_SELECTION_NEW is a standard Executable ABAP Report 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 DIACL_SELECTION_NEW 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.
Selection Text: P_LETYP = D .
Selection Text: P_LOGID = D .
Selection Text: P_MALL = All for Selected Log Entries
Selection Text: P_MDOCM = Meas. Documents
Selection Text: P_MDOCMV = D .
Selection Text: P_MNO = No Meas. Documents
Selection Text: P_NONLGN = Include Non-Log Notifications
Selection Text: P_NONOTI = No Notifications
Selection Text: P_NOTI = Notification
Selection Text: P_NOTIV = D .
Selection Text: P_OPER = Operation
Selection Text: P_OPERV = D .
Selection Text: P_SELID = D .
Selection Text: P_STATI = D .
Selection Text: P_STATX = D .
Selection Text: P_STTM = Start Time
Selection Text: P_SUBLBK = D .
Selection Text: P_TO = D .
Selection Text: P_TODT = To Date
Selection Text: P_TOTM = To Time
Selection Text: P_TPLNR = D .
Selection Text: P_TPLNRV = D .
Selection Text: P_LDOCS = Only Log Entries with Document
Selection Text: P_FROMTM = From Time
Selection Text: P_FROMDT = From Date
Selection Text: P_FROM = D .
Selection Text: P_EQUNRV = D .
Selection Text: P_EQUNR = D .
Selection Text: P_ENDTM = End Time
Selection Text: P_CYCLES = D .
Selection Text: P_ALL = All for Selected Log Entries
Title: Logbook Selection
Text Symbol: F01 = Notification Selection
Text Symbol: F02 = Operation Selection
Text Symbol: F03 = Log Notifications
Text Symbol: F05 = Log Measurement Documents
Text Symbol: F06 = Logbooks
Text Symbol: F07 = Log Entries
INCLUDE DIACL_SELECTION_NEW_TOP. " GLOBAL DATA
INCLUDE DIACL_SELECTION_NEW_FORMS. " FORM ROUTINES
INCLUDE DIACL_SELECTION_NEW_GET_SYNF01. "SYNCHRONIZATION OF LBK
No SAP DATABASE tables are accessed within this REPORT code!
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' "N1246734 EXPORTING curr_report = sy-repid TABLES selection_table = selcond EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.