2005 Jun 08 2:49 AM
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
2005 Jun 08 4:10 AM
Are you not able to use if stmts :
IF &bukrs eq '1000'.
include 1000_logo
ELSE.
ENDIF.
2005 Jun 08 4:10 AM
Are you not able to use if stmts :
IF &bukrs eq '1000'.
include 1000_logo
ELSE.
ENDIF.
2005 Jun 08 9:49 AM