Application Development 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: 

bdserr_not_authorized error in a smartform

josantonio_roldnluna
Participant
0 Kudos

Hi mates,

I have an error when I calling an smartform. In debugging I have found where the error is raised. Within the smartfomr the function sapscript_bitmap_get is called. This function raise the error bdserr_not_authorized (sy-subrc = 1).

I have looking in google but this error has no information anywhere.

Does somebody know what it mean?

Thanks in advance and regards,

Jose

1 ACCEPTED SOLUTION

iftah_peretz
Active Contributor
0 Kudos

Hi,

You/the user at hand doesn't have an authorization for the Business Document Set (BDS) - the class/activity display etc.

I would recommend you sit down with your authorization people and have the proper SU53 /trace data at hand.

4 REPLIES 4

iftah_peretz
Active Contributor
0 Kudos

Hi,

You/the user at hand doesn't have an authorization for the Business Document Set (BDS) - the class/activity display etc.

I would recommend you sit down with your authorization people and have the proper SU53 /trace data at hand.

hedvig_rohonyi
Active Participant
0 Kudos

Hi,

I suppose your user does not have sufficient authorization to access the BDS (authorization object S_BDS_DS).

Please check at first that your user have an authorithy to object S_BDS_DS

AUTHORITY-CHECK OBJECT 'S_BDS_DS'

ID 'CLASSNAME' FIELD classname

ID 'CLASSTYPE' FIELD classtype

ID 'ACTVT' FIELD activity. Activity: 03

Classname: DEVC_STXD_BITMAP Classtype: OT

You can check this in transation SU53 after this message is displayed.

josantonio_roldnluna
Participant
0 Kudos

Thanks you very much, It was the solution. The two answers are correct but I have to set as correct the first.

Really thanks, It was in productive system.

Regards,

José Antonio

Great to hear!