cancel
Showing results for 
Search instead for 
Did you mean: 

Icon in Confirmation dialog

Former Member
0 Kudos

Hi everyone, I need help for my problem. I want do display confirmation dialog with icon and i find that i must using method setIcon(WDURLGenerator.getSAPIconWebResourcePath("???")). I have read the help about WDURLGenerator but still i cannot understand what parameter that i must use in this method (getSAPIconWebResourcePath(...)). I have try fill this methos with this : "~sapicons/s_b_disp.gif" but it not works. Anyone can explain this to me ? Thank you.

Regards,

Satria

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

For your actual question , it would be

	getSAPIconWebResourcePath("s_b_disp.gif") ;

And as far as i know , using a ~sapIcons .. would inturn use the same function..!

Maybe give this function a try ! Also , check if the sapIcons folder exists in the server

usr/sap/...server0/ and then search for it ..

Regards

Bharathwaj

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

It is ~sapIcons/s_b_disp.gif ..

Seems to work for either cases.. But the folder name which has these icons is sapIcons.. !

Regards

Bharathwaj

Former Member
0 Kudos

Thank you Bharathwaj, but still it's not working.

Regards,

Satria