‎2007 Jul 16 7:00 PM
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
‎2007 Jul 16 7:51 PM
‎2007 Jul 16 7:40 PM
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
‎2007 Jul 16 7:49 PM
Refer the links -
http://www.sapdb.org/7.4/htmhelp/0d/fecb59093711d4aa63006094b92fad/frameset.htm
Regards,
Amit
Reward all helpful replies.
‎2007 Jul 16 7:51 PM
‎2007 Jul 16 7:57 PM
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