cancel
Showing results for 
Search instead for 
Did you mean: 

FM for smartforms to get good fotos quality on CV?

Former Member
0 Kudos

hello all,

I am searching for a FM that convert BITMAP like that one for SAPSCRIPT ''SAPSCRIPT_CONVERT_BITMAP_BDS''?

because that one from is making the quality of fotos very bad !!

normaly we have to get fotos from Application server or archivlink, then converting it using FM ''SAPSCRIPT_CONVERT_BITMAP_BDS'' and save it in STXBITMAPS and then display on CV using smartforms,

or shall I convert it again befor displaying it on CV with FM ''SAPSCRIPT_CONVERT_BITMAP'' ? or how shall I do to get good quality of fotos?

thank you all

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

i think you can use same fm for smartform also.

fm : SAPSCRIPT_CONVERT_BITMAP.

Import parameters Value

ITF_HEADER

OLD_FORMAT ITF

NEW_FORMAT BMP

BITMAP_FILE_BYTECOUNT_IN 0

ITF_BITMAP_TYPE_IN *

Tables Value

ITF_LINES 0 Entries

BITMAP_FILE 0 Entries

BDS_BITMAP_FILE 0 Entries

here where we require to pass script or smartform name?