Skip to Content
0
Former Member
Mar 26, 2012 at 08:27 AM

Choose From List Problem.

28 Views

Hi SAP Gurus,

i am facing problem in et_Choose From List.

when i select Choose From List for Vendor in Landed cost, after making selection for particular vendor, Choose_From_List is getting displaying again.

i.e, Choose_From_List is getting displayed twice

during debug, the program line is executing in following manner.

Private Sub SBO_Application_ItemEvent(ByVal FormUID As String, pVal As SAPbouiCOM.IItemEvent, BubbleEvent As Boolean)

Case et_CHOOSE_FROM_LIST

oTmpForm.Items("52").Click (ct_Regular) ** if i comment this program line, Choose_From_List works normal

** after executing the above line, execution directly jumps to below subroutine i.e, recursion.

Private Sub SBO_Application_ItemEvent(ByVal FormUID As String, pVal As SAPbouiCOM.IItemEvent, BubbleEvent As Boolean)


does any one have any idea about this problem..?

i appreciate your help..

Thanks and Regards,

kaviprashu