cancel
Showing results for 
Search instead for 
Did you mean: 

How to save formatted text in Transparent or cluster table using WDA

carlin_willams
Participant
0 Kudos

Hi All,

From WDA application I want to save formatted text in Transparent or cluster table.

What Datatypes/Data elements should take in Tables? Format should remain as it is.

How can I achieve above requirement. Please guide step by step.

Thanks in advance.

Note : I will use FormattedText UI element in the view

BR

CW

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In which table you want to store, generally for text use Char40. or you can use standard datatypes like STEXT

you can search tables for more.

Same type take in WD also.

save text using modify statement.

Cheers,

Kris.

carlin_willams
Participant
0 Kudos

Kannas Thanks for your response.

I want store it in Custom Table (Ztable). My Question is how can i save Free Text (Formatted text and no limit in size)in the database.

Which data element i suppose to use and should remain the Format.

BR

CW

former_member184578
Active Contributor
0 Kudos

HI.,

Use String data type., to store variable length and to preserve format.

hope this helps u.,

Thanks & Regards,

Kiran

Former Member
0 Kudos

Hi,

If you dont want to use sap data element, create new one with STRING.

cheers,

Kris.

carlin_willams
Participant
0 Kudos

Hi Both,

If i use String data type Format will not remain and special characters are not allowed.

Could you please suggest some thing else.

BR

CW

Former Member
0 Kudos

Hi,

I am not sure may you can try XSTRING also..

And you can check this for special char.

http://www.google.co.in/url?q=http://forums.sdn.sap.com/thread.jspa%3FthreadID%3D1342827&sa=U&ei=ynT...

Cheers,

Kris.

Answers (0)