Hi,
in sapjco 2.x i using this:
JCO.Field field = table.getField("TEXT")
what can i use in 3.x?
JCoField field = table.getField("Text")
does't work because there is no method getField in JCoRecord