cancel
Showing results for 
Search instead for 
Did you mean: 

problem with image and text on same line in sapscript

former_member186143
Active Contributor
0 Kudos

I try to make a sapscript which has a loop on itab

One of the values of itab is converted to an image


/: BITMAP &WA_AUSP-CLASS& OBJECT GRAPHICS ID BMAP TYPE BCOL

and the correct icon shows up corresponding their value

and another value (wit additional comments) of itab needs to be printed behind the icon on the same line.

I can't get the value on the same line. it's always printed on the next

is there a way to get both the icon and the value in one line ??

is it otherwise possible with smartforms ?

kind regards

arthur de smidt

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

Use this condition

/: BITMAP &WA_AUSP-CLASS& OBJECT GRAPHICS ID BMAP TYPE BCOL

= " Write the Internal table value which should be printed beside the Icon

Regards

Sudheer

former_member186143
Active Contributor
0 Kudos

nop with

=

it is still printed on the line below and not on the same line.

sorry forgot to mention that I already tried to print it as a long line

kind regards

arthur

former_member186143
Active Contributor
0 Kudos

I changed the report to smartforms. there it's working fine