Attachment creation through SOFM: Prefix text in the attachment.

Hi,
Under "Objects and attachments" an attachment gets created with office document as prefix. Is this text configurable, the exact requirement is to remove "Office document". Please let me know about this.
Thanks.
Sukumar.

Sukumar,
Please check the program of business object 'SOFM'. Do the search using keyword 'office'. May be that prefix came from any text element or they passed it statically to any variable.
Also put the external break point in Display attachment method and try to fine where its populated. If you found that location, then you can comment it or you can clear with in the workflow.
Thanks,
Vijay.

Similar Messages

  • BADI 'ME_PROCESS_PO_CUST to populate TEXT at the time of PO creation

    Hello All,
    I am using the above BADI to attempt to populate calculated text from class characteristics into a purchase order. Does anyone know if this can be done.I have checked the  parameters that are available for this BADI (MEPOHEADER and MEPOITEM) and I do not see fields for TEXT.
    The business requirement is that certain text is calculated from the vendor characteristics and this must be populated into the PO during its creation. Since the PO has not been committed to the database the function modules for this 'SAVE_TEXT' cannot be used.
    Please advise.

    hi,
    Vivek is right u have to use  same badi , it helps u out,
    below i gives u code plz ref that, in which u have to call
    CALL METHOD im_header->if_longtexts_mm~set_text
    as given below through this code u can maintain long text for each id in header of po.
    METHOD if_ex_me_process_po_cust~process_header.
      DATA: l_repid  TYPE sy-repid,
            l_dynumb TYPE d020s-dnum,
            l_fldnam TYPE dynpread-fieldname.
      DATA: l_value2(80).
      DATA : re_data1 TYPE mepoheader.
      l_repid = 'SAPLMEGUI'.
      l_dynumb = '1105'.
      l_fldnam = 'MEPO_TOPLINE-BSART'.
      CALL FUNCTION 'GET_DYNP_VALUE'
        EXPORTING
          i_field             = l_fldnam
          i_repid             = l_repid
          i_dynnr             = l_dynumb
      I_CONV_INPUT        = ' '
      I_CONV_OUTPUT       = ' '
        CHANGING
          o_value             = l_value2.
    CODE IS ADDED BY SANTOSH KUBAL**** DT :8.01.2009
    REQ : SANTOSH JAGTAP***
    ***PURPOSE: FOR PUR.ORGANISTION 2700 & 2701 WHEN NEW PO IS CREATED
    DEFULT HEADER TEXT WILL BE CALL IN HEADER NOTE  ID- F02 ***
    ***DEFULT HEADER TEXT is mentain in SO10 TEXT ID ST .
      IF sy-tcode = 'ME21N'.
      DATA: l_purorg(8).
      DATA: im_tdid   TYPE  tdid. "Importing
      DATA: im_textlines  TYPE  mmpur_t_textlines .
      DATA: wa_textlines LIKE LINE OF   im_textlines.
      DATA: text_tab TYPE TABLE OF  tline,
                wa_text_tab TYPE tline.
    l_repid = 'SAPLMEGUI'.
    l_dynumb = '1221'.
    l_fldnam = 'MEPO1222-EKORG'.
      CALL FUNCTION 'GET_DYNP_VALUE'
        EXPORTING
          i_field             = l_fldnam
          i_repid             = l_repid
          i_dynnr             = l_dynumb
        CHANGING
          o_value             = l_purorg.
    IF l_purorg = '2700' OR l_purorg = '2701'.
          CALL FUNCTION 'READ_TEXT'
            EXPORTING
             client                        = sy-mandt
             id                            = 'ST'
             language                      = sy-langu
             name                          = 'DEFULT_HEADR_TEXT'
             object                        = 'TEXT'
            TABLES
             lines                         = text_tab
          IF sy-subrc <> 0.
           * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
           *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
              IF text_tab IS NOT INITIAL.
                LOOP AT text_tab INTO wa_text_tab .
                wa_textlines-tdline = wa_text_tab-tdline.
                APPEND wa_textlines TO im_textlines.
                ENDLOOP .
             ENDIF.
          wa_textlines-tdobject     = 'TEXT'  .
          wa_textlines-tdid =     'ST'.
          wa_textlines-tdformat = 'SP'.
          APPEND  wa_textlines  TO im_textlines.
          CALL METHOD im_header->if_longtexts_mm~set_text
            EXPORTING
              im_tdid         =  'F02'
              im_textlines    = im_textlines.
              ENDIF.
         ENDIF.
    ***end of code**
    ENDMETHOD.

  • I have difficulty pasting text into the file name field(prefix only) while saving files.

    OS: WinXP sp3
    FF: 3.6.3
    I have difficulty pasting text into the file name field (prefix only) while saving files. example: File name is Pic123.jpg and I want to rename it ABC123.jpg and I have ABC loaded into the WinXPsp3 clipboard. When I highlight\right-click\delete "Pic" then attempt to paste the ABC, I get either no reaction, or upon multiple paste attempts, the ABC is appended to the end of the file, after the extension, as "Pic123.jpgABC". If I delete this unwanted suffix, or repeat the process several times, eventually I can delete the unwanted portion of the prefix and paste the desired text. Sometimes it works fine first try, but mostly it takes several tries. I'm using Firefox 3.6.3 but the problem existed in whatever previous version I had too. This issue only occurs when using the delete/paste; I can always manually change the name by typing. Thank you for your help.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    A possible cause is that the server sends a wrong response header.
    The server may not comply to RFC 5987 and sends a wrong Content-Disposition:attachment; filename header.
    * https://developer.mozilla.org/en/Firefox_8_for_developers#Network

  • I just bought my first Iphone the 5S and when I turn on my bluetooth the ringtone for my text, calendar, etc. comes through my Bluetooth instead of the phone. Is there a way to have the tones use the phone while bluetooth is on?

    I just bought my first Iphone the 5S and when I turn on my bluetooth the ringtone for my text, calendar, etc. comes through my Bluetooth instead of the phone. Is there a way to have the tones use the phone while bluetooth is on?

    I would also like this issue addressed.
    I am using a Plantronics Voyager Pro+ and when it is connected to my iPhone 4, email and text sounds are not audible through the phone. The phone just vibrates when a new text or email is received.
    I don't really care if it plays through the headset, but it should at least play through the phone. I tested the headset from a BlackBerry and the alerts play fine.
    Message was edited by: picardsm

  • How to attach a text in the center of the Ellipse using JXML ?

    How to attach a text in the center of the Ellipse using JXML ? Can we use labelFor="$topEllipse" ?
    <StackPane fx:controller="myfxml.ArchiveLogsController" id="Login" xmlns:fx="http://javafx.com/fxml">
    <children>
    <AnchorPane>
    <!-- Prevent AnchorPane so that it's max = pref. This causes it to center in StackPane -->
    <maxWidth><Double fx:value="-Infinity"/></maxWidth>
    <maxHeight><Double fx:value="-Infinity"/></maxHeight>
    <children>
    <Ellipse fx:id="topEllipse" centerX="100" centerY="100" radiusX="50" radiusY="10" strokeWidth="2" stroke="#FF0000" style="-fx-fill: linear-gradient(to right, white 0%, red 100%);"/>
    *<Label fx:id="ArchLogs_lb" text="My Ellipse Label" />*
    </children>
    <properties>
    <backgroundColor>
    <Color blue="1.0" green="1.0" red="1.0" />
    </backgroundColor>
    <elementLockSel>
    <Boolean fx:value="true" />
    </elementLockSel>
    </properties>
    </AnchorPane>
    </children>
    </StackPane>

    I'd suggest putting the Ellipse and the Label in a StackPane.
    I wonder why so many people call it JXML?
    It is so strange - I guess the JXML name just seems more natural to some people, though I don't know why.
    I think Greg is right and that labelFor is not what you want:
    http://docs.oracle.com/javafx/2.0/api/javafx/scene/control/Label.html
    "Labels also are useful in that they can have mnemonics which, if used, will send focus to the Control listed as the target of the labelFor property . . . A Label can act as a label for a different Control or Node. This is used for Mnemonics and Accelerator parsing. This allows setting of the target Node."

  • Edit/add text to the file attached in Services for Object

    Hello,
    We have a business requirement where user wants system auto populate some text in the file that is attached to the invoice in services for object. If anyone had done similar enhancement then please share the ideas to enable this functionality.
    Thanks,

    Hello Fractel,
    Are you get rid of this issue?
    We have just implemented some of SAP packs/patches and few users face this issue.
    When I tried the same, I did not face this issue.
    Please suggest.
    Regards,
    JPS

  • TS3276 Hi.  Just started using Mac Mail on a macbookpro v10.6.8.  I tried to send a message with two excel (for mac) files attached.  One attached as a file, one inserted all the text into the message body.  Help?

    Just started using my Mac Mail program instead of web mail.  When I went to attach two pdf files, one attached as a file, the other inserted all the text into the body of the email message.  How do I get it to attach both pdf's as files?

    I think you're confusing two different things. If you attached PDF files and one of them displayed the PDF icon in the message window, that means it was more than one page. If you saw what appeared to be the actual document for the other PDF file, that means it's only one page and it's normal for it to display that way.
    However, I seem to recall there may (or should) be a button at the bottom-right of the message window that allows you to display those files as icons, even if they're one page. If not, there's a third-party addition you can use to add that feature:
    http://lokiware.info/Attachment-Tamer

  • I use Mail. How do I attach a file as an icon rather than showing the full text in the message?

    I use Mail for my email messages. How do I attach a file as an icon rather than showing the full text in the message box?

    Glad you got it working! Incidentally, if you have a relatively new Apple mouse (Magic Mouse or Mighty Mouse should work), you should be able to enable right-click, if you'd like it, by going to System Preferences - Mouse - and turning on "Secondary click". Third-party mice, like Logitech or Microsoft, should have right-click automatically.
    Matt

  • Sp_OAMethod, AttachFile, attachment comes through as ascii text

     
    hey all.
    im new to the ASP/SQL scene, so please bare with me.
    i have to send an email (with two attachments) through sql server.
    the mail arrives, but the attachments are not attachments... they are ascii text in the body. im using an existing stored proc, which apparently works. so there is no reason this shouldn't work.
    The file exists, the path is correct. Its obviously seeing and reading the file (otherwise there would be no data to print as ascii)
    thanks all.
    Also, if you know of a better place where i can post this thread, please let me know

    Thanx for your help guys much appreciated.
    To answer your question, Bryan, yes, the stored proc works fine when one of the other guys runs it from live server. But we also found that mail based email services like GMail and Fastmail dont interpret the attachments correctly, and thats why they get represented as gobbledy gook.
    Well im hopefully nearing the end of this mindnumbing task...
    now just to decide how to send an email to 68 contractors... Cursor or Queue?
    I know its less desirable, but im opting for Cursor. I dont know how to incorporate the Queue system they already have in place here. There are sprocs calling sprocs, and i dont know what does what.
    My next question was going to be what the @@FETCH_STATUS does, exactly. I was gona do a search and see what came up.

  • HT1688 Is there an "easy" way to either 1) cut and paste a large block of text from the Messages app or 2) access this text through a computer?

    Is there an "easy" way to either 1) cut and paste a large block of text from the Messages app or 2) access this text through a computer?

    Tap and hold the text you want to copy, then tap Copy.

  • When I text one person, It goes to another person...however, the name that I'm trying to text shows the number i'm trying to text. Also, my texts are sent through my email...why?

    When I text one person, It goes to another person...however, the name that I'm trying to text shows the number i'm trying to text. Also, my texts are sent through my email...why? The text preview shows up as the person I did NOT want to text, but when I open it, it shows the person I DID want to text.

    sms's are charged by the sms internet data is charged by megabyte
    so apple make their message system so sms's sendt while connected to the internet were
    sendt by email to the contact rather then by the more expensive sms option

  • TS2928 could someone please tell me how to attach a document to email as an icon that opens....so it does not appear as text in the email??

    could someone please tell me how to attach a document to email as an icon that opens....so it does not appear as text in the email??

    Paste this into Terminal and hit return. If this attachment is text, it should work. Not sure about jpegs.
    defaults write com.apple.mail DisableInlineAttachmentViewing 1
    To reverse the setting, change the 1 to a 0.

  • Hi, my brand new iphone 4 will not play music through my music app but it will play videos through youtube and will play the sounds throught my games and will play text tones and facetime ect. what is wrong?

    hi, my brand new iphone 4 will not play music through my music app but it will play videos through youtube and will play the sounds throught my games and will play text tones and facetime ect. what is wrong?

    At least I'm not the only one with the issue. I was looking it up so see if others had the same problem and found a bunch of posts about it. I'm assuming it's not the phone then, it's the software. Should I bring it to the Apple Store? Replacing the phone seems stupid, because the phone isn't really the problem. It's the software! Maybe the iOS 5.0.2 will fix it???  I don't really want to wait though, it's a pain. If a lot of people have this issue it should get Apple's attention. They need to do something to fix it, ASAP!

  • Can DW CS5 automate the creation of a link based on the text in the link?

    Here's the situation.  I often find myself creating blocks of code like this:
    <a href="home?searchString=some text"><img src="..."></a>
    <a href="home?searchString=some text">some text</a>
    Is there a quick, painless way to type the "some text" part once and have DW automatically update the text in the links?  This information is not dynamically generated, so server-side scripting is not an option.
    Thanks!

    Find & Replace in the source code is the only way I'm aware of.

  • Header Text Of The PR to PO creation: Header Copy Rule

    Hi Friends,
    Is there any workaround to set  copy rule at header note of PR . As standard sap, there is no header text rule available; may be multiple PRs can be converted into single PO. But I still needed this functionality as there would be only PR has to be converted into single PO.
    Which bapi / exit can be used for this functionality . I need to reflect the header text of the PR  into PO Header auto.
    Regards,
    Lalit

    hI,
    There is no user exist available to get header text in the PO as per my knowledge.I had similiar kind of requirement ,at that time I dird the research for the same.
    Regards,
    Nitin Amritkar

Maybe you are looking for

  • Focus on Button MFC

    Hi, I created a custom button class inherited from CButton. I override the OnDraw to customize the button. In a dialog, i am using 4 custom buttons. I want to set the TAB order programatically and also on focus i need to change some color. Can anyone

  • "NoSuchMethodError" when using DOMParser

    Here's a real headache... much appreciation to anyone who can figure this out: I've installed the Winter '01 XML Pack on my NT box. To build a basic XML DOM program, I initially developed using a simple Java program running on the DOS prompt. No big

  • How to call the application that submitted with the ipod touch 5?? is a ninja

    how to call the application that submitted with the ipod touch 5?? is a ninja

  • 11i APPS EUL4 access from Discoverer 10g

    Hi there Can I access and build reports using Discoverer 10g on Oracle 11 APPS EUL4? What I know If I access EUL4 from discoverer 10g it gives me the message upgrade EUL, Is it possible to access/work EUL4 using Disco 10g? Thanks ASIM

  • Service for nano- important emails

    I just requested sevice for my nano but the account that i used i didnt realize had expired until after i made the request. my question is: You you need an active .mac account when having service done on an ipod. An example would be: are the importan