Problem attaching file in SRM

While accepting offer from a supplier, before transform it in a purchase order, it'd like to attach a file. It doesn't matter which kind of file (.doc,.xls,.txt,etc...) I've tried all type.
I'm doing it pushing on "Upload" button, but it seems i'm not allowed to insert file. The system error is "For this document, there's no correct data to upoload".
Does someone know if there are any settings for user/group/profile? How can i do this operation?
Thanks in advance,
Christian

Hi christian
follow this steps in SRM
1 Activate the BADI  - - BADI – BBP_CREATE_REQ_BACK
with following code  -
METHOD if_ex_bbp_create_req_back~fill_req_interface.
  DATA : wa_item  LIKE LINE OF req_items.
*to transfer attachments to backend PR
  cv_attach_transfer_active = 'X'.
2 Follow this things in R3
A In tcode DC10  -  Create a new document type SRM with following settings 
doctype  - SRM
Use Kpro - tick on
Number assignment -  1
Internal Number assignment -  03
Number external  -  MCDOKZNR
Document status  - -(dash)
B In tocde  DC30 maintain the file types with their
*.Extn like *.doc , *.xls copy the existing one and create new ones missings .
regards,
Nimish Sheth
Do reward points for helpful answers

Similar Messages

  • I am having problems attaching files to my email using the latest Firefox 13.0.1, Comcast is my internet provider, but I did not have problem with Safari.

    Why am I having problems attaching files to my email using Firefox 13.0.1.?
    I am using a MAC, OS 10.6.8, and have Comcast as my internet provider. I noticed after I upgraded to Firefox 13.0.1 that I am having problems attaching files to my email. I do not experience the same problem with Safari, but I prefer to use Firefox, as all of my bookmarks and passwords are saved there. I just like the way Firefox works better than Safari.
    I am a free-lance graphic designer and rely on my internet connection to my customers. I need this resolved ASAP!

    Could you start by resetting the zoom level on the page? To do that, you can either:
    * Press Ctrl+0 (that's a zero) on the keyboard
    * View menu > Zoom > Reset
    You also can use zoom to increase/decrease the size from there. This article describes the various mouse, keyboard, and menu methods: [[Font size and zoom - increase the size of web pages]].
    Any luck?

  • Problems attaching files in gmail in Safari

    I use Safari v 3.1.2 and have had consistent trouble attaching files to email messages in Gmail. I turned off rich text formatting and now compose in plain text, but that hasn't solved the problem. Sometimes a workaround is to attach the file before typing anything in a clean email message, but this isn't a guaranteed fix. If I reply to all or try to attach after composing something, Gmail hangs on "still working..." I have absolutely no problems attaching files in Firefox. Others I know who use Safari and Gmail complain about the same problem. I don't know whether this is Apple's or Google's wrongdoing but the problem is extremely annoying and I'm wondering if anyone has a fix. Thank you very much.

    Hi Michael,
    One quick test you can do to help narrow down things is to try and download something in another user account. This will help us to know whether your problem is local to your account or system wide. If you don't have another account you can use System Preferences -> Accounts -> [+] to create a test one (and [-] to remove it if needed)
    Does the page appear to refresh itself when you click on a link? If it does you might have an incompatible version of SpeedDownload installed.

  • Problems attaching files to e-mails

    After installing Lyon, from my wife's user she can't attach files to an e-mail. The window opens but only shows folders and the folders can not be opened. I can do it from my user. What could be happening?

    This could be a hardware problem, or it could be software problem.
    First... Get a full backup of your disks by booting from the DVD and using Disk Utility to copy the data to an external storage device, on the off change the disk or memory or server is failing; don't lose ground here, and try to avoid losing data.  Always, always, always have a good backup before you start hardware or software repairs.
    As Christoph recommends, do check the logs.  Rather than looking at the directories directly, I'd suggest doing this using the Console.app tool (as that's easier than rummaging in /var/log, if you're not already comfortable in the command shell) and see if there are any relevant errors being reported. 
    It appears this box is critical, and doesn't have a backup, or spare parts, or local available support.  I'd expect there are folks in the Denver area that can visit the site and sort out the hardware or software trigger, if your coworkers aren't in a position to assist here.
    If the box is under AppleCare, I'd plan for a trip to get the box looked at and potentially repaired.
    If the box is not under AppleCare, I'd look for a spare disk.  Or better (but more expensive), acquire (or bring along?) a spare Mac Mini (Server?) and probably either used or off eBay or such, as you'll want to have a spare for any potential hardware failure.  (It's better to have two of the same, and newer Mac Mini (Server?) boxes will arrive with (and require) Lion (Server?) and not 10.6.8.
    Usual path for a recovery here is an external backup (via booting the DVD and using Disk Utility to get that copy, and preferably a couple of external, full, current, copies of the data) and using the "migrate" option after a wipe and reinstallation, to bring a copy of the disk data back in.

  • Has anybody encountered problems attaching files to gmail when run in firefox

    Trying to attach a file (I tried pdf, word, excel files) to a gmail when running in Firefox ended with an "Unable to attach file" statement. However, in IEX and Safari the same works properly.
    Anybody an idea about this problem?

    Hi,
    Please check if this happens in a [https://support.mozilla.org/en-US/kb/Managing-profiles new profile]. If the new profile is okay, you can then [https://support.mozilla.org/en-US/kb/reset-firefox-easily-fix-most-problems Reset Firefox] on the old (previous) profile via '''Help''' ('''Alt''' + '''H''') > '''Troubleshooting Information'''.

  • Having problems attaching files.

    When I open a file on my iPhone and try to send it in an email it doesn't work. When it take me to the email and I have to enter in the address to send the email it appears to be attached but once sent and opened by the sender there is no attachment. Also when I send emails from other apps like that instead of the email just being sent it goes to my out box so I then have to leave whatever app I'm working in go to the iPhone mail app and go to my out box and send the email. I thought this was normal untill I cheched on my wife's phone and realized hers does not send her emails to the out box and on her phone I can attach file to emails. And when opened the attachment is there. Has any one else had this problem or have any idea how to fix it.

    After looking into this a bit more I discovered that the problem only exist with my google email. Is this something apple did to make it harder on gmail users, or is this not a normal problem. Has anyone else had troubles attaching files to thier gmail account.

  • Problem attaching file

    Hi
    I've tried to send a mail with a zip-file as attachment. The mail can be sent and I receive it, but unfortunately there is no attachment attached to it ?
    Here is the code (that is part of a servlet normally but since I can't post it here totally I copied the code that refers to the mail sending�
    CODE
         String mailHost = "smtp-server";
         String to = "[email protected]";
         String from = "[email protected]";
         String subject = "Packaging information";
         String body = "Dear, Madam, Sir, \n";
    if ((from != null) && (to != null) && (subject != null) && (body != null)) // we have mail to send
         try {
              //Get system properties
              Properties props = System.getProperties();
              //Specify the desired SMTP server
              props.put("mail.smtp.host", mailHost);
              // create a new Session object
              Session session = Session.getInstance(props,null);
              // create a new MimeMessage object (using the Session created above)
              Message message = new MimeMessage(session);
              message.setFrom(new InternetAddress(from, "Packaging"));
              message.setRecipients(Message.RecipientType.TO, new InternetAddress[] { new InternetAddress(to) });
              message.setSubject(subject);
    //          message.setContent(body, "text/plain");
              //Create the message part
              BodyPart messageBodyPart = new MimeBodyPart();
              messageBodyPart.setText(body);
              Multipart multipart = new MimeMultipart();                    
              multipart.addBodyPart(messageBodyPart);
              //Attachment
              messageBodyPart = new MimeBodyPart();
              DataSource source = new FileDataSource("E:\\Files\\images.zip");
              messageBodyPart.setDataHandler(new DataHandler(source));
              messageBodyPart.setFileName("E:\\Files\\images.zip");
              multipart.addBodyPart(messageBodyPart);
    //          Put parts in message
              message.setContent(multipart);
              Transport.send(message);
         } catch (Throwable t) {
    Anyone can help me please ?

                   String attachmentPath = "/usr/webMail";
                   String testString = "noneAttached";
                   if (!attachmentFile.equals(testString))
                        int stringLength = attachmentFile.length();
                        int nameStart = attachmentFile.lastIndexOf("/");
                        nameStart = nameStart + 1;
                        String fileName = attachmentFile.substring(nameStart,stringLength);
                        String newFile = (attachmentPath + "/" + fileName);
                        File fileData = new File(newFile);
                        MimeBodyPart mbp2 = new MimeBodyPart();
                        FileDataSource fds = new FileDataSource(fileData);
                        DataHandler dh = new DataHandler(fds);
                        mbp2.setFileName(fileName);
                        mbp2.setDescription("Attached File:" + fileName);
                        mbp2.setDisposition(Part.ATTACHMENT);
                        mbp2.setDataHandler(dh);
                        mp.addBodyPart(mbp2);
                   }

  • Problem Attaching Files to CalDev Calendars

    In LION's iCal, I am unable to attach a file to an event when the calendar being used is managed/maintained/stored on Apple's CalDev Server. There is no "Attach File" field available for these calendar events. The only way I've found that this works is if the calendar is created to be stored on my local computer. Is this a defect (bug) or did they design it this way?
    If is by design, why? I can't see any reason why files are attachable to events on local calendars but not those on CalDev calendars...

    I'm not even sure. I think that was the notorious iphone auto correct. & just now looked back & I see it multiple times where I thnk it just should have been &. But maybe I tried to both type the & as well as the word and?
    I now have a makeshift set up w ethernet plugged intp the Airport Express & then into my MacBookPro. So much easier to type on it than on the iPhone.
    Another suggestion if you have really big folders is to see if you can create subfolders if you can see some sub-categories that you could identify. That is what I have done. I have several levels nested in folders.
    But the same thing will work no matter how many sub-folders you have if you look in finder & then just click on the triangle to open up those subfolders.
    I can't remember how I did it before. But again, if you are in Apple software, for the file, look to see if it has a share menu & if you plan ahead to know you are going to want to attach the file, you can open the file & then use the share menu to share by email & again if its in Pages you can chose either Pages, Word or pdf & it will attach that chosen format version of the file to an email.
    So, if you don't plan ahead but like I often do, start typing your email & then decide to attach, you can still do this same thing, but then you can copy & paste the text of your email into the new one or you could drag & drop the attached file to the email you have already been writing.

  • I am having problems attaching files with Maverick.  Any suggestions?

    I can't attach files to emails or access them at all from any app.  They are visible but greyed out.  Any suggestions?  Thanks.

    In older versions of Elements PSA files were associated with Photoshop Album which has now been replaced by the Organizer. Elements has no 3d functionality for supporting space planning files but these files can normally be exported or saved by the originator as a bitmap or pdf file. Those could then be opened in PSE. I suggest you explore the possibilities of file conversion with your original source.

  • Problem attachment files

    He logrado sincronizar mi iphone mail con mi Exchange 2003 Server. ya tengo todos mis correos entrantes y salientes en linea, el problema que se me presenta es que no puedo visualizar mis archivos adjuntos. me sale el mensaje "mime-attachment"
    Con la cuenta hotmail no tengo ese problema.
    Necesito su ayuda por favor.
    Gracias.,

    Can you please check whether the sync has been taken care before performing the upload operation. If the sync is taken care then the upload should work always

  • Trouble attaching files to e-mail

    This just started happening and I'm not sure what I installed or did to cause it. In any browser - Safari, Firefox, Explorer - I can't attach a document. I'm using SBC Yahoo and their tech support said it was a problem with my computer.
    When I choose a file to attach, it shows up, but when I click "attach", the browser tells me there was an error, no files are attached. I turned off my firewall but can't think of any other reason my files won't attach. I have no problems attaching files to my AOL mail but I don't always use AOL and sometimes need to use my SBC address.
    Any suggestions? Thanks!

    I'm having the same problem with my verizon business webmail...Safari won't attach files...The old version of Firefox worked fine (Firefox 1.5 doesn't work at all, so now I'm without the ability to attach files altogether)...Need to find the fix for Safari...

  • Shopping cart attachment file

    Hi
    Can you tell me where the attachment file for shopping cart & RFC is saved in SRM?
    I uploaded attachment file from SRM portal but not sure where its stored now.
    Table BBP_PDATT has only attachment information. but where the physical file stored?
    I have configured SAP content server in CSADMIN/OACT. but how did SC document recognize content server?
    Pls advice
    regards
    Chandra

    Hello Masa
    Thanks for your reply. I observed as below
    Can you clarify two points
    1) First I created shopping cart in SRM portal with attachment. but i could not see table BBPCONT
    BBP_TRANSCONTENT is updated. There is no increase in number of entries in table.
    But i can see the attachment info is stored in BBP_PDATT table except physical file content.
    Where does it store now?
    2)To configure contentserver, I used below setting for content server as u said.
    and save the attachment in shopping cart. how to find its stored in content server?
    BBPFILESYSTEM
    Documnt area is EBP document area(should i have to use Document management system?)
    Storage type as HTTP Content server
    Content table changed as  ContentServer/ContentServer.dll
    Also can you tell me whether storage category has to be defined for cotnent repository?
    Pls advice.
    Regards
    Chandra
    Edited by: princeck on Feb 16, 2011 7:07 AM

  • Problem with attaching file to Sales Order

    Hello,
    In my company we have the possibility to attach files to sales orders, e.g. pdf files with the printing details.
    These files are added by the GUI user, this works fine.
    Now we have an extra order creation stream in which a pdf file has to be added to the SO without user interaction.
    I found a helpful link ( /people/rammanohar.tiwari/blog/2005/10/10/generic-object-services-gos--in-background )
    This program creates URL links with no problem, but the file generation is not implemented yet.
    I tried to add the file functions to his sample report but still have one problem. The file is uploaded, but not reported as a PDF file in sap. If I select the created attachment SAP allows only the saving of the attachment. After saving the created file is a good PDF file, it opens with PDF-viewers.
    Why does SAP not know this is a PDF file and report it as such (and open the pdf viewer when selected).
    Thanks, Frank.
    source-code:
    REPORT  zzfb_brc                                .
    * Report  Z_RMTIWARI_ATTACH_DOC_TO_BO
    * Written By : Ram Manohar Tiwari
    * Function   : We need to maintain links between Business Object and
    *              the attachment.Attachment document is basiclally a
    *              business object of type 'MESSAGE'.In order to maintain
    *              links, first the attachment will be crated as Business
    *              Object of type 'MESSAGE' using Message.Create method.
    *              Need to check if we can also use FM
    *              'SO_DOC_INSERT_WITH_ORIG_API1' or SO_OBJECT_INSERT rather
    *              than using Message.Create method.
    * I took this program and removed all the parts for adding URL's and
    * notes.
    * Include for BO macros
    INCLUDE : <cntn01>.
    * Load class.
    CLASS cl_binary_relation DEFINITION LOAD.
    CLASS cl_obl_object      DEFINITION LOAD.
    PARAMETERS:
    *  Object_a
       p_botype LIKE obl_s_pbor-typeid DEFAULT 'BUS2032',    "SO
       p_bo_id  LIKE obl_s_pbor-instid DEFAULT '0000757830', "example number
    *  Object_b
       p_docty  LIKE obl_s_pbor-typeid DEFAULT 'MESSAGE' NO-DISPLAY,
       p_msgtyp LIKE sofm-doctp        DEFAULT 'EXT'     NO-DISPLAY,
    *  Relationship
       p_reltyp  LIKE mdoblrel-reltype DEFAULT 'ATTA'.
    TYPES: BEGIN OF ty_message_key,
            foltp     TYPE so_fol_tp,
            folyr     TYPE so_fol_yr,
            folno     TYPE so_fol_no,
            doctp     TYPE so_doc_tp,
            docyr     TYPE so_doc_yr,
            docno     TYPE so_doc_no,
            fortp     TYPE so_for_tp,
            foryr     TYPE so_for_yr,
            forno     TYPE so_for_no,
           END OF ty_message_key.
    DATA : lv_message_key TYPE ty_message_key.
    DATA : lo_message TYPE swc_object.
    DATA : lt_doc_content TYPE STANDARD TABLE OF soli-line,
           ls_doc_content TYPE soli-line.
    * Create an initial instance of BO 'MESSAGE' - to call the
    * instance-independent method 'Create'.
    swc_create_object lo_message 'MESSAGE' lv_message_key.
    * Upload the pdf file, for now from the frontend, in the future from
    * the server.
    DATA:
    *  dsn(40) TYPE C VALUE '/usr/sap/trans/convert/1.pdf', "server location
    l_lines TYPE i. "filelenght
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        filename   = 'c:t1.pdf'
        filetype   = 'BIN'
      IMPORTING
        filelength = l_lines
      TABLES
        data_tab   = lt_doc_content.
    * no exceptions, the file is there in this example
    break brouwersf.
    ** the coding for the server input, for later
    *OPEN DATASET dsn FOR INPUT IN BINARY MODE.
    *IF sy-subrc <> 0.
    *  EXIT.
    *ENDIF.
    *READ DATASET dsn INTO ls_doc_content.
    *WHILE sy-subrc EQ 0.
    *  APPEND ls_doc_content TO lt_doc_content.
    *  READ DATASET dsn INTO ls_doc_content.
    *ENDWHILE.
    *CLEAR ls_doc_content.
    *CLOSE DATASET dsn.
    * define container to pass the parameter values to the method call
    * in next step.
    swc_container lt_message_container.
    * Populate container with parameters for method
    swc_set_element lt_message_container 'DOCUMENTTITLE' 'Title'.
    swc_set_element lt_message_container 'DOCUMENTLANGU' 'E'.
    swc_set_element lt_message_container 'NO_DIALOG'     'X'.
    swc_set_element lt_message_container 'DOCUMENTNAME' p_docty.
    swc_set_element lt_message_container 'DOCUMENTTYPE' p_msgtyp.
    swc_set_element lt_message_container 'DocumentSize'    l_lines.
    swc_set_element lt_message_container 'DocumentContent' lt_doc_content.
    swc_call_method lo_message 'CREATE' lt_message_container.
    * Refresh to get the reference of create 'MESSAGE' object for attachment
    swc_refresh_object lo_message.
    * Get Key of new object
    swc_get_object_key lo_message lv_message_key.
    * Now we have attachment as a business object instance. We can now
    * attach it to our main business object instance.
    * Create main BO object_a
    DATA: lo_is_object_a TYPE sibflporb.
    lo_is_object_a-instid = p_bo_id.
    lo_is_object_a-typeid = p_botype.
    lo_is_object_a-catid  = 'BO'.
    * Create attachment BO object_b
    DATA: lo_is_object_b TYPE sibflporb.
    lo_is_object_b-instid = lv_message_key.
    lo_is_object_b-typeid = p_docty.
    lo_is_object_b-catid  = 'BO'.
    *TRY.
    CALL METHOD cl_binary_relation=>create_link
      EXPORTING
        is_object_a = lo_is_object_a
        is_object_b = lo_is_object_b
        ip_reltype  = p_reltyp.
    * Check if everything OK...who cares!!
    COMMIT WORK.

    Hi,
    Welcome to the SDN Forums!!!
    You need to supply the PC file extension in the container element 'DOCUMENTTYPE'.
    swc_set_element lt_message_container 'DOCUMENTTYPE' p_msgtyp.
    In your case change the above statement as below:
    swc_set_element lt_message_container 'DOCUMENTTYPE' 'pdf'.
    <b>OR</b> change the default value of p_msgtyp to 'PDF'.
    Cheers,
    Ramki Maley.
    Please reward points if the answer is helpful.
    For info on awarding points click on this link: https://www.sdn.sap.com/sdn/index.sdn?page=crp_help.htm
    Message was edited by: Ramki Maley

  • Attach files to a Shopping Cart in SRM portal using a ABAP program.

    Hello.
    We need to attach files to a Shopping Cart using a ABAP program and see them in SRM portal.
    Currently we know how to attach files in the backend using the function Xxxxxxxxxx but with this function we can not see the attachment in the SRM portal.
    Do you know someway to attach files direclty in the front-end using a program?
    Maybe i have to attach first in the back-end and after that transfer to front-end?
    I have seen some thread but the solution provided is in the other way arround (transfer from front-end to backend) and then is not useful for my proble.
    Thanks in advance.
    Kr,
    Angel.

    Hello Angel,
    You can attach a file to SC ,and it is a standard functionality provided in SRM.
    While creating a Shopping cart,under Documents and attachements tab,there is an option to select a local file and attach it to a SC
    If you are looking at attaching the document in SRM and sending it to BE system.(R/3 system), then have a look at SAP note Note 1057932 - FAQ: Atachment transfer to backend, Required Configurations.
    The Following BADI’s will have to be implemented to allow the above functionality
    For transfer of attachments in PO , activate the BADI BBP_CREATE_PO_BACK. Set the values of the following parameters in the
    method BBP_CREATE_PO_BACK~Fill_PO_INTERFACE
    CV_ATTACH_TRANSFER_ACTIVE = 'X'
    CV_ATTACH_BE_STORAGE_CAT = 'DMS_C1_ST'
    CV_ATTACH_BE_DOC_TYPE = 'SRM'.
    For transfer of attachments in PR, activate the BADI
    BBP_CREATE_REQ_BACK. Set the values of the following parameters in the method BBP_CREATE_REQ_BACK~FILL_REQ_INTERFACE
    CV_ATTACH_TRANSFER_ACTIVE = 'X'
    CV_ATTACH_BE_STORAGE_CAT = 'DMS_C1_ST'
    CV_ATTACH_BE_DOC_TYPE = 'SRM'.
    Award points if useful.
    Thanks
    Arshad

  • Alignment problem in sending an attachment file as a mail

    Hi,
      My requirement is to send a mail where i have the data in an internal table.
    the .txt attachment file is sent properly no problem in that. But the text inside the file is not alligned properly.
    For eg if i have 5 records in the internal table which iam going to send as an attachment then 5 lines should exist on the attachment file.
    But for me what happens is
    for eg the first two records in the internal table is like as follows.
    record 1 : my name is rose
    record 2 : iam working in SAP ABAP consultant.
    These lines are coming in the attachment file like
    line 1: ame is rose  (some spaces are given then it prints) my  n
    line 2: n SAP ABAP consultant (some spaces are given then it prints) iam working i
    can anyone tell me why this happens . i want the lines to be  displayed as  it is in the internal table.
    can anyone tell how to solve this problem. Thanks...
    Regards,
    rose.

    Hi camila,
    visit this thread
    Alignment in mail body
    regards
    Anup.

Maybe you are looking for

  • How do I get the airplay icon on my menu bar?

    I have just purchased a MacBook Pro and want to listen to my music and videos etc through a new airplay Bose - however I can listen to my music no problem but cannot listen to my movies this icon in itunes disappears. What am I missing? I understand

  • Short dump error with InfoSource

    Hi All, When i try to open Accounts Payable Infosource in BW production, It is returning with the short dump error ' Assertion was violated'. R_AWBOBJ ->. may I know what is this error. I created generic datasource in ECC DEV and replicated into BW D

  • Suggestions on making a DVD from AVCHD?

    What would be the best way to get the best quality DVD from original Sony 1900x1080i AVCHD - M2ts files? Is it better to:- Convert (or import) the initial files to AVI with another program and make the project with the AVI files in PE9 and share to D

  • Substitue with Text when cell value is blank or empty

    I have a matrix report where =Fields!CM_Discharge_Disposition.Value displays a blank or empty result. I would like to display all blank or empty cells with text ie "Incomplete" Any suggestions would be greatly appreciated

  • C7 update trouble

    Hi, My phone tells me there's a new update but want me to go to the nokia software update page. on the page, there's nothing to download, just instructions about the two way's to update a phone. 1- With the phone, (that dont want to download the upda