how to transmit data to asp.

Question: hi all.

how can i transmit data to asp and display it real-time.
RFC?

thanks in advance.

Answer:
Never tried it, and you don't say whether your ASP is written in C# or VB, however, I would assume that as both C# and VB are RFC enabled then you could possibly write an RFC that the ASP could call.

If that fails, you could create a database (depending on the size and number of concurrent connections either in Access or SQL Server) and dump the required information into that via a recurring background job and then use the ASP.NET datareader to access the data.

This would be ok for semi-static data.
_________________
Regards

R


Abap KC
SFMDR
Copyright ?2007 - 2008 www.jt77.com