2008 Aug 18 12:47 PM
Hi there
A Zip File stored in DVS contains a BMP image. I have to extract the BMP,and save it to the BDS for displaying it on a smartform.
The step reading the zip from the DVS and extract it to a XSTRING was no big deal, but now im stuck with saving it to the BDS. please help.
best regards, urs
2008 Aug 18 2:07 PM
try function group STXBITMAPS
Eliram.
2008 Aug 18 2:07 PM
2008 Aug 18 2:14 PM
also:
Load the converted file to SE78 repository
PERFORM import_bitmap_bds(saplstxbitmaps)
USING
lv_targetpath_bmp
lv_name_bmp
'GRAPHICS'
'BMAP'
'BCOL'
'BMP'
lv_title_bmp
''
''
''
CHANGING
l_docid
gi_resolution.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |