Hi all,
I'm using FM <b>SXPG_CALL_SYSTEM</b> in order to execute a server command which grants permissions to a file (just executes <u>CHMOD 777</u>). (also tried with <b>SXPG_COMMAND_EXECUTE</b>)
My problem is regarding performance in this FM (program is executed in background, and there are lots of files)
Does anybody knows any other way of giving such privileges to a file?
Thanks in advance.