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

Read ZIP entry into DBS

Former Member
0 Likes
551

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
500

try function group STXBITMAPS

Eliram.

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

2 REPLIES 2
Read only

Former Member
0 Likes
501

try function group STXBITMAPS

Eliram.

Read only

0 Likes
500

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.