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

Alternatives to List Processing

Former Member
0 Likes
424

According to this post (http://wiki.sdn.sap.com/wiki/display/ABAP/List+processing), list processing is obsolete and is replaced by Dynamic Documents. However, DDs do not work with batch processing.

SALV is great and can be used in batch but what about non-column/row type reports?

The only solution i have come up with is to create a table of strings (that normally would have just been written out using the write statement) and pass those to a SmartForm for output. Anyone have a better solution?

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
390

Hi Clay,

I forgot to tell you that I added references to sap library and abap documentation in that wiki yesterday after reading your message. One thing weird is that SAP has added [new functionalities to lists in 7.1|http://sandraros.free.fr/abap_docu.htm?url=ABENNEWS-71-LISTS.htm]. But as you say, it's difficult to not use lists for batch jobs. Except maybe by using Adobe forms.

Read only

Former Member
0 Likes
390

Thank you very much for your reply. It looks like simple lists will be supported for a while so we'll continue to use them sparingly and use sALV and DD where appropriate.