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

print logo in SAPSCRIPT using if condition

Former Member
0 Likes
1,117

i have two logos to print on same window one at a time depending upon a condition...

plz help

i have two logos to print on same window one at a time depending upon a condition...

plz help

4 REPLIES 4
Read only

Former Member
0 Likes
750

Hi

Insert an IF statament before calling the logo:

/: IF ......

/: BITMAP 'ZLOGO1' OBJECT GRAPHICS ID BMAP TYPE BCOL

/: ELSE

/: BITMAP 'ZLOGO2' OBJECT GRAPHICS ID BMAP TYPE BCOL

/: ENDIF

Max

Read only

Former Member
0 Likes
750

hi ,

IF conditon.

BITMAP 'ZLOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL.

ELSEIF condition

BITMAP 'ZLOGO2' OBJECT GRAPHICS ID BMAP TYPE BCOL.

ENDIF

Read only

Former Member
0 Likes
750

set up some flag in se38, if condition satifies.

check for this flag in layout program and depend upon this condition print onelogo else another logo.

Read only

Former Member
0 Likes
750

hi,

refer these links

Cheers

Alfred

Reward with points for helpful answers