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 ?