Hi ,
Am going for a addon certification .Am checking addon through Testing Tools When i use B1 Bubble Checker tool It show bubble event false in Menu click event
I searched through SDN Forum but i didn't find a solution .Kindly help me to get out of this issue .
First time Bubble event in true state
Again it change to False
Here is my Code and Error screen shot
Am using VB 2005
sap 9.0
Private Sub oApplication_MenuEvent(ByRef pVal As SAPbouiCOM.MenuEvent, ByRef BubbleEvent As Boolean) Handles oApplication.MenuEvent
Try
If pVal.BeforeAction = False Then
Select Case pVal.MenuUID
Case frmRoutemasterFormID
If oGFun.FormExist(frmRoutemasterFormID) Then
oApplication.Forms.Item(frmRoutemasterFormID).Visible = True
oApplication.Forms.Item(frmRoutemasterFormID).Select()
Else
oRoutemaster.LoadInstruement()
End If