문제

I would like to show a logo with transparency at the top of my dynpro custom container using the cl_gui_picture.

At the moment I am using the class cl_ssf_xsf_utilities to get an bmp out of the BDS.

The last step is the method load_picture_from_url from cl_gui_picture.

Is it possible to load an image like a gif or something with transparency?

Thanks! =)

도움이 되었습니까?

해결책

I expect the background color from the underlying SAP GUI Theme to appear. In the meantime I solved the problem by using the SAP Web Repository because it can handle GIF's with transparency. I used the function module "DP_PUBLISH_WWW_URL" to get the url for "cl_gui_picture".

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top