Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

logo in Smartforms

Former Member
0 Likes
580

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
549

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

4 REPLIES 4
Read only

Former Member
0 Likes
550

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

Read only

Former Member
0 Likes
549

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

Read only

Former Member
0 Likes
549

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

Read only

Former Member
0 Likes
549

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