1.

How To Select Valid Lines For Secondary List?

Answer»
  • 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.



Discussion

No Comment Found