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: 

is that possible to get data from sap if is yes how we can do it

Former Member
0 Kudos

HI all,

is that possible to get data from afnr table to an Asp page.

how to do it. can anyone help me.

Adv Thanks & Regards

Guhapriyan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Guhapryan,

one can do it by BDC/bapi or ALE/IDOC or EDI

u check out which i spossible for u.

if u elabrate the question i can xplain in u better,let me knwo the xact scenario.

regards

8 REPLIES 8

Former Member
0 Kudos

You can use an asp function that call sap function module "RFC_READ_TABLE" via RFC or you can open a view on the sap database.

Gianluca

Former Member
0 Kudos

Hi Guhapryan,

one can do it by BDC/bapi or ALE/IDOC or EDI

u check out which i spossible for u.

if u elabrate the question i can xplain in u better,let me knwo the xact scenario.

regards

0 Kudos

Hi,

Currently in our company we are not using .Net.

we are using ASP backend SQL Server

and SAP Back end SQL Server.

the calibration details and the testing details of the cylinder are entered in one java application.

i am trying to fetch the order details of particular material from sap while doing calibration?

Thanks & Regards

Guhapriyan Subrahmanyam

0 Kudos

Former Member
0 Kudos

hi,

u can write the select query to fetch data in an internal table in a Remote enabled function module.

with that u can use RFC to transfer data.

U may even generate RFC interface either for C or VB.

Hope it will help u.

Regards,

Ankur

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

I think you can write a report to retrive that data from AFNR table and then in that report by using download you can download it to text file.

Then by giving that page as link in ASP,you can achieve.

I am not sure whether that is correct.Check it and let me know also.

Regards,

J.Jayanthi

Former Member
0 Kudos

Hi Guhapriyan,

Using BAPI's you can achieve this.

make your page .NET client and SAP system as server.

This link may help you...

http://help.sap.com/saphelp_erp2004/helpdata/en/c2/5d2ac570228941bc60c0e66580b18a/content.htm

Regards,

Narinder Hartala

0 Kudos