Hi Ranadev,
After using BAPI_TRANSACTION_COMMIT,I am facing another problem..The problem is that when I am accessing the RFC from se37 and then it is updating my table data.But when I am going to updata database data through web service then it is not updated..One thing is that for testing purpose I have passed two parameter in my RFC one is A another is B..And also there is a export parameter C..
Then I have written the code at the last line of RFC..The code is C = A + B..
Then it is returning value..But when I am entering this code after the code where my database is being updated then the returning value of C is 0..
Please give me a solution..