cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding printing logo at dynamic position

Former Member
0 Kudos

Hi SAP Gurus,

My requirement is as follows,

I need print some logo in smartform. The position of the logo is not fixed. it depends on the data.

say for example, if vendor details are present , I need to print a logo of vendor at a dynamic position.

Please suggest.

Regards,

Pavan.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member213851
Active Contributor
0 Kudos

Hi Pavan,

As you need to print logo at different positions in smartforms  , you nned to create different window each corresponding to position where Logo nned to be printed.

Now, you need to add conditions to window containing Logo  so that only relevant Logo window will get printed at relevant position after checking the condition.

Best Regards,

Sachin

Former Member
0 Kudos

Hi,

Thanks for your reply,

However, the position of the logo will be know at run time, I cannot create different windows.

former_member213851
Active Contributor
0 Kudos

Hi Pavan,

Although the position of logo is determined at runtime, there must be total  "N" number of different positions at which Logo will get printed after checking certain condition. I mean you must be knowing that  if (a = b) , logo on top left of page ,

         if (x = y) , logo on top Right of page,

         if (p = q) , logo on middle  of page   and so on...

I want you to crate windows at those all "N" positions with one or more  conditions so that only 1 Logo window will get printed dynamically.

Former Member
0 Kudos

You can specify dynamically which logo to print. Check this thread.

http://scn.sap.com/thread/1728153

Thanks,
Shambuhow to Inserting logos in smartform Dynamically

former_member209818
Active Contributor
0 Kudos

Hi Pavan,

IF I am not wroing, Your Logo is dynamic.. but it's position is not dynamic..

In this case, you upload both the logos in the system and then, in the initialization, based on the logic (Vendor data availability.) decide which logo needs to be printed.. store your logic in a global flag variable.. and based on this flag value.. print the Logo by using Conditions Tab available for Logo Node..

Former Member
0 Kudos

Hi,

Thanks for the reply,

My requirement is to dynamically print the logo by position. The logo name is fixed, i need to print it at different places in runtime.

Regards,

Pavan.