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

Table field length problem

Former Member
0 Likes
1,052

Hi Team,

We r tring to create table with field length 250 and 'CHAR' type and one more field 'STRING 'for unlimited length.While creating table entries ,it is tsking only 130 length for all fields.it is not taking 250 characters for 250 length field.and it is not taking unlimited length for String field.Plz let me know.

6 REPLIES 6
Read only

Former Member
0 Likes
892

Hai

Checking whether that fields are primary key if so change it and entered the entries .

That is If a field assigned as primary key then it accept 130 character only

with regards

Anand kumar

Read only

0 Likes
892

These fields are not primary keys....these are all normal fields..plz let me know ..For normal fields not taking length as i mentined in table .

Read only

0 Likes
892

kindly let me know the way you created table because i found no diffculitied in doing so ..

Read only

SujeetMishra
Active Contributor
0 Likes
892

Hello Mohan,

CHAR 250 is right. i am not facing any problem.

can you please explain in detail what you have done and what error you are getting.

Regards,

Sujeet

Edited by: Sujeet Mishra on Dec 2, 2009 4:42 AM

Read only

0 Likes
892

Actvally,,i created Program by using oops(grid,se51) and dynamic table for changing,deleting,creating entries in custom tables.program is working filne ..but while giving new entrie for 250 charator field,,,it is taking only 128 length,,is it problem of table or UI program...even for string field also,,it is taking 128 length......

r there any settings for grid control in SE51 ..Plz let me know solution for this.....

Read only

0 Likes
892

Hi Mohan,

Try checking the 'Data type' and 'Length' of those fields declared inside ur Program.

It should be same as in Dictionary.

Thanks,