‎2007 Jun 28 3:34 PM
can u the two details lists from the basic list at the same time?if yes how and if no why?
‎2007 Jun 28 3:38 PM
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