Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating Table Maintenance for a table with String Datatype

Former Member
0 Likes
1,212

Hi,

Can we create a table maintenance dialog box for a table with String datatype (length 0)? I am getting an error that length (0) is invalid.

Thanks and regards,

Pratik

3 REPLIES 3
Read only

prabhu_s2
Active Contributor
0 Likes
970

u need to specify the length here....it is not like abap where if u dont specify length the max char space will be 1.

Read only

Former Member
0 Likes
970

Hi

Thanks.

If we give length, will it not restrict the field data length? Say I have a string Data Element of size 255; if I use this then can my data be longer than 255 characters?

Thanks and regards,

Pratik

Read only

0 Likes
970

You cannot create a table maintenance for string, precisely because you cannot define(limit) the length of screen field dynamically. You should specify the length of the field.

Rgds

Bhavani