Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Building RIAu2019s using SAP, Flex and Php

Former Member
0 Kudos

Hello,

A while ago I wrote a post here on SDN titled [Bundling PHP/SAP/AJAX/PEAR.|; .

Lately I've had a bit of time on my hands and thought I would this time share my experiments, using PHP of course in concert with Flex and SAP.

This I have posted 3 examples using http services and web services.

Sales application ==> Simple sale applications using BAPI's to request customer and material data and then call another BAPI to create a sales order

Production application ==> Simple production order cockpit exposing data in tabular and graphical form. BAPI's are used to retrieve production order lists and then request production order detail information

Whilst the two examples above use PHP, the last one does not.

The last example is a simple case of consuming a production order data web service.

Full flash animations of these are available on my site - the link you can find here -> [Building RIAu2019s using SAP, Flex and Php|http://www.renet-web.net/2009/07/20/building-rias-using-sap-flex-and-php/].

This has been cross posted in the PHP section of SDN - hope the admins do not mind.

Hope you like them.

2 REPLIES 2

athavanraja
Active Contributor
0 Kudos

hi ,

is there any special reason why you had introduced PHP in between Flex and SAP?

0 Kudos

Hi,

I used php because I am more comfortable at coding in php than I am in actionscript.

Cheers, ~p.