LOGO stored as Text

Hi,
II have to retrive the material description from MAKT and then should append with some XXX which will contain a logo in the SO10...
have to insert this logo into the smartform which is stored as a Standard text.
can any one help .... Thanks in advance.

Hi,
While adding node in smartforms take care of following things
1) Select Text type as 'Include text'
2) text Name = Name of text in which image is stored
3) Text Object = GRAPHICS
4) Text ID = BMON (Black and White) / BCOL (Color Image)
5) LANGUAGE = Language in which text exist.
Regards,
Omkar.

Similar Messages

  • How to output a logo stored as standard text to excel using OLE

    Hi Experts,
    I have a requirement to write a program which creates an excel spreadsheet to download data from SAP.  The client would like the spreadsheet formatted with merged cells, background colours, different size fonts and in the top left corner of the spreadsheet to show their logo. 
    They have similar functionality in another report, however, this requires a template (containing all of the formatting) to be stored on the user's PC.  They do not want to have to do this with the new download.
    After checking the many postings on this forum I have worked out how to do most of the requirements, but as yet have still not been able to work out how to populate their logo to the spreadsheet.  They already have their logo stored as standard text (SO10), so would prefer to use this if possible.
    Any advise and/or sample code would ge greatly appreciated.
    Thanks
    Sandra

    Hi Surendra,
    We have the same requirement. We want to do some format changes to "Generic FSG Drill Template". I am able to do few changes. But when we run the report, we are able to see PDF, html output. But 'Exce' report comes with blank. Can you help on this. How were you able to see logo in excel file.
    Can you send the suggestions if any to my mail ([email protected])
    Thanks in advance.
    Thanks,
    Techie.
    Edited by: user1138068 on May 30, 2011 7:04 AM

  • Logo stored as a text.... print in Smartforms

    Hello Colleagues,
    My problem is the following:
    I have a logo stored as Standard text and I want to print it with Smartforms.
    When I create a Window-> Text node (Include Text), and i write the information of my logo....... the proble is that the result (print out) is not the logo.. instead I get letters:
    FFSDSDSDSd
    SDSDSDSDD
    DFGHFHFHFH
    The problem is that with smartforms it´s posible to include graphics BMAP, J7L..... but i don´t know how to include a logo stored as Standard Text.
    Could you help me???
    Or my unique option is to upoload the logo SE78 as BMAP????
    Thanks,
    Alfonso.

    In Smartforms you can't use the standard text for the logo purpose. You have to upload the BMP file thru SE78 as graphics image and then create a graphic node in your smartform. Include the one you have uploaded. In fact I was also facing the same problem. But I have to stick to the later solution.
    Hope this helps you, If yes please reward the points.
    Regards,
    Prem

  • Make Number stored as text - in excel using ABAP

    Hello all,
    How can I make a value to be stored as text in excels, without adding apostrophe in front of the value using ABAP.
    Im using ECC6.0 system. In erlier version 4.6C, values are displaying as numbers.
    We are calling methods in RSAQEXCE dynamically in our program to get the excel.
    Can any one help me in this regard.
    Thanks in advance.
    Best Regards,
    Sasidhar Reddy Matli.

    Hi Sasidar,
    In Excel right click the column select format cells and then select  the format as text which is general by default.
    Regards,
    Anil.

  • Geography polygon stored as text performance anomaly

    I have database with geography polygons stored as text, for various reasons. I understand that this is not optimal for performance reasons (and this is fine), but it was surprising to me how much faster a query becomes by a somewhat counter-intuitive workaround.
    Example in pseudo-sql:
    -- query style 1, about 40 seconds execution time
    SELECT indexedGeography.STIntersection(geography::STGeomFromText(geographyText, 4326)).STArea() /
    indexedGeography.STArea()
    FROM someTables
    -- query style 2, about 3 seconds execution time
    CREATE TABLE #tmp (geog geography)
    INSERT INTO #tmp (geog) SELECT geography::STGeomFromText(geographyText, 4326) FROM someTables
    CREATE SPATIAL INDEX [IX_Spatial] ON #tmp -- index syntax omitted
    SELECT indexedGeography.STIntersection(#tmp.geog).STArea() /
    indexedGeography.STArea() FROM joinedTables
    DROP TABLE #tmp
    So it feels like there is a possibility of a speedup if SQL Server could identify that it would be faster to under the hood run similar calculations for on-the-fly created geography in the execution plan as those that happen when CREATE SPATIAL INDEX explicitly
    is called.
    Tested on SQL Server 2012. The results from both queries are as expected, and the workaround is ok, so I don't have a problematic issue with this, just leaving some feedback.
    Best regards

    You'd need to look at the query plan to see exactly why they're different, but one reason a probably that using a string instead of a spatial type directly in a query, in general, means there's an extra type conversion going on during the query. And less
    chance that the optimizer to help you because it "sees" string. The "always use a spatial data type instead of a string for best performance" concept is documented in a few places including here:
    http://www.sqlskills.com/blogs/bobb/how-to-ensure-your-spatial-index-is-being-used/. 
    Cheers, Bob

  • Number stored as text

    Hi~
    when write a table to MS Excel, the number all stored as text as you can see green flag on left top corner of each cell, this is cause the fomula in upper cell un-workable.
    the code that used to write excel as below:
    have you even seen this before? pls advice, thx!

    Hi ELI,
    but in this way we waste much time to write excel, bcs the table was written to cell one by one.
    Nobody mentioned to write cell by cell. You still can write full columns or even 2d arrays of data - you just have to separate strings from numbers!
    can we solve this error in LabVIEW? with activeX..
    There is no error in LabVIEW. And there is no error in Excel. It's an error in your programming!
    By now you got two different solutions presented, how much more do you need?
    I thought you learned a lesson by now. But you still feed us with breadcrumbs of information with each of your posts: Now you bring the execution time into play…

  • "Numbers stored as text" error in Excel when I schedule a report

    Dear all,
    When I schedule a report, I got a "Numbers stored as text" error in Excel.
    But when I save as xls directly from webI, I have no error in the excel sheet.
    So, is it a bug ? I have the BO XI 4.0 version.
    Or is there a special option to set concerning schedule ?
    Mike.

    Hi,
    First check the object data type in webi. Normally this error will come when  object/variable data type is Text in the report.
    If you are getting this error with object data type number then  add 0 in the object and see.
    Like  =[Object] + 0
    It will force the value to be converted in the number.
    Regards,
    Amit

  • Archivelink - Document Class *  - All docs stored with text/x-docType mime

    Hi,
    I have configured an archivelink document type (OAC2) to use document class *, ie it can accept any file and not restricted to a particular type.  Document is being stored on archive server with a mime type of text/x-docType and therefore when you try retrieve it, SAP GUI isnt able to determine the mime type and only offers the 'Save As' dialog box, ie doesnt open in the SAP Viewer.
    I have previously used this * configuration on another clients system and it works correctly, the file is stored with the correct mime type and therefore is retrieved correctly.
    Any ideas why using the * config is forcing the mime type to text/x-docType?
    Thanks,
    Mark

    Hi Mark
    Transaction SPRO - SAP Reference IMG - SAP Netweaver - Application Server - Basis Services - ArchiveLink - Basic Customizing - Edit Document Classes
    The very first entry will be * and the MIME type is by default text/x-docType.

  • I see an apple logo instead of text (appears as a space)

    Something I am having an issue with is seeing an apple logo appearing as actual text. It seems to appear instead of a space. I have seen this appear in emails as well as web pages.
    I have cleared my font cache, checked for corrupt fonts, etc.
    Does anybody have any idea how to fix this?
    Please see a screen shot here to see what I mean.
    http://extremepixels.com/misc/apple.gif
    Thanks in advance.

    Thank you bandit
    I just checked and all my settings are Unicode (UTF-8) which appears to be the correct setting.
    Maybe it's just me and the fonts are intended to look like that.
    Can somebody do me a favor?
    Check out this thread
    http://discussions.apple.com/thread.jspa?threadID=1223605&tstart=0
    The second post. In MyMac8MyPC's signature do you see an apple logo right next to the Mac Mini text?
    If so I guess everything is fine. If not then something is wrong and I do see the apple log in text form there.
    Thanks again.

  • Logo in standard text

    hi,
    I have a logo in .tiff format on my desktop. I wanted to know how to save this in standard text ( SO10). So, that i can include it in my script.

    hi,
    I am unable to find the solution even sfters earching.
    Follwoing is the detailed error. If possible plz help.
    Load File
    The file contains      2,030  bytes
    This is a TIFF file with INTEL byte order
    First IFD offset:                                    1,832
    Reading IFD from offset      1,832  Number of Tags         16
    ImageWidth:                                            100
    ImageLength:                                            51
    BitsPerSample levels:                                    3
    BitsPerSample - level 1:                                 8
    BitsPerSample - level 2:                                 8
    BitsPerSample - level 3:                                 8
    Compression:                                             5
    Photometric Interpretation:                              2
    Number of StripOffsets:                                  2
    SamplesPerPixel:                                         3
    RowsPerStrip:                                           40
    Number of StripByteCounts:                               2
    XResolution:                                            96  /          1
    YResolution:                                            96  /          1
    ResolutionUnit:                                          2
    TIFF format error: No baseline TIFF 6.0 file
    Thanks,

  • Path for Pictures,Logos stored in SAP Server ??

    Dear All,
             I am Preparing a Z report for that I want to Import Logo.
             I hv already stored the Logo in SAP Server with SMW0, but for downloading that logo 2 Excel Application I want the path (URL) where it is stored.
            Can anyone guide me where I can get the Path of the pictures stored in SAP.(Database or Application Server).
    Thanking and with best regrads,
    Narendra

    Hi,
    i have not figured it out completely. But i think you can find it in transparant table STXBITMAPS.
    An old (obsolete) way of storing graphics is in tables STXL/STXH
    succes.
    Gr., Frank

  • Html code stored in text format, get back in html format

    Hello All, I am not much in to Database, but for one of our BI Development, we need this. We have a column which stores the html input from a webpage in text format. for example: '
    ' is stored in DB as '<html>' '<' and '&gt' are codes for < and > symbols. so is there any way to get the values from the DB in the HTML format like < and >. there are many other characters, not just these 2. If someone can point to, if we have any predefined function if we can convert into HTML? Thanks a lot in Advance, Regards, KN

    I can't really tell from your description, but it sounds like you are doing it wrong and should do this: Oracle® XML DB Developer's Guide Contents

  • Logo Subtraction from text

    Hello Illustrator users,
    I am currently using Illustrator to create a logo. I have made the logo and now I am working on the text. I have put the text behind the logo so the logo covers only some bits of the text (so the text looks a bit modified). I have made the logo white so i cant see it. My goal now is to only have the text I have now (with the subtractions from the logo, but without the logo there).
    In the picture below I hope you can see what i mean. The selected logo is using a stroke and cutting out parts of the text, now I would like to keep the text with the cut outs from the logo. Thanks!

    You can:
    "Outline" the text, converting it to paths
    "Expand Appearance" (including stroke) of the white overlaying lines
    "Merge" them using "Pathfinder>Merge"
    Select the text and merged overlay object
    Use "Pathfinder>Subtract Front" to delete the hidden portion of the outlined text.
    If you want the text to remain editable you would need to use the Expanded/Merged stroke as a "Clipping Path" on the text object. This means you'd need to make the clipping path object "surround" the text instead of just overlapping it. To to this:
    Add a rectangle that completely surrounds the text and sits above the expanded/merged object.
    Select rectangle and expaneded/merged object
    Use "Pathfinder>Subtract Bottom Object"
    Assign resulting object as a "Clipping Mask" on text object.

  • Stored Procedure Text

    Where can one go using SQL*Plus to view the text of a stored procedure?

    select line,text
    from USER_SOURCE (your current user ) or ALL_SOURCE (all users so specify OWNER)
    where NAME = 'YOUR_PROC_NAME' and TYPE = 'PROCEDURE'
    order by line asc
    Tyler

  • Sapscript color graphic stored as text

    Hi,
    When importing a color image into sapscript as text it's always monchromatic regardless of the settings. Is there a way to import a color image so it's actually diplayed with colors? 
    Note: it has to be imported as text so SE78 is NOT an option!
    Many thanks
    Stan

    Only Tiff images can be used. Use program  RSTXLDMC, and select the option as Color, and give the Standard Text details to which you want to save the image. The image will be then saved as normal SAPscript text.Call this image(standard text) just as your 'Include Text..' in your Script Editor.
    Follow these steps:
    1.  Go to SE38. Type RSTXLDMC in the text box provided.
    2.  Execute the program by pressing F8.
    3.  Enter the File name of the TIFF file, resolution, Text name and Text title, and set the image as Color
    4.  The TIFF file will be uploaded and gets stored as a text element in SO10.
    5. Call the Text using the command /: INCLUDE, just as you call the Standard Text from your SCRIPT editor.

Maybe you are looking for

  • How can I stop unwanted scam emails  ex: someone wats to give me $2,500,000.00

    How can I stop unwanted emails?  Here is an example: Good Day, Although, I do not know you in person, I have received your contact via, personal search while seeking a reliable but obscure individual to assist me in this pending transaction. It becam

  • Some videos not synching

    I am trying to figure this one out. I have an entire season of a show on itunes and have it synched. However, one episode will not sync. I can watch it on itunes or quicktime, but not my ipod. All other episodes sync fine and this one is no different

  • Various crash with Pro Tools HD

    Using my G5 Late 2005 with Pro Tools HD, during playback the system crash. No kernel panic. Force shut down. After forcing shut down the computer will not boot, no sound chimes at startup. After 5 minutes the computer boot up, but crash again only fo

  • Batch number change after Process order release

    Hi all, I would like to know if it is possible to change the batch number after that the process order has been released. Actually, the field is grey and not editable anymore. Is it customizing? Thanks in advance, Giovanni

  • Zooming

    Does anyone have an idea on how to zoom in and out of a JPanel. Is there some library or something. thank you