cancel
Showing results for 
Search instead for 
Did you mean: 

changing default report layout in sap b1

Former Member
0 Kudos
867

Hi all,

i have a code that responsible to change defualt printingLayout in SAP B1. it seem that my code changing the default report only for current user and not for all users (i checked it) . This Code does work correctly when i  work with super user but it throw internal error when i'n run it fron non super user.does anyone have suggestion why does it fail in non -superuser even though it chang the defualt report Layout only for specific user? i attached here picture with my code.

please help...

View Entire Topic
josedvm
Participant
0 Kudos

Hi,

We were experiencing something similar, receiving a -10 (Internal error (-10) occurred) error when trying to set the default report for all users and a specific customer not being a super user.

We tried leaving out the UserID property, using an empty string and null values, and what worked for us was using "-1" for UserID.