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

Reg : FM submit_report

former_member194669
Active Contributor
0 Likes
672

Hi,

I have a sap standard report i need to call this report from custom report with STARTING NEW TASK option.

I know i can use

1. Write a fm use the above said sap standard report inside the fm and call with STARTING NEW TASK option

But i tried use fm SUBMIT_REPORT with STARTING NEW TASK option but not worked

Any info ?

a®

1 ACCEPTED SOLUTION
Read only

former_member195698
Active Contributor
0 Likes
512

Hi,

You cannot use the FM SUBMIT_REPORT as its not RFC enabled. For calling FM in a NEW TASK the Function Module should be RFC enabled.

You can try creating a custom RFC FM for your requirement

Regards,

Abhishek Jolly

2 REPLIES 2
Read only

former_member195698
Active Contributor
0 Likes
513

Hi,

You cannot use the FM SUBMIT_REPORT as its not RFC enabled. For calling FM in a NEW TASK the Function Module should be RFC enabled.

You can try creating a custom RFC FM for your requirement

Regards,

Abhishek Jolly

Read only

0 Likes
512

Yes you are right

Thanks

a®