Skip to Content
0
Jun 18, 2018 at 03:41 PM

How to perform operations on File menus events Like Preview and Print id "519" in sap b1 ?

80 Views

I want to perform an event on icon preview

when I load my form click on preview menu then i need to perform some operations

i used below code on menuevent but it is not working

If pVal.MenuUID = "519" Then objMain.objApplication.MessageBox("preview") End If