Skip to Content
0
Former Member
Dec 07, 2011 at 06:40 AM

SBO_Application.Forms.ActiveForm.TypeEx -9875

400 Views

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