In below JCO code what change i need to get if i need to store the data in charcters in my JCO Table row.
That is each line need to hold only 6 charcters in Table ROW
Example:
111222
333 4
444
-
String str=null;
str="111222 333 4444"
JCO.Table input = function.getTableParameterList().getTable("T_LINES");
input.appendRows(1);
input.setValue(string,"TDLINE");