Application Development and Automation 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: 
Read only

RfcOpenEx tracing information

Former Member
0 Likes
387

I am Sushanth Reddy from HP.

We are using SAP APIs in one of our applications. We are facing some issue while using one of the API.

We are using RfcOpenEx function. We use it to connect to the sap server.

But when we use this function, we see that some trace files are getting created whenever it is called.

The trace files look as below.

rfc03824_01828.trc

rfc03824_01829.trc

rfc03824_01830.trc

These are Rfc traces I guess.

Every time we call this function we get one trace file created.

We would like to how to disable these traces programmatically.

It would be great if you could help us here.

Let me know if you need some more information.

In case I am not contacting the correct contact person. Please let me know whom can I contact to get this issue cleared.

Can you please let me know what are the parameters that need to be sent to the function RfcOpenEx.

I am Sushanth Reddy from HP.

We are using SAP APIs in one of our applications. We are facing some issue while using one of the API.

We are using RfcOpenEx function. We use it to connect to the sap server.

But when we use this function, we see that some trace files are getting created whenever it is called.

The trace files look as below.

rfc03824_01828.trc

rfc03824_01829.trc

rfc03824_01830.trc

These are Rfc traces I guess.

Every time we call this function we get one trace file created.

We would like to how to disable these traces programmatically.

It would be great if you could help us here.

Let me know if you need some more information.

In case I am not contacting the correct contact person. Please let me know whom can I contact to get this issue cleared.

Can you please let me know what are the parameters that need to be sent to the function RfcOpenEx.

2 REPLIES 2
Read only

Former Member
0 Likes
360

Hi,

It creates a file if some error occurs, like log file.By default, trace files are written into the current working directory. SAP generally wites this.

Check few more parameters , of RfcOpenEx to configure <b>Common Settings</b>.

Reward if useful!

Read only

0 Likes
360

Thanks Prasad,

I know that there should be some configuration that need to be done.

But i am not able to find out proper documentation on RfcOpenEx function. can you point me to the location? Is there a place where i could get any example and stuff? I have been struggling to get any example where they have mentioned bout configurations etc etc ...

Waiting for your response.

Sushanth