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

SXPG_CALL_SYSTEM performance question

Former Member
0 Likes
439

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.

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.

1 REPLY 1
Read only

Former Member
0 Likes
371

Finally, performance problem is not due to this FM but server script executed.

Thanks