cancel
Showing results for 
Search instead for 
Did you mean: 

How to upload 3 Logos for same sap script

Former Member
0 Kudos

I have 3 company code.

If comp code = 'A'

print logo X

if comp code = 'B'

print logo Y

if comp code = 'C'

print logo Z

for this task , how can I upload Logo for Sap script

I need to upload 3logos in same form

please guide me

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi JK,

You have to upload the logos as normal and using insert stsmt insert into script based on the condition.

/: BITMAP V_LOGO OBJECT GRAPHICS ID BMAP TYPE BCOL

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

Refer this thread:

Reward points if this helps.

Manish