cancel
Showing results for 
Search instead for 
Did you mean: 

SAp script

Former Member
0 Kudos

Moderator message: please use a more informative subject in future. I've already asked you once.

Hi Experts,

I need to change a logo for script by copying standard one, but I need to place this logo only

for one company code rest of the company codes the logo remains same.

could anybody show how to do this

Thanks in advance

sai

Edited by: Matt on Nov 26, 2008 3:46 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

First create one window for Logo.

In that u can check the condition.

If Company code EQ '1000'

Print logo

endif.

Answers (3)

Answers (3)

matt
Active Contributor
0 Kudos

Please use a more informative subject in future. I've already asked you once.

former_member181995
Active Contributor
0 Kudos

....and you leaved this as it is!

Award points if useful."Priya P 

former_member181995
Active Contributor
0 Kudos

Matt,

What happend you deleted entire reply(including yours)?

Please delete mine also(Second last one)

Cheers,

Amit.

Former Member
0 Kudos

Hi Sai,

Solution by priya is perfect to the position of company code condition check. No perform-endperform required

Assuming that you have already uploaded the logos

Just call the different logos within a IF-ELSE-ENDIF

As Usha mentioned Company Code value will be available in some structure and in variable BUKRS

u need to use that Structure-company code condition

IF that Structure-company

logo 1

-ELSE

logo 2

-ENDIF

Hope this answers

Regards

Sajimon Chandran

Former Member
0 Kudos

This message was moderated.