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

Valid Lines

Former Member
0 Likes
415

hi,

How to select valid lines for secondary list?

thnks.

2 REPLIES 2
Read only

Former Member
0 Likes
360

hi,

What are the user interfaces of interactive lists?

thnks.

Read only

Former Member
0 Likes
360

Hi,

To prevent the user from selecting invalid lines, ABAP/4 offers several possibilities. At the end of the processing block END-OF-SELECTION, delete the contents of one or more fields you previously stored for valid lines using the HIDE statement. At the event AT LINE-SELECTION, check whether the work area is initial or whether the HIDE statement stored field contents there. After processing the secondary list, clear the work area again. This prevents the user from trying to create further secondary lists from the secondary list displayed

Cheers,

Chandra Sekhar.