InterviewSolution
Saved Bookmarks
| 1. |
How Many Lists Can A Program Can Produce? |
|
Answer» Each PROGRAM can produce up to 21 lists: one basic LIST and 20 secondary lists. If the user creates a list on the next level (that is, SY-LSIND INCREASES), the system STORES the previous list and displays the new one. Only one list is active, and that is always the most RECENTLY created list. Each program can produce up to 21 lists: one basic list and 20 secondary lists. If the user creates a list on the next level (that is, SY-LSIND increases), the system stores the previous list and displays the new one. Only one list is active, and that is always the most recently created list. |
|