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

Document help for Report

Former Member
0 Likes
519

Hi Experts,

How can I create document help for the abap report and call it during the execution of the report in module pool program?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
491

Hi Aditya,

Follow the steps :-

a) Go to tcode se38 and select the radiobutton documentation. You can create you custom document here.

b) To call this document in your Module pool report use the FM RS_TOOL_ACCESS.

Regards,

Srishti


2 REPLIES 2
Read only

Former Member
0 Likes
492

Hi Aditya,

Follow the steps :-

a) Go to tcode se38 and select the radiobutton documentation. You can create you custom document here.

b) To call this document in your Module pool report use the FM RS_TOOL_ACCESS.

Regards,

Srishti


Read only

0 Likes
491

Thanks Again