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

issue

Former Member
0 Likes
587

i have an issue that how to get 600 char length in a field (for example: description field i want it to be 600 chars ) with out using concatnation . as data type char is only 255 length.

4 REPLIES 4
Read only

JozsefSzikszai
Active Contributor
0 Likes
568

hi vamsi,

what about TYPE STRING?

ec

Read only

Former Member
0 Likes
568

wt is ur issue.. u want to put 600 char length string into 255 char length field? explain clearlly.

or

take the variable as string you can store the data.

Read only

Former Member
0 Likes
568

Hi Vamsi,

There are data elements available in SAP system.

Like : CHAR512, CHAR1024, CHAR1250 etc.. you can use them or otherwise you can create your own data element too..

Thanks and Best Regards,

Vikas Bittera.

**Points for useful answers**

Read only

Former Member
0 Likes
568

Hello Vamsi,

Have you tried referencing a filed of type string? There is no upper limit on data type of string.

Regards. Please reward useful tips.

Jereme