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

Max field length

Former Member
0 Likes
841

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

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
Read only

Former Member
0 Likes
669

Hi,

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

Regards,

Anirban

Read only

Former Member
0 Likes
669

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.

Read only

Former Member
0 Likes
669

Hi,

Try using LRAW datatype.