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

data type length

Former Member
0 Likes
1,001

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

8 REPLIES 8
Read only

Former Member
0 Likes
945

There is a standard data element for 3000 chracters already there:

CHAR3000 you can use that.

regards,

Ravi

Read only

Former Member
0 Likes
945

hi Srikanth,

declare it as type STRING

hope this helps,

Sajan Joseph.

Read only

Former Member
0 Likes
945

hi,

use char3000

aparna

Read only

Former Member
0 Likes
945

give the datatype as STRING while creating DOMAIN or give it as CHAR and give the length as 3000

Read only

Former Member
0 Likes
945

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

Read only

Former Member
0 Likes
945

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

Read only

Former Member
0 Likes
945

Hi

create data :v_name type char(3000)

Thanks

Message was edited by:

sasmita parida

Read only

Former Member
0 Likes
945

hi,

create a z- data element and use the standard domain char3000.thats all.

regards,

pankaj singh