cancel
Showing results for 
Search instead for 
Did you mean: 

Problem while displaying BMP files....

Former Member
0 Kudos

Hi All....

I am displaying BMP files in a script but when i login with some different username the file i.e. picture is not displayed.

I am not calling the name of file directly in script but with another name which is mapped in some Z table though there is no hardcoding done based on username.

The name of file is selected from Z table using SY-UNAME.

What cud be the problem.....either in SE71 or SE78 or some where else....

Pls reply back as soon as possible.....

Thanks in advance......

Accepted Solutions (1)

Accepted Solutions (1)

former_member196280
Active Contributor
0 Kudos

This happen mainly due to authorizations... check the authorizations are same for all users... or take help of basis on this.. they can solve this issue..

Regards,

SaiRam

Answers (1)

Answers (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

<i>The name of file is selected from Z table using SY-UNAME.</i>

Maybe there is not a record in your "Z" table for that particular user id.

Regards,

RIch Heilman

Former Member
0 Kudos

How it can be...I have already maintained the record for all the users.....

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Can I please see the coding in the sapscript, the BITMAP statement or the INCLUDE statement?

Regards,

RIch Heilman

Former Member
0 Kudos

here is the coding....

<b>BITMAP &I_SIGN& OBJECT GRAPHICS ID BMAP TYPE BMON</b>

now this I_SIGN contains the name of file stored in SE78 and this I_SIGN value is populated from that Z table.

Tha Z table contains record for all the username and the file is also stored in SE78.

Thanks......

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Ok, does this work for any user id that you log in with?

Regards,

Rich Heilman

Former Member
0 Kudos

yes it works for many of them......but not for all.....

regards...

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Well, then you must check the values that you have in your table, check the user id carefully as well as the bitmap name, also check how it was uploaded, whether in BCOL or BMON.

Regards,

Rich Heilman