Skip to Content
0
Former Member
Mar 10, 2004 at 10:21 AM

UI: How to get a Form.Item value

105 Views

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