cancel
Showing results for 
Search instead for 
Did you mean: 

Text Edit. Copiying from word pad to text edit problem

Former Member
0 Kudos

Hi,

I am using Text edit in my Webdynpto screen. Its working fine when copy and paste in text edit and save the data. But,

when I am trying to copy from Word Pad to Text edit in Web dynpro screen, and saving the data its giving problem.

I think this might be problem with tocanizars in Word pad. Can you please suggest me how to solve this problem.

Regards,

sarath.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Copeying text from wrdpad (ctrl+c) to wd text edit ( CTRL + V).

I resolved this problem using Function modules.

Text edit I had given as STRING instead of string_table.

HRHAP_CONVERT_STR_TO_TABLE. After passing string value to it, it converts in to tline_tab. and I called Creat_text and save the text.

After read text I passed the tline_tab. to HRHAP_CONVERT_TABLE_TO_STR. It converts into string.

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

when I am trying to copy from Word Pad to Text edit in Web dynpro screen, and saving the data its giving problem.

what exactly you mean by this.

are you taking word pad as input and passing the data from word pad to text edit?

can you be more clear..

Priya

Former Member
0 Kudos

Suggest please............