2006 Oct 12 12:47 PM
hello..how do we print a range of purcahse orders in a smartform..till now m able to print only a single entry..
2006 Oct 12 12:51 PM
Hi Arun,
Use these ways to modify the Table,
1) MODIFY <target> FROM <wa> .
2) MODIFY <dbtab>.
3) MODIFY <target> FROM TABLE <itab> .
In your case,
MODIFY <dbtab> where <Field> = 'XXX'.
Regards
Sudheer
2006 Oct 12 1:09 PM
Hi Arun,
how does your selection program work?
You have to call the smartform-fm once for every document you want to print. Via message control the system calls the selection program as specified.
Greetz
Alexander
2007 Jul 24 8:42 AM