Application Development 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: 

Import Image Files BDS_DOCUMENT to SE78

Former Member
0 Kudos

Hi Gurus:

I’m want to move images to trans. SE78 or as a standard text, this images are in BDS DOCUMENTS file as a *.JPG, I am  using PERFORM import_bitmap_bds IN PROGRAM saplstxbitmaps
                                USING gi_filename
                                     gi_name
                                     gi_object
                                     gi_id
                                   gi_btype
                                    l_extension
                                     ' '
                                      gi_resident
                                     gi_autoheight
                                     gi_bmcomp
                             CHANGING l_docid
                                     gi_resolution.

But is not work.


The image have caract.  follow:

BDS_DOCUMENTTYPE = DS_IMAGE

BDS_DOCUMENTCLASS = JPG

DESCRIPTION = Imagen

LANGUAGE  =  S

RESERVED

STORAGE_CATEGORY = BDS_DB

Any idea how to do it?


Thank's.

thank's.

2 REPLIES 2

former_member188724
Contributor
0 Kudos

Hi,

If you look at the program saplstxbitmaps perform it takes only extensions 'TIF' or 'TIFF' or 'BMP', but yours is a GIF Extension.

Please save it as BMP or TIFF and try. It should work.

Regards,

K.S


0 Kudos

It's Ok, that's right, but there are thousands of documents, that I want to do for a Z program, but I don't find way to do it.


Regards,