cancel
Showing results for 
Search instead for 
Did you mean: 

how to print logo dynamically as par code entered in selection screen?

Former Member
0 Kudos

Hello Experts

I am new to smartform .

my requirement is to generate logo in smartform as par company code.

Reqiurement in details.

if user select the company code in user screen corresponding logo will be printed in smartform.

i searched in sdn and google realated to this issue but i didn't get satisfactory answer.

or you can say i need more help than available in sdn.

i uploaded all company logo in through SE78.

i created a window in smartform for logo and declared a variable in global definition .

plese plese help

if possible link some good material related to this issue.

thanks in advance

chitta ranjan mahato

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Did you output a graphic in the window you created, specifying the variable as the graphic name? And did you populate this variable with the name of the graphic you need prior to it's output?

Regards, Andy

Former Member
0 Kudos

I would like to make it clear Andy.

Hi Chitto,

You upload Company code image to SAP through SE78 and:

1/ In smartforms, declare a variable in Global Definitions ie. g_cocode_graph type char70.

2/ Create a code node to capture each company code that you send to smartforms then assign relevant image name that you uploaded through Se78

3/ At graphic node, provide name &g_cocode_graph& (that you declared above).

Please try and reply.

Answers (0)