2007 Jul 15 6:10 AM
hi
can any one tell me about dynamic reports.and how to create them?
thank u
bye
surya
2007 Jul 15 7:25 AM
hi,
Basic ABAP syntax for manipulating reports dynamically:
INSERT REPORT <prog> FROM <itab>.
READ REPORT <prog> INTO <itab>.
DELETE REPORT <prog>.
follow this link for sample program.
http://www.sapdevelopment.co.uk/tips/dynamic/dyn_prog.htm
regards,
Ashok Reddy
hi
can any one tell me about dynamic reports.and how to create them?
thank u
bye
surya
2007 Jul 15 6:14 AM
2007 Jul 15 7:25 AM
hi,
Basic ABAP syntax for manipulating reports dynamically:
INSERT REPORT <prog> FROM <itab>.
READ REPORT <prog> INTO <itab>.
DELETE REPORT <prog>.
follow this link for sample program.
http://www.sapdevelopment.co.uk/tips/dynamic/dyn_prog.htm
regards,
Ashok Reddy
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |