‎2009 May 19 5:45 AM
Hi All
In custom report I am updating the custom table after that I am specifying commit work statement.
As per database level updated properly after sometime itu2019s retain the old values instead of new values. What could be the root cause of the problem?
I checked the statistical analysis reports, to many work process running simultaneously for this particular user.
Thanks
KRISH
‎2009 May 19 5:54 AM
Check the numbe rof UPD work processes and also check whether implicit ROLLBACK is not happening at some point of time .
‎2009 May 19 7:05 AM
‎2009 May 19 7:06 AM
Hi Sandeep
I checked the statistical analysis report(STAT) for that specific user its showing background RFC executed, inside the RFC I am getting the message as given below.
Function ARFC_RUN_NOWAIT
Program: SAPLARFC
I checked the sap notes 726148 in service market place. In sap notes mentioned (Problem with RFC resource assignment).
What could be the root cause?
.
‎2009 May 19 7:07 AM
i checked the statistical analysis report(STAT) for that specific user its showing background RFC executed.
as i am getting the message as given below
Function ARFC_RUN_NOWAIT
Program: SAPLARFC
i checked the sap notes 726148 in service market place. in sap notes mentioned ( Problem with RFC resource assignment.
what could be the root cause.
‎2009 May 19 7:07 AM
i checked the statistical analysis report(STAT) for that specific user its showing background RFC executed.
as i am getting the message as given below
Function ARFC_RUN_NOWAIT
Program: SAPLARFC
i checked the sap notes 726148 in service market place. in sap notes mentioned ( Problem with RFC resource assignment.
what could be the root cause.
‎2009 May 19 7:07 AM
i checked the statistical analysis report(STAT) for that specific user its showing background RFC executed.
as i am getting the message as given below
Function ARFC_RUN_NOWAIT
Program: SAPLARFC
i checked the sap notes 726148 in service market place. in sap notes mentioned ( Problem with RFC resource assignment.
what could be the root cause.
‎2009 May 19 7:07 AM
i checked the statistical analysis report(STAT) for that specific user its showing background RFC executed.
as i am getting the message as given below
Function ARFC_RUN_NOWAIT
Program: SAPLARFC
i checked the sap notes 726148 in service market place. in sap notes mentioned ( Problem with RFC resource assignment.
what could be the root cause.
‎2009 May 19 6:15 AM
Try like this
In tcode: SM13, Check whether Update is active, if not click on Administration tab and activate the status.
thanks\
Mahesh
‎2009 May 19 6:30 AM
Hi,
Please do the below.
Check sy-subrc after UPDATE/INSERT/MODIFY on custom table.
If sy-subrc Eq 0.
commit work.
else.
rollback.
endif.
Tanx,
Nit.
‎2009 May 19 7:08 AM
I checked the statistical analysis report(STAT) for that specific user its showing background RFC executed, inside the RFC I am getting the message as given below.
Function ARFC_RUN_NOWAIT
Program: SAPLARFC
I checked the sap notes 726148 in service market place. In sap notes mentioned (Problem with RFC resource assignment).
What could be the root cause?
‎2009 May 25 10:26 AM
‎2010 Aug 19 8:24 AM
Hello,
Could you please share this information how you resolved this problem.
same type of problem i am also getting kindly provide us the requisites.
Thanks in advance
Deepak