Attach file with Vendor in MDG-S not using T-code

Hi Experts,
  In MDG-S while creating change request in attachment option if I attach any file that is getting deleted on after activation . My requirement is to store that file with vendor.
Please suggest me the way to achieve that.
Thanks in advance.
Regards,
Samrat

Hello,
First of all, attachments are not deleted upon approval (at least in all the systems I worked with the attachment is still available after CR approval).
Any way, if you want to transfer the attached file to the vendor, you will have to build a custom functionality (function module or method) to read from the MDG tables USMD1211 and USMD1212 and transfer the files to the actual object GOS attachment. You can find instructions and hints on how to do it (for example, google "create SAP GOS attachment").

Similar Messages

  • How to attach file with an email in travel and expenses

    Hi Experts,
    I am new to sap cloud application studio.
    We have requirement that need to attach any type of files in the mail,
    I have gone through this : How to send an email with attachments in SAP Cloud Application Studio
    But compilation error at import AP.FO.ACTIVITY.GLOBAL., so not able to work with that lines of code.
    I am using these lines of code to send email.
    EMailUtilities.SendEMail(lang, bcc, cc, toAddress, htmlContent, from name, subject);
    So am not able to getting how to attach file with this code.
    Please help me regarding this.
    Thanks & Regards,
    Preethi Ande

    Hi Preethi,
         I am trying to send mail from custom BO in Travel on Demand System.I am getting  compilation error.please look into the attached screenshot for the code.
    Please assist me on this,                                Thanks in advance
    regards,
    Sendhilazhagan

  • Why can't I attach files with my hotmail account on my mac pro since I upgraded to lion?

    why can't I attach files with my hotmail account on my mac pro since I upgraded to lion?

    i can' t believe it but after 3 hours of reading everything i could find on this subject i discovered the answer on accident: IT'S THE CLOCK!!!!! I know that it sounds crazy but go to settings and go to date and time and set it to the automatic date and time, even if it's the wrong time. after i did that, everything worked perfectly! aldiko accepted my adobe id and imported my purchased book happily.  i hope it is that easy for everyone, best of luck.

  • How to download a pdf file in external storage(sd-card) not use a isolated storage wp8

    i have a url for download pdf file return by webservices 
    and i have attach this link in hypertext button this is start a download but in browser . and when i am google for this purpose the give me "
    Background file transfer
    " Process and then code is also using a isolated storage but i want a external storage process Please Help me 
    how to download a pdf file in external storage(sd-card) not use a isolated storage wp8 

    Hello,
    This forum is for discussions and questions regarding profiles and Microsoft's recognition system on the MSDN and TechNet sites. It is not for products/technologies.
    As it's off-topic here, I am moving the question to the
    Where is the forum for... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Files with accented / special characters dissapear / not visable

    I did everything which was suggested in threath http://discussions.apple.com/thread.jspa?threadID=875688&threadrate=2&messageid= 4170111#4170111 but have another problem which maybe new:
    All the files appeared when I first used the USB HD on my Airport Extreme but a few weeks ago I tried to play a song via my Itunes and suddenly all my files containing special characters or accented characters where not recognized anymore. For example "josé gonzales - heartbeat.mp3" was gone...! Also in Finder.
    I connected my harddrive to directlly to my mac and all the files we visable again! I did the account trick with password and moved all the files in the sharedfolder but still alle the files with accented characters where not visable??? I can't seem to find a solution? Does anyone got the same problem?
    Qryn

    Actually, The inso filters do not even work for me for PDF file versions 1.2+. Is anyone else experiencing the same difficulties ? How often does Oracle update the INSO filters to keep up with vendors (Adobe/Microsoft) coming out with newer versions of their document products ?
    null

  • Insertion of an attachment file with transaction ME51N

    Good morning,
    Using transaction ME51N, I try to insert an attachment in the header
    note (using GOS services)
    Depending of the documents I try to insert I get the message :
    "Include file in PC application - Try again? " in a pop-up
    (file is not open and  I have SAP_ALL SAP_NEW in my authorization profile).
    OR
    I get the message : "Document created" but nothing is created : the
    attachmment list cannot be accessed.
    Insertion of the file works with ME52N.
    Should work with ME51N and ECC6, since support package version is OK  (note 913251)
    Can you help me?
    Best regards.

    Pb of firewall, not SAP.

  • Photos, graphics and attached files with emailsI

    I have the following problem with emails containing photos or graphics or when loading attached files : Half of the time, I cant see photos or graphics, I have empty frames. Loading attached files will never start and stay at 0 % I have set to load pictures. But even with the parameter set to "do not load picture " and using the " loading photos " button it s the same : not always working. Do you have it too? I have also the "retreiving... " message when I want to read mail. Thank you.

    Am I the only one to have this issue ?
    If someone could answer me : form time to time (half of the time...) I can't see photos or graphivs in my mails, I just have an empty frame...

  • How to attach file with PR and PO?

    Hi all
    How to attach file (Drawings ,execl,etc..) with PR and PO
    Please help on this
    Thanks
    Regards
    Dhinesh

    Hi
    Thanks
    But If i select  system > service for object in change mode i am getting error "No
    service availale" like that ,how to sort it out and attach the file
    And more ever that icon (service for object) is not coming in change mode ,i selected
    by menu path .How to make it display as icon in bar
    Regards,
    Dhina

  • Cfmail: attach file with cfmailparam?

    Greetings
    I created a form several years ago that allows users to submit maintenance requests. They check a box if they want a receipt sent to their own email.
    The requests do not get captured in a DB- simply sends to email.
    This all has been working fine- I am now attemping to add document attachment capability- I am obviously not using the correct method.
    The form itself has:
    <cfform action="request_action.cfm" method="post" name="detail" id="detail" enctype="multipart/form-data">
    etc. etc.
    Upload File or Sceenshot if neccessary: <cfinput name="file_upload" type="File" required="no" size="40"></cfform>
    The request_action.cfm has:
    <cfmail to=
    etc. etc.
    <cfif isDefined("Form.file_upload") >
        <cfmailparam 
            contentID = "file_upload"
            disposition = "attachment"
            file = "#Form.file_upload#" 
            type ="application/msword,application/docx,application/pdf,application/octet-stream,applicatio n/msword,text/plain,binary/octet-stream, image/pjpeg,  image/gif, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.ms-word.document.12, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"></cfif>
    </cfmail>
    When I run without the above code, everything works. When I run with the cfmailparam, it sends a strange receipt with no content?
    Thanks for any help with this
    Norman

    You didn't post any code that shows that you actually uploaded the file to your server. 

  • Button Actions for Attached Files with Limitations

    I have a slide with 5 buttons with the action to open up a pdf; one for each button.  Yet it seems that only 3 buttons will work no matter the order I click on them.  Does anyone know if there is a set limit to attached files that can be placed on one slide?

    Hi there
    No set limit I'm aware of. But it might be related to timing and pause points if you didn't properly configure the buttons.
    You should configure each button so it opens in a new window and the project does not continue playing.
    Another thing to check is the naming of the PDFs. When you upload to a web server it may be the case that you perhaps specified SomeFile.pdf in the link but the file is actually named SOMEFILE.PDF or somefile.pdf. (case can factor in here)
    Hope this helps a bit... Rick

  • How can I do the same as Windows Explorer with datemodified:11/6/2013 .. 11/13/2013 showing only changed files with path in tree and NOT every folder along the way as Finder seems to do by default? Thanks!

    I'm an Apple newbie.
    I'd like to be able to list each file in the "Desktop" tree (ie; on the desktop, or in any folder on the desktop, etc.), along with its path, that has been modified since a certain date.
    When I use Finder to do a similar search, I get tons of output including every folder in the path to the modified file, etc. Although I can view the path to the individual files in the output, I can't for example, order the output by path, etc.  Very difficult to sort through. I'd love to have output like the example above - just the filename and path for each changed file.  Possible?  Thanks in advance!
    Wayne

    The file structure is a little complex. I will use inbox as an example.
    Inbox (a large file with no file extension)
    Inbox.msf ( An index of inbox with tags etc. Can be deleted with only loss of tags)
    Inbox.sdb (a folder, indicating that the folder within Thunderbird has a sub folder.
    POP mail is stored in
    Appdata/Roaming/Thunderbird/Profiles/*.default/Mail/[Server name]/
    Local folder is stored in
    Appdata/Roaming/Thunderbird/Profiles/*.default/Mail/Local Folders/
    As long as you do not overwrite, you can copy and paste whole folder trees into local folders (stuff on your old computer under a mail account is best relocated to local folder and then sorted as necessary afterwards.
    Note that you should delete foldertree.json after making those sorts of copies (it forces a full refresh of the folder tree, no cache) and under no circumstances copy data with Thunderbird running. It can irrevocably corrupt things

  • Attached files with Services objects in a equipment

    Hi everyone
    I have many attached files in functional locations and equipments, using the attachment list of "Services for objects" (files and URL's).
    Also, we are moving the maintenance structure to other server and the user dont want to lose the attachments.
    Do you know a program(s) or function(s) for downloading the files and upload them again?.
    Do you know if exists a server directory with all files attached in functional locations or equipments?
    Thanks for suggestions.
    RG

    CALL FUNCTION 'SO_OBJECT_DOWNLOAD'

  • 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.

  • Some encoded files with subtitle and other are not

    I just encoded a few videos files with Nokia Video Manager. and all files b4 encoding are with subtitles(*.smi) in one same folder. I played encoded files and some results are with subtitles. (I didn't set up the video manager program to inserted the subtitles into final encoded files. also there is no option I can make insert subtitles in). and rest of files are not with subtitles. now I wanna make all files with subtitles. how make all files with subtitles?

    Short answer is I don't know.
    The way I get files with Subtitles is by Ripping the DVD with ImTOO DVD ripper, in the selections I select the audio track and Subtitle from the DVD to be used during the encoding. Then the resulting video has the subtitles built in.
    I can't get Nokia Video Manager to work reliably for me so I don't use it.
    640K Should be enough for everybody
    El_Loco Nokia Video Blog

  • The powerpoint 2003 file with a swf embeded, can not see and manipulate it after upgrade to Adobe flash 14 !!

    I have a powerpoint 2003 file with a swf embeded, which is created by SAP Xcelsius 2008.  I can not see and manipulate it after I upgrade to Adobe flash 14 !! 
    What happen ?
    How to solve this problem ?

    Please don't post the same question multiple times!

Maybe you are looking for

  • HP Laserjet 4 Prints unwanted page on start!!

    The first time I print after I first turn on the printer it insists on printing a page with often just the letter "M" ot "1M" in the top L/H corner.  It certainly never used to.  I dont know what this is or how to stop it. The PC has been rebuilt sev

  • SQL Server Reporting Services Native Mode: SSRS 2012 vs SSRS 2014

    Hi, I'm looking at getting my servers upgraded to SQL Server 2014.  My SSRS reporting server is SQL 2012 native mode. I know there were not really any significant enhancements in native mode going from SSRS 2008 R2 to SSRS 2012.  Does SSRS 2014 add a

  • How to extract header in Mail adapter

    Hi All,           I have a scenario where the data is read from a file and sent to another file server iwthout any modifications to the data, so no IR used here. but along with this I need to extract header data from the same incoming file and send i

  • TS3212 itunes won't download because something about "mobile device not authorized?"

    itunes won't download because something about "mobile device not authorized?"

  • PROBLEMS!!!-- COMP NOT BOUND

    Hi All... Im am fairly new to EJB's... Im having problems trying to run my program... Im using JBOSS builder to run my programs. The following is the error report. meridian.lib.exception.SystemException: comp not bound at meridian.lib.delegate.Delega