‎2009 Dec 01 5:07 AM
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.
‎2009 Dec 01 9:46 AM
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
‎2009 Dec 01 9:54 AM
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 .
‎2009 Dec 01 9:58 AM
kindly let me know the way you created table because i found no diffculitied in doing so ..
‎2009 Dec 02 3:42 AM
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
‎2009 Dec 02 12:05 PM
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.....
‎2009 Dec 02 3:10 PM
Hi Mohan,
Try checking the 'Data type' and 'Length' of those fields declared inside ur Program.
It should be same as in Dictionary.
Thanks,