fmII
Sat, Oct 11th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 01:30 UTC
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]

 SAPRFC - Default branch
Section: Unix

 

Added: Sat, Oct 27th 2001 03:29 UTC (6 years, 11 months ago) Updated: Fri, Dec 23rd 2005 00:28 UTC (2 years, 9 months ago)


About:
SAPRFC is the extension module for PHP that allows you to call ABAP functions in an SAP R/3 system from PHP scripts. It is also possible to write an RFC server program in PHP, and call PHP functions from ABAP. Other features include using the RFC (Remote Function Call) API to make a call, discovering the interface of a function module, and mapping all RFC types to PHP strings (delivered with a test script that has a similar function to the "Single Test" option in the SE37 transaction).

Author:
Eduard Koucky [contact developer]

Rating:
8.50/10.00 (3 votes)

Homepage:
http://saprfc.sourceforge.net/
Tar/GZ:
http://prdownloads.sourceforge.net/saprfc/saprfc-1.4.1.tar.gz
Zip:
http://sourceforge.net/project/showfiles.php?group_id=29190
Changelog:
http://saprfc.sourceforge.net/news.php
CVS tree (cvsweb):
http://saprfc.cvs.sourceforge.net/

Trove categories: [change]
[Development Status]  5 - Production/Stable
[Environment]  Web Environment
[Intended Audience]  Developers, System Administrators
[License]  The PHP License
[Operating System]  Microsoft :: Windows :: Windows NT/2000/XP, POSIX :: HP-UX, POSIX :: Linux
[Programming Language]  C, PHP
[Topic]  Internet :: WWW/HTTP

Dependencies: [change]
No dependencies filed

 
Project admins: [change]
» Eduard Koucky (Owner)

» Rating: 8.50/10.00 (Rank N/A)
» Vitality: 0.01% (Rank 5262)
» Popularity: 0.61% (Rank 9752)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 9,793
   URL hits: 4,393
   Subscribers: 9

Other projects from the same categories:
proManager
zFeeder
chkwww and pychkwww
Smile
php(Reactor)

Users who subscribed to this project also subscribed to:
Dnsmasq
PHP Registry
RackTables
The Coolest DHTML Calendar
ZABBIX


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 1.4.1 23-Dec-2005 The PHP License Homepage Tar/GZ Changelog Hosted on SourceForge.net

 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]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  Linux.com •  SourceForge.net  •  Jobs