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

Pearl script

Former Member
0 Likes
737

Hi ,

I need to test an interface using pearl script ...but I have no basic idea about it.

Can some one send me some material about pearl script?

Thanks in advance

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
643

Hi,

Please check this link perhaps it may help.

http://www.pearlscript.com/

Regards,

Ferry Lianto

4 REPLIES 4
Read only

Former Member
0 Likes
643

The Sams "Teach yourself Perl in 21 Days" is pretty good for getting started.

Check with below link :

http://www.programmingtalk.com/archive/index.php/t-9323.html

Thanks

Seshu

Read only

ferry_lianto
Active Contributor
0 Likes
644

Hi,

Please check this link perhaps it may help.

http://www.pearlscript.com/

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
643

If you want to test in SAP system..

You can put your script on application server then can test using SM49 or FM

SXPG_COMMAND_EXECUTE

operating system parameter will be some command to execute the script for UNIX shell script it may be <b>sh, csh, or ssh</b>... You should know the command for pearl script.

I worked on shell script:

e.g my script file is : <b>/usr/sap/tmp/script.sh</b>

then I create a command with op sys parameter : sh

in additional parameters , I gave filename and other parameters

<b>/usr/sap/tmp/script.sh par1 par2 par3.</b>

So ur full command will be

<b>sh /usr/sap/tmp/script.sh par1 par2 par3.</b>

Reward if helpful

Regards

Prax