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

Dynamic graphics in Smart Forms

Former Member
0 Likes
1,002

Dear All:

I have a requirement in my SMARTFORM page development that i have to place a dynamic graphics and printout.

Does anyone know how to control the dynamic graphics in Smart Forms?

Any help whould be highly appreciated.

Many thanks in advance.

Regards,

Elvis

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
665

Hello,

I have developed many SSFs with dynamic logos. But it would be better for me to answer if you give the scenario. Please explain the scenario.

Regards, Murugesh AS

6 REPLIES 6
Read only

Former Member
0 Likes
666

Hello,

I have developed many SSFs with dynamic logos. But it would be better for me to answer if you give the scenario. Please explain the scenario.

Regards, Murugesh AS

Read only

0 Likes
665

Dear Murugesh :

The purpose of mine is:When I print packing list ,the printing position of shipping mark(a diamond) of the second item is floating.How can i to do this with SFF?

p.s. the customer short name needed to be printing in the diamond .

Many thanks in advance.

Regards,

Elvis

Read only

0 Likes
665

Hello,

You can call the graphic dynamically as per your requirement by calling the Graphic dynamically, For ex: Name of the graphic: &WA_ITAB-FIELD1& ( which is a field of IntTab ITAB taken into Work area WA_ITAB ).

Also please note that you cannot print / overlay text in a diamond, perhaps you can have a work around to print the graphic and beside the graphic you print the Customer short name. for this you can either define a table / template.

Hope this helps you.

Best Regards,Murugesh AS

Read only

0 Likes
665

Dear Murugesh :

You mean that in <b>Smart Forms</b> can calling the Graphic dynamically,but can't print/overlay text in the diamond,all right?

Appreciate your help.

Regards,

Elvis

Read only

0 Likes
665

Hello,

Yes, you are right.

Best Regards, Murugesh AS

Read only

0 Likes
665

Hi Murugesh,

Thank you very much for your suggestion.

Regards,

Elvis