Import graphics using se78 in bmp format

Dear Moderator,
I search all of them but no one of them solve my issues. Its a very urgent. Please Unlock them .so I am getting my solutions as early as possible.
Regards,
Anish

Hi.....
I try to import a graphics in bmp format using se78 t-code. but image looks different from orginal one i.e. it becomes blur.
Any other method we can import bmp format images .
Regards,
Anish

Similar Messages

  • Importing graphics using SE78

    I am trying to import a few graphics using SE78 but I get an error:
    " Bitmap file: No color table available (True Color, Bitcount 16)
         Message no. TD875"
    Does anybody have any ideas?  The files are color bitmap images and reside on my local drive.
    Regards,
    Davis

    Hi Davis,
    The error you are getting is because of this code in standard SAP.
    case bmp_bitcount.
        when 1.
          otf_bminfo-bmtype = c_itf_hex_bcol. "2 color
          otf_bminfo-is_monochrome = c_false.
        when 4.
          otf_bminfo-bmtype = c_itf_hex_bcol. "16 color
          otf_bminfo-is_monochrome = c_false.
        when 8.
          otf_bminfo-bmtype = c_itf_hex_bcol. "256 color
          otf_bminfo-is_monochrome = c_false.
        when 24.
          otf_bminfo-bmtype = c_itf_hex_bcol. "16 million colors
          otf_bminfo-is_monochrome = c_false.
        when others.  "16 or 32 bit true color
          message e875 with bmp_bitcount raising bmperr_no_colortable.
      endcase.
    So my guess is that your image is a 16 or 32 bit true colour and maybe SAP doesnt take in those kind. Try to open your image in paint brush and try to do some manipulations and try again. Maybe it will solve your problem.
    Thanks
    Aneesh.

  • Method to Import graphics using se78

    Hi Friends ,
    Can anyone tell me how to import graphics in bmp format using se78.
    I import a image but image becomes blur .
    Give me solution how to upload the images using se78 with same as orginal image.
    Regards,
    Anish

    Hi,
    Edit your photo with 'Windows Live Photo gallery' or 'Windows Picture and fax viewer' based on your operating system.  You will have auto adjustment, resolution etc.
    Keep optimal size of the picture to fit in the window size of your form.  If you keep it too small, it might be zoomed and blurred.  Also, try uploading it through black and white option.  It would be more highlighted.
    Regards,
    P Gomatheeswaran

  • To import Graphics using RSTXLDMC program

    Hi friends,
    I am trying  to import .tiff files using RSTXLDMC program  but on this i get an error:
    " TIFF format error: No baseline TIFF 6.0 file "
    How to resolve this problem.
    Regards,
    Anish

    hi,
    Plz refer the following links,
    [importing graphics in tiff format ???;
    [http://sap.ittoolbox.com/groups/technical-functional/sap-dev/creating-logo-in-sap-3022008]
    [TIFF 6.0 baseline error;
    [Re: TIF file upload error;
    [Re: Images in smart forms;
    Hope this will help you,
    Regards,
    Renuka S.

  • Import errors using TIFF, JPEG, BMP, PSD

    I've been trying to import as assets or slideshows from Adobe Bridge (using CS2 as my main program) still images with the same message for 25% of the files, that being that Encore cannot decode the media, and perhaps you should find the proper decoder. For Christ sake. I'm using and Adobe product throughout the procedure.
    The files are all 8 bit, with no layers, without imbedded file data.
    It's like Encore 2.0 isn't talking with CS2 at all, or at least not all the time. Some files import fine, others simply will not.
    I'm using the Nikon D2x camera and maybe there is a problem there??? Shouldn't be in my mind. Professionals use professional equipment!!!
    I'm just about at my wit's end. I've a deadline here and Encore is proving to be a nightmare.
    I've called tech support and they were no help at all. they did suggest converting to bitmap, and that works-- like I say -- all but 25% of the time still. What about my files are corrupted??
    Computer is a 3.2 Ghz Intel Pentium 4 with 2 GBs of RAM, running Windows XP.
    HELP!!

    Though far too late for someone with a deadline almost a year ago, one thing that I have noticed when using PSD files in other Adobe Apps is that one should always Save w/ Max Compatibility checked, even though the files are a bit larger. I have all my copies of PS set to this, as the default, but had changed it on one (for some now unknown reason) and Save(ed) several PSDs. InDesign CS2 would not Place these files.
    Another thing to look for is the excess baggage (Paths, Channels, etc.), that is necessary when working on the files in Photoshop. I always Save all of that material in my working folder, but then clean it up, when I do the final Save_As to the images folder for Import/Place into another app. I still have that material in the original working version, but do not include much of it, for final output. If I need it for Edit in Photoshop, I can always drag it in from the working version, and then Delete it, when the re-work is done.
    I would have loved to hear the answer to Ruud's question from the OP, but assume that he/she found the difference, and just got too busy to share it.
    As for the Nikon - should not be a problem. I shoot NEF (Nikon's RAW) and then, using ARC in PS CS2, Save_As PSD, when I have applied my settings and corrections. Never had a problem with this workflow. However, I do Image Size to whatever I will need in the other apps., so the files are no larger, than they will need to be.
    Hunt

  • Error while uploading *.BMP file using SE78

    Hi
    I am trying to upload a BMAP file from presentation server onto the document server using SE78.
    I am facing an error saying
    "This is not a *.BMP file(they begin with <> "BM")"
    Message no. TD874
    I have the necessary company logo in this file and I want to put this in the sapscript.
    Is there some formatting that needs to be done to the bitmap file before importing in SE78.
    Please help!
    Thanks
    Bala

    hi
    Convert BMP from <b>Command prompt using ren command</b>
    then follow below process
    Go to transaction SE78.
    Follow the path given below (on the left windows box) :-
    SAPSCRIPT GRAPHICS --> STORED ON DOCUMENT SERVER --> GRAPHICS --> BMAP
    Enter the name of the graphics file on the right side and Go to the menu GRAPHIC --> IMPORT
    The program is RSTXLDMC, the logo needs to be save in .TIF format.
    Use transaction SE78 to inmport graphics to SAP.
    In the form painter, you can either include directly to the form using menu Edit->Graphic->Create or using the INCLUDE statement in a window.
    To use an INCLUDE stanment, goto into the woindow script editor and use menu Include->Graphic. The include can look like this for a bitmap:
    /: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON
    regards
    vinod

  • Error in importing image into SAP using SE78

    Hi to all,
    I was trying to upload a '.bmp" image into SAP using SE78 but I failed.
    Se78 -> BMAP Bitmap Image -> Graphic -> Import -> Specified the complete path ->given name desc and type .
    Ended up with the following message.
    Graphic TRF_LOGO_REV could not be saved
    (2TRF_LOGO_REV)
    Pls. help as I am not sure whether I missed any step.
    Thankx in advance.

    Hi,
    Go to SE78 Transaction ie Aministration of form graphics,
           there select GRAPHICS General Graphics,under this BMAP Bitmap Images will come.
           select that,then a sub window will appear.
    There give the name of your logo and select the import button which is at the extreme left.
           Then again a sub window appears,there give the path name and name of the logo,and some description then press enter.
    Now the logo is uploaded,for preview you can select last button which is print preview.
    Now goto the form,select the window where you want to print the logo.
           Then in that window place the cursor at tag coloumn and select command line.
           Now go to INSERT and select GRAPHICS.A subwindow appers click on 'stored on Document Server',
           give the name of the logo and press enter.
           Then the image information will be displayed on the form.Save the form and activate it.
    Go to se38 transaction write the print program and execute.
    Regards,
    jaya

  • Error while uploading the logo using se78

    Hi All,
    I am using se78 tansaction to upload the company logo.i save the file as .bmp on desktop.while importing the file its giving me an error that file format is not valid.Please tell me which format should i use to upload the logo.
    Regards
    lalit

    Hi,
    There are 2 ways of getting images into SAP. One is uploading as Graphics; in this case, BMP should work just fine. Or you can import the image as Standard text, in which case you need to convert it to TIFF baseline 6.0 format, uncompressed. Use a specialized software such as Corel, etc.
    Regards,
    Claudiu

  • Imported graphics partially obscurred by black rectangles in PDF

    When I PDF a document with a lot of imported graphics, alot of the graphics are partially obscurred by black rectangles. I'm using the Adobe PDF print driver. Many of the graphics are BMPs (I inherited the files, I know it's a dumb format to use).
    I've tried reimporting the graphics but still no luck.
    I'm using structured Frame + SGML 6.0.
    Any ideas?

    Distiller 7.0
    FrameMaker+SGML 6.0p357
    Windows XP Pro SP 2
    Acrobat 7
    (Don't know about the updates)
    It's running in emulation mode on a UNX box, so perhaps that makes a difference, but I think it has something to do with the graphics, since they don't always show the black box.

  • How to create the Export Data and Import Data using flat file interface

    Hi,
    Request to let me know based on the requirement below on how to export and import data using flat file interface.....
    Please provide the steps involved for the same.......
    BW/BI - Recovery Process for SNP data. 
    For each SNP InfoProvider,
    create:
    1) Export Data:
    1.a)  Create an export data source, InfoPackage, comm structure, etc. necessary to create an ASCII fixed length flat file on the XI
    ctnhsappdata\iface\SCPI063\Out folder for each SNP InfoProvider. 
    1.b)  All fields in each InfoProvider should be exported and included in the flat file. 
    1.c)  A process chain should be created for each InfoProvider with a start event. 
    1.d)  If the file exists on the target drive it should be overwritten. 
    1.e)  The exported data file name should include the InfoProvider technical name.
    1.f)  Include APO Planning Version, Date of Planning Run, APO Location, Calendar Year/Month, Material and BW Plant as selection criteria.
    2) Import Data:
    2.a) Create a flat file source system InfoPackage, comm structure, etc. necessary to import ASCII fixed length flat files from the XI
    ctnhsappdata\iface\SCPI063\Out folder for each SNP InfoProvider.
    2.b)  All fields for each InfoProvider should be mapped and imported from the flat file.
    2.c)  A process chain should be created for each InfoProvider with a start event. 
    2.d)  The file should be archived in the
    ctnhsappdata\iface\SCPI063\Archive directory.  Each file name should have the date appended in YYYYMMDD format.  Each file should be deleted from the \Out directory after it is archived. 
    Thanks in advance.
    Tyson

    Here's some info on working with plists:
    http://developer.apple.com/documentation/Cocoa/Conceptual/PropertyLists/Introduc tion/chapter1_section1.html
    They can be edited with any text editor. Xcode provides a graphical editor for them - make sure to use the .plist extension so Xcode will recognize it.

  • Width Wrong for Imported Graphics in Frame 9

    Has anyone else had issues with Framemaker detecting the wrong width when importing graphics?  As an example, when I import a JPG of a button that should be 21 x 21 pixels, Framemaker displays the width as 24px and the height as 21px.  This results in a smashed graphic.  If I adjust the dimensions of the graphic in FrameMaker to the correct dimensions, then print the PDF, the right border of the image is off.
    I have tried capturing the graphic a variety of different ways, and I always experience the same results.  I can import the graphic into Captivate or Word and the sizing is correct.  Any ideas?  Thanks!
    I am using FrameMaker version 9.0p237 as part of the Technical Communication Suite 2.

    I just tested this with a sample file at the 21x21 dimensions, and you are absolutely correct. FM9 screws up the dimensions (and default dpi resolution) for PNG and GIF files. I also tried BMP and TIF equivalents and these were ok. FM8 does not have this problem, so it looks like Adobe played with the PNG and GIF filters a bit (perhaps to get rid of all of the extra colours coming in).
    For a JPG or PNG import of a 21x21 at 96dpi, FM9 seems to think that it is 24x21 at 110dpi. FM8 gets it right.
    For a GIF import of the same, FM9 thinks it is 22x21 at 75dpi. FM8 got it right.
    What's also strange is that if the dimensions are both even, e.g. 20x20 at 96dpi, then FM9 gets it right for the JPG, PNG and GIF. However, if the *first* dimension is odd, e.g. 21x20 it gets it wrong again as before, but if the second dimesion is odd, e.g. 20x21, the it gets it right. VERY WIERD!
    It's definitely a BUG.
    I would suggest that you either use BMP or TIF for now OR try to increase your icons by 1 pixel to make them an even size, e.g. 22x22.
    I'd also recommend that you not use JPG for these, but rather GIF or PNG, because you may generate some unwanted artifacts in the JPG due to the lossy compression used.

  • "print" command in Mathscript not saving plots in BMP format!

    Hi guys,
    i am trying to create a vi that will automatically generate a pdf report for my project. I found a way to save the report directly as pdf (that is, i "print" my report to a virtual PDF printer (PDFCreator) that saves the file automatically to a specific folder with the date/time as its name. So this was the first step to making the procedure automatic).
    I am stuck in the next level, which is adding to the report not labview's bad-looking graphs, but the plots generated through the Mathscript.
    So, after adding as input "a" my data to the mathscript node, i use the following commands:
    figure
    plot(a)
    print image
    Now, what this sequence does is make a nice plot of my data and then save it as "image.eps" in the default folder.
    However, the eps format is not at all useful to me as i cannot import the plot with the "Append Image To Report.vi". This vi supports only BMP, GIF, WMF, EMF and JPG formats.
    So, i want to save the plot from mathscript as BMP. This is supposedly possible, however i have not been able to find a way. The "print" command help for Labview 2011 Mathscript reads:
    http://zone.ni.com/reference/en-XX/help/373123B-01/lvtextmath/msfunc_print/
    Syntax
    print
    print(a)
    print(file)
    print(a, file)
    Description
    Print the plot window or save it into a file in either BMP or EPS format. If the plot window to save is an image plot or a 3D plot, the file must be in BMP format. For other kinds of plots, both BMP and EPS formats are supported.
    There is no way for me to choose which format i want and it automatically chooses eps. If i use the command
    print image.bmp
    it gives me back an error. So, adding the .bmp ending is not the way to go.
    All in all, it is crucial for me to export the plot in BMP format (so as to import it in the report generation), but i cannot find a way, althouth it is supposed to work.
    Any ideas????
    Thanks
    PS. I run Labview 2011 SP1
    Solved!
    Go to Solution.

    Thanks a lot ttrr!!

  • Strange Facet of Imported Graphic: ò\e2

    Hello Framers,
    I am using Frame 7.1 and have just taken over a project from a colleague who is sometimes, er, careless with best practices.
    So I MIF-washed all files (replacing all OLE2 graphics) and tried to save as RTF. Frame crashed. I looked at the Object properties of some imported graphics and found this:
    A minute later I looked again at the same properties again and the Facet was "DIB" -- in other words normal.
    This is the same graphic, same command (!go). In between I had looked at some other graphics and seen another with the strange facet. Because it is intermittent it was hard to get such a pair of grabs.
    I looked in the MIF and could find nothing unusual (but I am by no means a MIF-guru).
    Has anyone else seen such strange facets? Or have any ideas? As a workaround I shall try re-importing all graphics and hoping that the problem does not come back.
    --- Derek

    Thanks Sheila and Art,
    Since this is an intermittent problem it's hard to investigate. I entirely agree about BMPs and embedding, but I inherited this project and that's how it is.
    I do the Save As RTF because my SME is enamoured of Word; I convert the RTF into DOC and he can then edit in his favourite tool. With Track Changes I can then see what needs to be done in the Framemaker source.
    I have Windows XP SP3 running with 2GB RAM so I don't think I am hitting a resource limit.
    Before posting I had extracted all embedded graphics and included them as PNGs by Reference. But Save As RTF still crashed on one chapter; it was while investigating the graphics in that chapter that I stumbled on the strange facet problem.
    I'm 99% certain that the Save As RTF crash is related to the  graphics; if I delete all graphics the save goes OK. I cannot say for sure that it's related to the facets but an intermittent crash related to an intermittent strange facet sounds mighty suspicious.
    Yesterday after posting I re-embedded all graphics (delete and re-import with ! f i f ) but it still crashed. So I converted the larger graphics to PNG and re-imported them. I tried a quick Save As RTF and it worked. Hurrah! So I repeated the Save, this time to another directory, and it crashed. This morning it crashed again (but not before I had made a copy of the successful save ! ). There are still small graphics (screen caps of buttons in running text) but it will take me ages to convert all of them (it took an hour to do the larger graphics).
    Thus I have files to keep my SME happy for now, but there may be some nasty surprises waiting for me somewhere down the line. That's why I'd like to nail this to the wall. I'll try Art's suggestion of yet another MIF-wash (which will be the third) and report back if there's anything new.
    --- Derek

  • Using PDF as image format

    Hi, Frame users
    What is your opinion on using Graphics with PDF-format when authoring DITA content, as I'm not sure that PDFs are supported as Graphics-format in DITA?
    Reason for this is that I'm trying to switch from using grapics with WMF-format (exported from cad) to SVG-format, but I have experienced some problems when importing Graphics with SVG-format to FrameMaker.
    Sómetimes it works, but not always, for example "the filter encountered a problem and could not complete the translation".
    I have also tried checking if the files are valid with the W3C online validator.
    Best regards
    Ronny

    Hi Ronny...
    DITA doesn't care about the format, it's just a referenced file. How well this works will depend on your publishing stream. The best thing to do it to try it and see what happens. If you only produce PDFs through FM, then it's likely to be fine. If you produce HTML-based output through RoboHelp (or through the FM Publish command), it'll probably work fine there as well. If you use the OT, it may not work .. the OT doesn't do any image conversions and will just pass the file through to the output format as it is.
    SVG can work if you've got "clean" files. The SVG format is very flexible and can render the "same" image in many different ways. FM's SVG rendering seems to only be set up to understand a subset of what the format can really handle. If you get SVGs from different tools they will likely be created by different means. Open them up in a text editor and take a look. If you find a tool that produces SVG that FM likes, you can probably continue to use that tool and it'll work in FM. (maybe)
    SVG can have similar problems as PDF though, it may or may not be properly supported by your publishing stream. Most modern browsers will support SVG, but older browsers may not. The best thing to do is to give it a try, and test it in all of the deliverable formats that you're likely to use.
    Cheers,
    …scott

  • Import graphics that don't need to be rendered?

    Is there a graphic format for stills that I can bring into FC4.5 without having to render on the time line? I’m importing folders full of stills (screen grabs) to create narrated slideshows, and having to re-render every time I shift a transition point...boring!
    Thanks!
    dc

    Interesting; so might I select a different codec until I’m done editing and ready to export, then switch back to Animation?
    Ultimately, I’m knocking the file down with Squeeze, exporting as QT using “Current Settings,” and getting beautiful results with tiny files, at 6 fps. Btw, the imported graphics are the same size as the project.
    Appreciate the comments.
    dc

Maybe you are looking for

  • How to select Card manager on Default JavaCard simulator from NetBeans 7.2

    Hi I'm trying to resolve three questions 1) to find FAQ/Manual about simulator included into 3.0.2 JavaCard Connected platform 2) which commands for Card Manager of simulated default JavaCard are supported 3) how to upload simple applet (ex. HelloWor

  • Search in form

    Hi All I have this code for search i want search by two items like that either one field is fill or both were filled i tried but not succeed please guide Same type of one more search field need to add declare      l_where varchar2(4000); begin   if :

  • Can't mmap anonymous memory

    Hello all, Yesterday I could not run 'sort' command from shell: root> cat foo.txt | sort sort: can't mmap anonymous memory: Resource temporarily unavailable where foo.txt is a text plain file: root> ls -la foo.txt -rw-r--r-- 1 root root 6443 Feb 25 1

  • Single line JTextPane

    I am trying to create a calculator which provides some very basic syntax highlighting, so I used an instance of JTextPane and something I call an EcuationDocument which on every insert checks the text in the JTextPane and adds color as needed. So far

  • StartUpContextListener

    Whenever i am running tomcat through eclipse i am getting the following error: SEVERE: Error configuring application listener of class org.apache.myfaces.webapp.StartupServletContextListener java.lang.NoClassDefFoundError: javax/servlet/ServletContex