hi,
i have special requirement from client to modify the most frequent occurring obsolete statement like ws_download to replace gui_download while upgrading .
i am able to read the report with the help of read report statement and also able to comment using insert report 'reportname' from code. but i am not able to add blank line in the existing report .
ex: ws_download - consist of less line than gui_download in program . i am able to replace the line but when i replace the extra line of gui_download function than existing line of program get replaced . plz help me .