Hi All,
I am trying to configure SAP Web Service connector. When I configure Full Import workflow, I call to BAPI_USER_GETLIST but I when i tried to do an ForEach statement of Table_BAPI_USE_NAME (foreach ítem in If(UsrDataTable.item, Enumerable.Empty(Of BAPIUSNAME)()).ToArray()) im getting this error message:
Compiler error(s) encountered proccess expression If(UsrDataTable.item, Enumerable.Empty(Of BAPIUSNAME)()).ToArray()).
Option Strict On dissalows implicit conversión from '1-dimensional array of <servicename>.BAPIUSNAME' to 'System.Collections.Generic.IEnumerable(Of <servicename>.TABLE_OF_BAPIUSNAME)'
How can I set Option Strict off or how can I perform this conversión ?
There is another way to load the table into the array ?
Thank you in advance.
JuanCC Technology Specialist