Application Development and Automation 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: 
Read only

Dynamic logo in sapscripts

Former Member
0 Likes
1,747

hi all,

How do i create dynamic logo in sapscripts. i need to change the logo depending upon the company code. and there are 10 company codes. i have done my logic but how do i keep my variable.

my varaible: complogo.

thanxs in advance.

9 REPLIES 9
Read only

Former Member
0 Likes
1,156

Hi

Based on the company code you can send the logo name into a Variable from your Driver program and you can just use it here in the following statement.

/: BITMAP V_LOGO OBJECT GRAPHICS ID BMAP TYPE BCOL

Regards

Surya.

Read only

Former Member
0 Likes
1,156

Hi hari,

make an if-statement for burks. You have to insert

the logos as stadart-text.

do this in script

IF &BUKRS& = '0001'

INCLUDE Z00001 OBJECT TEXT ID ST

ENDIF

IF &BUKRS& = '0002'

INCLUDE Z00002 OBJECT TEXT ID ST

ENDIF

regards, Dieter

Read only

Former Member
0 Likes
1,156

Refer this thread:

Regards,

Ravi

Read only

Former Member
0 Likes
1,156

hi shankar

Refer this thread...

Hope this helps

Cheers

Alfred

Read only

Former Member
0 Likes
1,156

HI ALL,

MY QUESTION IS THAT HOW DO I INSERT THE BELOW COMMAND IN SAPSCRIPTS. TELL ME THE PROCEDURE TO INSERT THIS COMMAND.

/: BITMAP V_LOGO OBJECT GRAPHICS ID BMAP TYPE BCOL.

THANXS IN ADVANCE.

Read only

0 Likes
1,156

Hi

U've to create a window for logo, place it in the page where you need to display the logo.

Insert that command in that window.

Max

Read only

0 Likes
1,156

Hi,

Insert ur command in logo window text element...(wherever u want it)

Regards,

Kumar

Read only

Former Member
0 Likes
1,156

HI hARI,

GOTO TEXT ELEMENTS,->INSERT-.GRAPHICSAND THEN GIVE THE NAME OF THE LOGO.

REGARDS,

KEERTHI

Read only

0 Likes
1,156

and it also helps to work with the old editor in sap script windows. then you can copy past the code more easily