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

Calling Editor to Read App server files.

Former Member
0 Likes
481

Dear SDN,

I have come across a complex requirement. I need to Open text files from the Application Server onto some Editor like notepad , modify them and save them back to the Application Server.

I don't want to download the files to the local machine and then modify them.

Is it possible to achieve it using ABAP?

Ideas welcome!!!

Please let me know if it is do able this way?

Thanks,

Manu Kapur

Dear SDN,

I have come across a complex requirement. I need to Open text files from the Application Server onto some Editor like notepad , modify them and save them back to the Application Server.

I don't want to download the files to the local machine and then modify them.

Is it possible to achieve it using ABAP?

Ideas welcome!!!

Please let me know if it is do able this way?

Thanks,

Manu Kapur

2 REPLIES 2
Read only

Former Member
0 Likes
442

Hello,

Yes is is possible to open a internal table in a editor. Check the ABAP statment EDITOR-CALL FOR itab.

regards,

Advait

Read only

Sm1tje
Active Contributor
0 Likes
442

upload the file into one of the SAP Controls 'Text-edit'.

In package SAPTEXTEDIT there are several sample reports to be found.

Edited by: Micky Oestreich on Feb 6, 2009 4:26 PM