‎2007 Oct 26 5:33 AM
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.
‎2007 Oct 26 6:37 AM
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!!
‎2007 Oct 26 6:28 AM
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
‎2007 Oct 26 6:37 AM
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!!