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

Problem with Table Control in Screen Programming

Former Member
0 Likes
624

HI Experts,

I am using a Table control for typing Comments in it, but the problem is that when i type too much large text, then i have to click at the 2nd row and then continue to typing and later on 3rd , 4th etc.

i want it to make automatic, that when i will type too much large text then its automatically come to the next row.

can anyone tell me that how can i do this in table control in screen programming?????

Thanks and Regards,

Shakun

1 ACCEPTED SOLUTION
Read only

varun_maharshi
Active Participant
0 Likes
594

Use text editor feature in SAP. YOu can refer SAPTEXTEDIT program for example on how to implement this.

3 REPLIES 3
Read only

brad_bohn
Active Contributor
0 Likes
594

Why are you using a table control and not a text editor control for that?

Read only

varun_maharshi
Active Participant
0 Likes
595

Use text editor feature in SAP. YOu can refer SAPTEXTEDIT program for example on how to implement this.

Read only

Former Member
0 Likes
594

Thanks to everyone