Thread

Posted on Tue Jun 21 22:53:00 2005 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 Wed Jun 29 15:32:39 2005 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 Thu Jul 7 16:09:53 2005 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.

Write a response