Skip to Content
0
Former Member
Dec 21, 2007 at 07:12 AM

Is it possible to use same sap script for different comp code with difflogo

33 Views

I have 3 company codes. I need to use same sap script to all but each company code has different logo. I dnt want to go for 3 different sap script. Is it possible to change in coding

like this

If comp code = '100'

print ' logo1'

If comp code = '200'

print ' logo2'

If comp code = '300'

print ' logo3'

in same sapscript.If yes how ?