Dear all,
i have done with some code in the menu event.
Case "1282"
If (pVal.BeforeAction = False And SBO_Application.Forms.ActiveForm.TypeEx = "SHIFT1") Then
oForm = SBO_Application.Forms.ActiveForm
oForm.Items.Item("4").Enabled = True
'Dim FroupcodeAct As SAPbouiCOM.CheckBox
'FroupcodeAct = oForm.Items.Item("9").Specific
'FroupcodeAct.Checked = True
End If
end case
but the problem is when i press the ctrl+ A at that time the SBO_Application.Forms.ActiveForm.TypeEx -9875 is genarated but when i press it on the SAP menu at that time its working fine..
what i need to check for this probm please help me
thanks in advance