cancel
Showing results for 
Search instead for 
Did you mean: 

Addon Error

Former Member
0 Kudos

Hi,

I have successfully created an ADDON. I have also register addon, using addon manager.

Now with my addon being connected, when I access any other form such as Business Partner or Item Master Data, I get system error '....Addon Disconnected '.

As long as I work only with my addon, I have no problems. But the problem arise, when I access other SAP B1 forms.

Can anyone help me identify the problem area.

Regards

Ronald

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

After care full observation, i noticed there were some problems in ItemEvent.

I didn't structure my 'Select Case ... ' statements properly. After restructuring code in ItemEvent, everything is working perfectly.

Anyways thanks Vanessa

Regards

Ronald

Former Member
0 Kudos

Sorry... I tought you had another kind of problem. So I had to edit my original post.

You may want to filter events, and debug what happens when loading other forms.

Regards !

Former Member
0 Kudos

Hi Vanessa,

I certainly have lot of events to handle different functionality. Do you think that may cause the problems. I don't understand one thing, while in debug mode everything is fine but problems arises only when I register using addon manager.

All my code is within 'Try .. Catch', and I do throw exception, if any errors are encountered.

Regards

Ronald

Former Member
0 Kudos

Hi,

Have you put try..catch code in your addon? perhaps it's giving an exception and If you don't handle it the addon disconnects.

It can also be that your addon is getting to many events, so have a look at your itemevent...

Hope it helps,

Vanesa