How can I get Item values from the selected form in SBO.
I get the form but the items give empty results.
Dim oItm As SAPbouiCOM.Item
Dim oFrm As SAPbouiCOM.Form
For Each oFrm In SBO_Application.Forms
If oFrm.Selected = True Then
For Each oItm In oFrm.Items
Debug.Print oItm.Description
Next oItm
End If
Next oFrm
Please advise.
Thanks
Geir
SBO Consultant