‎2007 Jun 18 11:45 AM
Hi Experts ,
I am migrating the Sap Script to Smartforms . In the Script we have the syntax :
<b> /: DEFINE &LOGO-NAME& := 'ZHEX-MACRO-&likp-vkorg&-DL'
/: INCLUDE &LOGO-NAME& OBJECT TEXT ID ST LANGUAGE &SY-LANGU&</b>
when i use the same statement in smartforms , the logo is not coming .
Is there is any other way to print the logo ?
Please help me . Points will be assured .
Thanks ,
Senthil Kumar R
‎2007 Jun 18 11:50 AM
Hi,
If you know the logo, then directly you can pass the same into a window
select graphics within window by right clickng and select the graphics u required
regards
Shiva
‎2007 Jun 18 11:50 AM
Hi,
If you know the logo, then directly you can pass the same into a window
select graphics within window by right clickng and select the graphics u required
regards
Shiva
‎2007 Jun 18 11:56 AM
Hi
In SE78 Tcode first find your related Graphic (related to LOGO)
then ome to smartforms
Keep cursor on Page
Right click
CREATE-> GRAPHIC
enter graphic name which you have choosen in SE78
Give the attributes
Name,OBJECT and ID etc
save and activate
it will print the logo on execution
Reward points for useful Answers
Regards
Anji
‎2007 Jun 18 11:59 AM
right click on window node -> create -> graphics.
there u have to select the logo what ever u want.
regards
prabhu
about smartforms.
<http://www.sapgenie.com/abap/smartforms_detail.htm>
http://www.sapgenie.com/abap/smartforms_detail.htm
http://www.sap-img.com/smartfor
<http://www.sap-img.com/smartforms/sap-smart-forms.htm>
ms/sap-smart-forms.htm
‎2007 Jun 18 12:03 PM
Hi
You can have a graphic window and give a <b>variable name</b> under <b>graphic name</b>.
Based on your likp-vkorg, you can populate the variable. So that, you get dynamically different logos based on vkorg.
Regards
Raj