Application Development 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: 

Max field length

former_member240483
Contributor
0 Kudos

HI Experts,

In SAP normally max field length is 255 characters.....but if i want to store 1000 character string into my field how can i do this..

any ideas..

Thanks

PT

3 REPLIES 3

Former Member
0 Kudos

Hi,

Search in SCN. this topic has already been discussed many times before.

Regards,

Anirban

Former Member
0 Kudos

Hi,

We can store in another way.

By creating table with the fields as in the structure 'TLINE'.

Two fields are there, one is for Line format and another one for Line Content.

In SAPscript, this is the concept used.

Using function module 'CONVERT_ITF_TO_ASCII', you will get your original text.

Regards,

R.Nagarajan.

Former Member
0 Kudos

Hi,

Try using LRAW datatype.