Branches
Comments
[»]
Great work !
by eXXos - Mar 26th 2002 03:45:17
This library is really well done and useful ! It opens lots of
perspectives, especially for people working with SAP web based
applications; it can also extends backoffice processes possibilities, as
PHP can be used as a shell script.
I'm using the PHP/SAPRFC lib on a Windows 2000 server and it works
perfectly. Just an installation tip, not mentionned in the documentation :
you need to have <b>msvcp60.dll</b> in your WINDOWS directory
in order that PHP can load the php_saprfc.dll.
Keep up the good work :-)
eXXos.
[reply]
[top]
[»]
Re: Great work !
by AndyD - Nov 14th 2002 16:29:19
eXXos, I'm using the saprfc. I agree, it works great! I'm trying to use the
BAPI_GOODSMVT_CREATE. I should return a document number; which it does; but
when I look in SAP, there's none to be found. Have you had this problem?
Thanks,
Andy Dimacale
> This library is really well done and
> useful ! It opens lots of perspectives,
> especially for people working with SAP
> web based applications; it can also
> extends backoffice processes
> possibilities, as PHP can be used as a
> shell script.
>
> I'm using the PHP/SAPRFC lib on a
> Windows 2000 server and it works
> perfectly. Just an installation tip, not
> mentionned in the documentation : you
> need to have
> <b>msvcp60.dll</b> in your
> WINDOWS directory in order that PHP can
> load the php_saprfc.dll.
>
> Keep up the good work :-)
>
> eXXos.
[reply]
[top]
[»]
Saprfc and Suse 7.3
by polatalican - Mar 21st 2002 06:12:10
this is a great project. Currently I'm using it in a win2000 environment. I
tried to run it with suse 7.3. Didn't work, though.
[reply]
[top]
[»]
Re: Saprfc and Suse 7.3
by Eduard Koucky - Mar 21st 2002 10:17:13
What does mean that din't work ?
Did you compile saprfc from sources or use
rpm binary ? The rpm binary is only for RedHat 7.2.
> this is a great project. Currently I'm
> using it in a win2000 environment. I
> tried to run it with suse 7.3. Didn't
> work, though.
>
>
[reply]
[top]
[»]
Re: Saprfc and Suse 7.3
by polatalican - Mar 21st 2002 10:59:08
I used the sources.
I copied /saprfc to /php/ext and run
buildconf. After that configure --with-saprfc didn't work. I get a few
"errors in line ...".
I checked this lines: they are
empty if-structures.
I guess you would like to have the exact error-messages...
I'll send them later...
> What does mean that din't work ?
> Did you compile saprfc from sources or
> use
> rpm binary ? The rpm binary is only
> for RedHat 7.2.
>
>
> % this is a great project. Currently
> I'm
> % using it in a win2000 environment.
> I
> % tried to run it with suse 7.3.
> Didn't
> % work, though.
> %
> %
>
>
>
[reply]
[top]
[»]
Re: Saprfc and Suse 7.3
by polatalican - Apr 2nd 2002 06:36:25
Hello,
SAPRFC does run with Suse 7.3...!
It's behaving absolutely fine.
I downgraded autoconf to version 2.13 and
everything worked fine.
> I used the sources.
> I copied /saprfc to /php/ext and run
> buildconf. After that configure
> --with-saprfc didn't work. I get a few
> "errors in line ...".
> I checked this lines: they are
> empty if-structures.
>
> I guess you would like to have the
> exact error-messages...
> I'll send them later...
>
>
>
>
>
> % What does mean that din't work ?
> % Did you compile saprfc from sources
> or
> % use
> % rpm binary ? The rpm binary is
> only
> % for RedHat 7.2.
> %
> %
> % % this is a great project.
> Currently
> % I'm
> % % using it in a win2000
> environment.
> % I
> % % tried to run it with suse 7.3.
> % Didn't
> % % work, though.
> % %
> % %
> %
> %
> %
>
>
>
[reply]
[top]
|