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

text edit control

Former Member
0 Likes
591

Hi There,

I am using text edit control to display and save the data in the z table..

I am able to save the data in the z table but displaying doesnt work..

Please assist on displaying the data from the z table into text edit control box..

4 REPLIES 4
Read only

tarangini_katta
Active Contributor
0 Likes
538

Hi Arif,

U r question is not clear where u want to display this text.

Please explain clearly

Thanks

Read only

tarangini_katta
Active Contributor
0 Likes
538

Hi,

REad the data from the table and use the FM SAVE_TEXT. to insert the text editor.

Thanks

Read only

Former Member
0 Likes
538

Hi,

<< Cut and paste without attribution from http://www.scribd.com/doc/7203294/TEXT-EDIT-Control-Using-ABAP-Objects removed >>

Chack with this example code.

Thanks,

Neelima.

Edited by: Rob Burbank on Feb 11, 2009 5:32 PM

Read only

nagarajan_ramudu
Active Participant
0 Likes
538

Hi,

Use READ_TEXT to read the existing long text content (you need to have the text header details) and use EDIT_TEXT to modify the existing text (which read from READ_TEXT) with header details and save "X".

Thanks

Nagarajan