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: 

ABAP - AMF

Former Member
0 Kudos

Hi,

I was wondering if it is possible to communicate with Flex/Air application from SAP (ABAP/BSP) directly in AMF.

I have an application (both Air and Flex) which communicate with SAP using XML. But for line item data XML is too large and application appear to be stuck while loading XML.

I want to avoid Blaze DS or other remoting service if possible, coz of the infrastructure concerns.

Any thoughts experts or lead on how this can be done..

Regards,

SAM

5 REPLIES 5

Former Member
0 Kudos

We use JSON,, you can get the code here : http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=163840922

regards

Quentin

guillaume-hrc
Active Contributor
0 Kudos

Created the ABAP AMF Project on CodeExchange : https://cw.sdn.sap.com/cw/groups/abap-amf

0 Kudos

Which is more efficient protocol for communicating to ABAP backend - JSON or AMF ?

What are pros and cons of each approach ?

Regards,

Tarun

0 Kudos

Hi,

On the paper, it is AMF.

Check Census by james Ward.

Best regards,

Guillaume

0 Kudos

It should be much faster in AMF. There would be some processing on the Java side to convert to AMF but, I can't imagine it would be more intense then going to JSON. On client side the object is "native" to the player so it basically just moves the object into memory no marshaling required. Having an AMF library in ABAP would be pretty amazing.