‎2007 Apr 12 11:33 AM
Hi,
Iam Srikanth, i have req to create the datatype length is 3000.If it is possible.pls give me a solution
Thanks,
P.SRIKANTH
‎2007 Apr 12 11:35 AM
There is a standard data element for 3000 chracters already there:
CHAR3000 you can use that.
regards,
Ravi
‎2007 Apr 12 11:36 AM
hi Srikanth,
declare it as type STRING
hope this helps,
Sajan Joseph.
‎2007 Apr 12 11:36 AM
‎2007 Apr 12 11:37 AM
give the datatype as STRING while creating DOMAIN or give it as CHAR and give the length as 3000
‎2007 Apr 12 11:38 AM
Hi,
You can create the datatype with the length 3000 but you will get below warnings
<b>Maximum length (255) for CHAR in transparent tables exceeded
Output length (3000) larger than maximum output length (255) in screens</b>
But you can print the field length more that 255, but using the offset you can print all the data.
Regards
Sudheer
‎2007 Apr 12 11:39 AM
Hi Srikanth
You cant create a data type of lenght 3000,instead you can create a table with a feild of char255 so that you can get the data into the int table and using loop end loop u can display the whole data.
hope it is clear,for ny more clarifications kindly revert back
Regards
Zarina
‎2007 Apr 12 11:39 AM
Hi
create data :v_name type char(3000)
Thanks
Message was edited by:
sasmita parida
‎2007 Apr 12 11:40 AM
hi,
create a z- data element and use the standard domain char3000.thats all.
regards,
pankaj singh