cancel
Showing results for 
Search instead for 
Did you mean: 

form load event error

Former Member
0 Kudos

Hi Experts

I have created a form in screen painter using SAP 2007 b PL 10. I want to add some values in combo box at form load event. It is giving error that Item -id is not correct. I am using B1DE 1.5 for creating addon. It is working fine on System Form but not on User defined Forms. I check properly the item id is correct. What can be reason. Plz give your suggestion

Regards

Gorge

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member682029
Contributor
0 Kudos

Are you trying to add values when BeforeAction = true of the Form Load event?

Try this when BeforeAction = false.

If this is not working Try this in FormActivate event.

Thanks

Former Member
0 Kudos

Hi,

as anoop sugessted write your code in form load false instead of true and follow thse steps

If Add-on's are behaving indefinitely for various user lo gin's.

please set the GENERAL AUTHORIZATIONS for the User's using the Add-on.

ex: Item Master Choose from List is used in the Add-on. Then, Inventory Master or Item Master Authorization needs to be set to those user's using the Add-on.

Problem Description : This problem generally occur's when SAP business objects are used in Add-on. So, the Add-on works fine to authorized user's. But, When unauthorized user's work on the same add-on. These users don't have access to use these business objects. That's when "UNHANDLED EXCEPTIONS" occur with the add-on's. Hence, add-on behave inconsistently for different user's.

Rgds

Micheal