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

detailed lists from basic lists?

Former Member
0 Likes
250

can u the two details lists from the basic list at the same time?if yes how and if no why?

1 REPLY 1
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
234

Hi,

We can get only one list at a time, all the WRITE and ULINE and SKIP statements that appear in START-OF-SELECTION create the basic list and then in the AT LINE-SELECTION the WRITE statements that you put in the CASE ENDCASE of sy-lsind will generate corresponding lists.

So we cannot generate two details list at once at the same level we can generate a detail list from another detail list but not on the same level.

Regards,

Sesh