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_COMMAND_EXECUTE

Former Member
0 Likes
1,195

Dear Expert,

    I want to use SXPG_COMMAND_EXECUTE  to call encryptpdf.exe file in my local pc ,it auto add password in pdf file. but i failed

5 REPLIES 5
Read only

Rodrigo-Giner
Active Contributor
0 Likes
852

Follow this wiki

http://wiki.scn.sap.com/wiki/display/ABAP/Creation+of+External+Commands+with+the+help+of+UNIX+Coding...

You first have to define the command for each operating system using transactions SM69 (You can test it with SM49) and then call it using SXPG_COMMAND_EXECUTE

Regards

Read only

0 Likes
852

Dear Sir,

    Can i use this function in my local pc? i don't want to use my applicaiton server? how to use my local computer?

Best Regards,

Merry

Read only

Former Member
0 Likes
852

Hi Merry,

You should go to SM69, there listed all the external commands which you can use.

Not 'ZTEST', seems you need 'ENV'.

But unfortunately, it did not works on my machine. Try yours.

regards,

Archer

Read only

0 Likes
852


can you tell me your qq or skype?i wan to add you  to know more informaiton.

Read only

Former Member
0 Likes
852

External program terminated with exit code 1

i run SXPG_COMMAND_EXECUTE,it occurs this information,any one can tell me?