I've finally, after months of work and a worldwide effort (literally), gotten saprfc installed and running. I can connect (through saprouter) and the "list users" sample works fine.
I CAN NOT get a connection to work using
$sap = new saprfc(array( PARAMS))
But I CAN get a connection using:
$sap = new SAPConnection();
So the sapclasses/sap.php class works great at connecting but now what? What else is there? I can't get anything to work after that. The sample of using:
$fce = &$sap->NewFunction ("SO_USER_LIST_READ");
That's great but I have no idea how to use any other function module or how to specify data or retrieve data... for example, this function uses USER_DISPLAY_TAB - what is that?
I'm NOT an SAP expert (obviously?), I am a PHP expert and have tried to revers engineer the class but frankly, I think there needs to be some documentation...
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does anyone know where this page went?
http://saprfc.sourceforge.net/src/sapclasses/
I've finally, after months of work and a worldwide effort (literally), gotten saprfc installed and running. I can connect (through saprouter) and the "list users" sample works fine.
I CAN NOT get a connection to work using
$sap = new saprfc(array( PARAMS))
But I CAN get a connection using:
$sap = new SAPConnection();
So the sapclasses/sap.php class works great at connecting but now what? What else is there? I can't get anything to work after that. The sample of using:
$fce = &$sap->NewFunction ("SO_USER_LIST_READ");
That's great but I have no idea how to use any other function module or how to specify data or retrieve data... for example, this function uses USER_DISPLAY_TAB - what is that?
I'm NOT an SAP expert (obviously?), I am a PHP expert and have tried to revers engineer the class but frankly, I think there needs to be some documentation...
Any ideas?