cancel
Showing results for 
Search instead for 
Did you mean: 

Problem refreshing SAP R/3 tables via RFC connection

Former Member
0 Kudos

Hello,

I am developing an application in WAS (using BSPs). I have the WAS in 1 machine and the R/3 in another one.

When I update some tables, this tables aren't refreshed. In order to refresh it I have to restart the application.

¿Do you know how can I solve the problem?.

Thanks in advance. Javi.

Message was edited by: Javier Iglesias

Message was edited by: Javier Iglesias

Accepted Solutions (1)

Accepted Solutions (1)

Peter_Inotai
Active Contributor
0 Kudos

Hi Javi,

Do you commit the data?

It might be the problem.

Peter

Former Member
0 Kudos

Hi Peter,

Yes I made the "COMMIT WORK AND WAIT" in both machines

(WAS and R/3).

athavanraja
Active Contributor
0 Kudos

Let me understand:

1. machine A runs on WAS and you have a BSP application there.

2. R/3 runs on machine B and thru your BSP (by RFC calls - from machineA) you are updating some table in this system.

When you said tables aren't getting refreshed - hows did you come to this conclusion - a) your BSP is not returning the updated value? b) you went to the System B and checked manually and you dont find the records you update.

Restarted the application - > which application ? the BSP?

Answering these questions would help us to analyse the issue better.

Regards

Raja

Note: Next time if you have a doubt regarding BSP - post it in BSP forum for a better response.

Former Member
0 Kudos

First of all, thanks Raja for the help.

I have solve the problem, It was due for a update mode of a call transaction executed in the R/3 machine.

Answers (1)

Answers (1)

Former Member
0 Kudos

The problem has been solved. Thanks