Application Development 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: 

dynamic change of logo in SAPSCRIPT

Former Member
0 Kudos
439

hi,

can u tell me how to dynamically change the logo based on company code when creating an invoice.to be more clear when i creatE aN invoice with company code 1000, i should get one logo and for invoice with companycode 2000 the logo should change.how to do this in SAPSCRIPT.

REGARDS,

SANJAY

1 ACCEPTED SOLUTION

Former Member
0 Kudos
118

Are you not able to use if stmts :

IF &bukrs eq '1000'.

include 1000_logo

ELSE.

ENDIF.

2 REPLIES 2

Former Member
0 Kudos
119

Are you not able to use if stmts :

IF &bukrs eq '1000'.

include 1000_logo

ELSE.

ENDIF.

former_member214131
Active Contributor
0 Kudos
118

Hello,

Plz refer to this link.

Best Regards, Murugesh AS