cancel
Showing results for 
Search instead for 
Did you mean: 

Image in sap script

Former Member
0 Kudos

HI experts ,

I am doing modification to customized sap script which is done by previous abaper.

There is a image had been attached in a window like this :

BITMAP &Z_SIGN1& OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 150

But when i searched in se78 i dont find Z_SIGN1.

Do you experts why there is a image Z_SIGN1 in se78.

But there is a similiar image but with different name DIR01.

How to find the Z_SIGN1 in sap.

Please guide me.

Thank you very much.

regards,

s.saravannan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks guys a lot.

former_member196280
Active Contributor
0 Kudos

Check your driver program/sub-routine pool(for image name), the value of Z_SIGN1 will be assigned in your driver program and passed to your SAP script.

Regards,

SaiRam

former_member181995
Active Contributor
0 Kudos

Sara,

&Z_SIGN1& seems a variable.try to find via debug from where &Z_SIGN1& value gets chaging.

Amit.

Former Member
0 Kudos

HI friend,

Just i m calling the image into the script ..

The moment i call the image can i change the name of the image.

is it possible.

regards,

mrsara27....

former_member181995
Active Contributor
0 Kudos

Not sure but you can try this once by debugger.

Amit.