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 function module....

Former Member
0 Likes
782

Hi All,

Is there any function module to execute ABAP Reports.

Thanks,

Satish.

6 REPLIES 6
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
753

Not sure what you are looking for here, but you can simply execute an ABAP report using the SUBMIT statement in your program.

SUBMIT zreport and return.

Regards,

RIch Heilman

Read only

Former Member
0 Likes
753

Hi,

Please check this FM.

RZL_SUBMIT

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
753

Hi,

using SUBMIT statement u can execute ABAP report.

reward if useful.

Read only

Former Member
0 Likes
753

Hi Satish,

Please refer the link,

Regards,

Hema.

    • Reward points if it is useful.

Read only

Former Member
0 Likes
753

Hi ,

FM RZL_SUBMIT can be used ,

but recommended to use SUBMIT in your program .

Thanks .

Read only

Former Member
0 Likes
753

Hi All,

Thank you very much.

thanks,

Satish