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: 

Regarding the length of RAW string

Former Member
0 Kudos

Hi all,

What is the maximum length of the RAW String?

Senthil

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

The type RAW is of byte sequence and it's ranges is 1-255.

-SatyaPriya

3 REPLIES 3

Former Member
0 Kudos

Hi,

The type RAW is of byte sequence and it's ranges is 1-255.

-SatyaPriya

Former Member
0 Kudos

Hi,

U can check this link.

<b>http://help.sap.com/saphelp_nw04/helpdata/en/de/705c3c3806af06e10000000a11402f/content.htm</b>

-SatyaPriya

Former Member
0 Kudos

Hi,

Fields of the type CHAR or RAW can have any length in structures. In tables, however, the maximum length is only 255. If longer character fields or raw fields are to be used in tables, then the data types LCHR or LRAW must be used.

for more info

http://help.sap.com/saphelp_45b/helpdata/en/bc/897415dc4ad111950d0060b03c6b76/content.htm

Regards

Shiva