| How to display company logo
in workplace (work item preview)?
Go to "WI display" tab of your dialog step.
use function module SWL0_PREVIEW_DEMO_GIF_ONLY (logo only) or
SWL0_PREVIEW_DEMO_TEXT_AND_GIF (logo plus text) as template to create
your own.
For the image:
go to tx SMW0,
- choose binary
- then click the blue table icon
- execute the transaction.
You'll get a table where you can add your own logo.
For e.g. your image is called Zmiguel, type .gif.
To be able to see it you have to assign an editor (settings-->assign
myme editor) assign iexplorer for example to image/gif type.
Then in your function (copy of FM SWL0_PREVIEW_DEMO_GIF_ONLY or
SWL0_PREVIEW_DEMO_TEXT_AND_GIF)
add:
e_info-gif-id = 'ZMIGUEL'.
e_info-gif-ALIGN = 'R'.
Best regards,
SAP Basis, ABAP Programming and Other IMG Stuff
http://www.sap-img.com
All the site contents are Copyright © www.sap-img.com
and the content authors. All rights reserved.
All product names are trademarks of their respective
companies. The site www.sap-img.com is in no way affiliated with
SAP AG.
Every effort is made to ensure the content integrity.
Information used on this site is at your own risk.
The content on this site may not be reproduced
or redistributed without the express written permission of
www.sap-img.com or the content authors.
|