cancel
Showing results for 
Search instead for 
Did you mean: 

Calling BAPI in Asp.net Application issue.

Former Member
0 Kudos

Hi All,

Iam using the following:

Visual studio 2003 and .Net Connector for Sap 2.0

we have created our onw RFC and QA System and i used

to call the RFC from my web application. it was working fine.

We transport(moved)the RFC to Production, now iam calling

from my web appliction its not working as expected.

I have tested another RFC in the production System(RFC created by SAP) its working fine. Our own RFC is not working it always return the unexpected value.

is there any way to Dubug the RFC from my web appliction(C# asp.net).

Looking forward to hear from you all.

Thanks in advance.

Regards

Vijay

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I am sorry You can replcae RFC word by BAPI

regards

Ram

Former Member
0 Kudos

Hi vijaya Kumar,

If you are getting unexpected results (some scrap output) then i am sure it is because of the RFC. Suppose if the Rfc has some changes. The proxy need to be reloaded (in the sense you got to add the proxy to your application again). After checking in the development then try to transport the rfc to production.

Regards

Ram

reiner_hille-doering
Active Contributor
0 Kudos

First recommendation: turn RFC tace one (set environment variable RFC_TRACE=1 or use connection string parameter). It can also help to turn RFC trace on on server side.