SAP Reports / Programs | Product Lifecycle Management | Logbook(PLM-LBK) SAP PLM

DIACL_SELECTION_NEW SAP ABAP Report - Logbook Selection







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT DIACL_SELECTION_NEW. "Basic submit
SUBMIT DIACL_SELECTION_NEW AND RETURN. "Return to original report after report execution complete
SUBMIT DIACL_SELECTION_NEW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: F08 = Meas. Doc. Selection
Text Symbol: F09 = Notif. Selection Variant
Text Symbol: F10 = Oper. Selection Variant
Text Symbol: F11 = Meas. Doc. Selection Variant
Text Symbol: F12 = From Date/Time
Text Symbol: F13 = To Date/Time


INCLUDES used within this REPORT DIACL_SELECTION_NEW

INCLUDE DIACL_SELECTION_NEW_TOP. " GLOBAL DATA
INCLUDE DIACL_SELECTION_NEW_FORMS. " FORM ROUTINES
INCLUDE DIACL_SELECTION_NEW_GET_SYNF01. "SYNCHRONIZATION OF LBK


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' "N1246734 EXPORTING curr_report = sy-repid TABLES selection_table = selcond EXCEPTIONS OTHERS = 1.



Contribute (Add Comments)

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 DIACL_SELECTION_NEW or its description.