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

database update fails

Former Member
0 Likes
1,293

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

12 REPLIES 12
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
1,168

Check the numbe rof UPD work processes and also check whether implicit ROLLBACK is not happening at some point of time .

Read only

0 Likes
1,168

This message was moderated.

Read only

0 Likes
1,168

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?

.

Read only

0 Likes
1,168

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.

Read only

0 Likes
1,168

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.

Read only

0 Likes
1,168

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.

Read only

0 Likes
1,168

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.

Read only

former_member222860
Active Contributor
0 Likes
1,168

Try like this

In tcode: SM13, Check whether Update is active, if not click on Administration tab and activate the status.

thanks\

Mahesh

Read only

Former Member
0 Likes
1,168

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.

Read only

0 Likes
1,168

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?

Read only

Former Member
0 Likes
1,168

solved

Read only

0 Likes
1,168

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