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

Long text in table control lines

Former Member
0 Likes
411

If i put long text buttons on the table control coulum, when the line is deleted from the table, the text for tha line are permenantly deleted before the screen is saved in the user command. how do i correct the problem ?

regards

Rendani

Use the FM for text delete when u press save button and not at table control delete command.

physically delete the line from table control and put it in internal table which can be used for deletion purpose at time of actual deletion...

2 REPLIES 2
Read only

Former Member
0 Likes
368

Call the FM for text delete only on screen save and not on table control delete?

Hope this helps.

Sudha

Read only

Former Member
0 Likes
368

Use the FM for text delete when u press save button and not at table control delete command.

physically delete the line from table control and put it in internal table which can be used for deletion purpose at time of actual deletion...