‎2008 Jan 24 10:36 AM
Hi,
Do anyone here have an idea how to select a logo in Smartform dynamically.
The Scenario is like this.I will upload 4 or 5 logos with some name which is in sync with the username through which the user is logging into SAP.I mean the TDNAME in STXBITMAPS will be same as SY-UNAME.Now depending on the sy-uname we have to select the corresponding logo.
But when coming to the smartform how to go ahead.Is this possible?
Thanks,
K.Kiran.
‎2008 Jan 24 10:38 AM
When you will create the LOGO node in the smartform. there is CONDITION tab you can put your condition there.
Create 4 Logo node in your smartform at the same position and in each logo node put the condition in the condition Tab. IF sy-uname = 'UNAME1' then LOGO UNAME1 will be called do it forall the logos.
Mukesh Kumar
‎2008 Jan 24 10:53 AM
Hi,
You can pass the image name through interface and in you logo field you can put &variable name it should work.
Atul