cancel
Showing results for 
Search instead for 
Did you mean: 

How to add one long field in (web dynpro)JAVA table

Former Member
0 Kudos

Dear All,

I need to create one table to save some product information in portal, most of the fields are without problem, but just one field(String) should contain 35000 digit.

When I tried to save the data: (100001;100008;100028;100047;100054...) from portal, I checked the value is correct. But when I checked in table (Open SQL Data Browser: Overview), there is only 100 digits saved...others are cut off.

In the dictonary tab, I defined the field as below:

column name   built-in type   length                                                               description:

mat_list            string           35000(I tried empty as well, the same isue)         product list

Do anyone know how to resolve this problem? Many thanks.

Best regards,

Justin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi there,

Appreciate your help...

Best regards,

Justin