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

Datatype for XML string

Former Member
0 Likes
540

Dear all,

Can any one tell me what datatype i should use for the XML string as the string size is very very large.

I want to use the datatype in my function and in table.

Can anyone help me out with this??

Thanks in Adavance.

Regards.

R.B.Ojha

3 REPLIES 3
Read only

ThomasZloch
Active Contributor
0 Likes
511

STRING is the perfect data type for this matter, memory consumption is dynamic based on the actual length, please see ABAP documentation in this respect.

What makes you think otherwise?

Thomas

Read only

0 Likes
511

Thanks for your reply,

I have created a table with a column with the data type as string and was trying to store the the value manually but it was storing the value upto 1031 only. that why asked.

So as a alternative i have created a datatype of string with length as 99999 which is max.

Can you please guide me.

Read only

0 Likes
511

try XSTRING