I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-06-21 19:53:00-07 by rb
A couple of questions
Hi, SAP-Rfc works great! Thanks to Piers and all who worked on it. As the name indicates, SAP-Rfc is working great executing remote-enable RFCs. I'm not optomistic but thought I'd ask if anyone has found an RFC that would permit a program to be executed? (I'm trying to grab output from RSSTAT40 on the average dialog response times for the previous day). I can't find either an RFC that will execute a program or an RFC that will pull the appropriate records from MONI, nor have I been able to decode the long RAW field of MONI. Any thoughts would be appreciated. Cheers, RB
Direct Responses: 669 | Write a response
Posted on 2005-06-29 12:32:39-07 by rtdf in response to 642
Re: A couple of questions
How about: SAPWL_WORKLOAD_GET_SUMMARY ? Don't support you got any readable info from the sapinfo() at all?
Direct Responses: 708 | Write a response
Posted on 2005-07-07 13:09:53-07 by fry in response to 669
Re: A couple of questions

The syntax on webpage is wrong. It should be:

$info = $rfc->sapinfo();
map { print "$_ : $info->{$_} \n" } keys %$info;

I cannot get any info out of SAPWL_WORKLOAD_GET_SUMMARY or SAPWL_GET_SUMMARY_STATISTIC.

Does anyone have any examples.

Direct Responses: Write a response