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

what are dynamic reports

Former Member
0 Likes
544

hi

can any one tell me about dynamic reports.and how to create them?

thank u

bye

surya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
493

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

2 REPLIES 2
Read only

Former Member
0 Likes
493

Refer to this related thread

Read only

Former Member
0 Likes
494

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