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

Function module to Modify a report .

Former Member
0 Likes
836

Hi experts,

Can you please tell me what is the Function Module to Modify the Report.

ie., after i change the text inside the report . I need to save,activate the report through another program.

Please help.

Regards,

Bharathi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
655

use read report and insert report .

for help on these, just type these in ABAP editor and press F1. u will find what u need.

4 REPLIES 4
Read only

Former Member
0 Likes
656

use read report and insert report .

for help on these, just type these in ABAP editor and press F1. u will find what u need.

Read only

0 Likes
655

Thank you Soumya.

Read only

Former Member
0 Likes
655

Hi,

You can use the FM 'EDITOR_PROGRAM'.

Regards,

Nikhil

Read only

Former Member
0 Likes
655

Hi,

Check these below FM's

EFG_EDITOR_PROGRAM

EDITOR_PROGRAM

Regards,

Jyothi CH.