2011 Apr 05 6:30 PM
Hi,
Could somebody please tell me how can I open a document (CV01N) original file in Read-only/Display mode? I am using function module DOCUMENT_SHOW_DIRECT but it opens the file with editing capability. I have looked for any display mode parameter but the FM does not have any. Is there any way to open the file in display only mode? are they any other FM that I can use for this? Thanks in advance!!
--Miguel A. Nieves
Hi,
Could somebody please tell me how can I open a document (CV01N) original file in Read-only/Display mode? I am using function module DOCUMENT_SHOW_DIRECT but it opens the file with editing capability. I have looked for any display mode parameter but the FM does not have any. Is there any way to open the file in display only mode? are they any other FM that I can use for this? Thanks in advance!!
--Miguel A. Nieves
2011 Apr 05 7:36 PM
Instead of calling the function, you should try making a call transaction.
Best regards,
Esteban
2011 Apr 06 3:06 PM
Hi Esteban,
Thanks for your input. But what I need is to open a file in his respective application (like MS word for a word document) with editing features disabled. Is this posibble? I found CL_GUI_FRONTEND_SERVICES=>EXECUTE() which opens the file also but once again it does not have any parameter to disable editing. Thanks!!
--Miguel A. Nieves
2011 Apr 06 3:23 PM
Hi,
What I am thinking of was to upload a Read-Only file and then when using the FM it will not be editable.
Regards,
Ernesto
2011 Apr 06 4:32 PM
Hi,
That's a workaround that I might need to use. But I was wondering if there was a FM or class to manage this situation. Anyways, Thank you for your help!
--Miguel A. Nieves