cancel
Showing results for 
Search instead for 
Did you mean: 

RPC_E_SERVERFAULT (DataEvent)

Former Member
0 Kudos

Hello,

i´ve created a addon and implemented it in SAP.

It is actually quite stable. But If you do nothing for a while, then I get this error

"HRESULT: 0x80010105 (RPC_E_SERVERFAULT) on SAPBouiCOM.FormClass.Freeze(Boolean newVal) on NG_BK.Grid_fill() on NG_BK.Registeradd.SBO_Application_DataEvent(BusinessObjectInfo& BusinessObjectInfo, Boolean& BubbleEvent).

Sometimes the Error occured when the User works,too.

What is the Problem.. i have no idea.

Regards

Thomas

Accepted Solutions (0)

Answers (1)

Answers (1)

pedro_magueija
Active Contributor
0 Kudos

Hi Thomas,

Most likely the operation being performed takes too long to complete and the UI disconnects the addon because it "thinks" (timeout) the addon has blocked.

If this is the case, try doing some UI operation every X lines (x around 200 or 100). The operation could be as simple as clicking on a dummy item on your form.

Good luck.

Best regards,

Pedro Magueija