Skip to Content
0
Former Member
May 27, 2008 at 01:28 PM

storing in data in rows in table through JCO code in Java Application

49 Views

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");