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

Saving and activating a program

Former Member
0 Likes
536

Hello Gurus,

I have opened another program in change mode from my current program using the Function Module <b>'EDITOR_PROGRAM'</b>. Now i want to make changes to that program (which is opened in change mode) automatically(i.e. without any manual changes ) and then save and activate the program in which was opened in change mode.

Kindly let me know how to do this whole process automatically. If possible kindly give some examples.

Regards,

Adi.

1 ACCEPTED SOLUTION
Read only

Sathish
Product and Topic Expert
Product and Topic Expert
0 Likes
469

After calling the FM activation for the program should be possible by calling the corresponding programs involved for activation. The basis program which does activation on pressing Ctrl+F3.

But adding the code changes automatically would be an interesting part!!

2 REPLIES 2
Read only

Former Member
0 Likes
469

I dont know how things work with EDITOR_PROGRAM but to change programs dynamically please read the documentation on key words like

INSERT REPORT

GENERATE REPORT

Hope it helps.

Regards,

Srihari

Read only

Sathish
Product and Topic Expert
Product and Topic Expert
0 Likes
470

After calling the FM activation for the program should be possible by calling the corresponding programs involved for activation. The basis program which does activation on pressing Ctrl+F3.

But adding the code changes automatically would be an interesting part!!