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

Interactive and basic lists

Former Member
0 Likes
463

Hi Gurus

What are the differences between Interactive and basic lists.When and where we using those.

Regards,

Venkat.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
450

Hi,

Basic list is the first list what we get after we execute a report or program , which will have the list index 0.

The lists what we get in at line selection are called as Interactive lists or detail lists,

we can have maximum of 20 secondray lists(detail lists) and always there will be one basic list (if list is generated)

Cheers,

Babu.

2 REPLIES 2
Read only

Former Member
0 Likes
451

Hi,

Basic list is the first list what we get after we execute a report or program , which will have the list index 0.

The lists what we get in at line selection are called as Interactive lists or detail lists,

we can have maximum of 20 secondray lists(detail lists) and always there will be one basic list (if list is generated)

Cheers,

Babu.

Read only

Former Member
0 Likes
450

first screen is the basic list(first output report) .the index is 0.

from next onwards interactive reports.upto 20 are possible.after the 20th interactive report also possible to connect one of the previous interactive report.after the 20th interactive report continution of new interactive report is not possible.