cancel
Showing results for 
Search instead for 
Did you mean: 

SAPRFC script acting as client and server

Former Member
0 Kudos

I'm using PERL SAPRFC for alot of our SAP monitoring and it works a charm.

All the PERL scripts are either client or server.

I'm now looking at how to implement one that acts as both, where SAP sends it something and the script receives it, then sends something back, hopefully within the same conversation ID.

Has anyone done this before?

I've had a look through SAPCONNECT documents and it uses module SX_OBJECT_RECEIVE to send data and expects some data to be sent back.

It's this that I'm having issue with.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If only I had been patient and not so dumb!

Basically by setting the Table row value to what I need, it gets sent back to SAP anyway.