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

ABAP: String length limit

Former Member
0 Likes
842

Hello,

Does anybody know what the upper limit for length of the string is?

Thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
548

Hi Georgy,

A string can contain any number of alphanumeric characters.

Regards,

Arun.

3 REPLIES 3
Read only

Former Member
0 Likes
549

Hi Georgy,

A string can contain any number of alphanumeric characters.

Regards,

Arun.

Read only

0 Likes
548

Thanks!

Read only

Former Member
0 Likes
548

Hi Georgy,

String is the ABAP datatype with variable length. It is used to specify the types of individual fields whose length is not fixed until runtime.

A string is a sequence of characters with variable length. A string can contain any number of alphanumeric characters. The length of a string is the number of characters multiplied by the length required for the internal representation of a single character.

Hope above description gives you idea.

Cheers,

Vikram

Pls reward helpful replies. Tx!!