Preserve the file name when sending a file thru AS2

Hi Ramesh,
i encounter this requirement that my Customer want us to send a custom document to them with a specific filename thru AS2.
for example:-ORG1234DES20070423.xml where the 1234 and 20070423 is dynamic value and i get it from the content of the document.
they are using Cyclone
can this be done and how ?
thanks
Kin Wah

Hello,
Right now we do not have a feature as part of AS2 Plugin where in we can preserve the file name. Please raise an SR, depending on the justification we can give this as a feature.
Rgds,Ramesh

Similar Messages

  • Is it possible to preserve the layer name when I copy and paste from Illustrator into Photoshop?

    Is it possible to preserve the layer name when I copy and paste from Illustrator into Photoshop?
    At the moment it just appears as "Vector Smart Object" in Photoshop and I have to take another step and change the layer name.
    Thank you!

    Not that I know. PS doesn't care for these kinds of things and uses its own naming system.
    Mylenium

  • Certain characters not appearing in the "full name" when sending e-mail

    I have certain characters in my full name of one of my e-mail aliases in iCloud. However, those characters are simply absent from the name shown as sender name when sending mail from Mail app in OS X. For me the problematic characters are C5 A1 and C4 8D (UTF-8 codes).

    Yes, š and č are those. Sorry, I wasn't sure if they will work here. I have my full name containing the š and č in the "Full Name" field of the e-mail alias settings on web interface to the iCloud Mail. But in Mail on OS X my name in the "From" field appears without those two characters (other characters are OK) when I select this alias. Also, those two characters are invisible at the recipient's side. And yes, if I sent a copy of such a mail to myself the š and č are missing again in the "From" field.
    However, I have the same full name with š and č for my main e-mail address (iCloud account name). Using this main e-mail address š and č appear everywhere!
    Message was edited by: mikkec

  • Change file name when sending form through email

    Hi all,
    I created a form that can be downloaded, viewed and completed by the user in Acrobat reader, and then sent by email as a pdf-attachment by pushing a submit-button. As the form will be sent by several different users to the same address, in order to avoid confusion it would be good when the filename would not be the original form name, but someting based on the individal data entered by the user.
    Is there a way of between having filled in the form and actually sending it, automatically change the file name? I know users could save the file first and thén send it, but I would like to spare them the hassle.
    Thank! Mateo

    To do that you woudl have to certify the form which brings into play a whole other series of issues.

  • File name - When sending a email.

    I am just doing a report.the report fetches some data, do a GR Using a BAPI for each line item.
    If there are error logs - the logs will be sent to the respective email id which is entered in selection screen.
    My Question is.
    1. Email is working - > but the file name is coming as ATT*.XLS
    PERFORM send_file_as_email_attachment
                                       TABLES it_message
                                              it_attach
                                        USING s_email
                                              'GR Log Entries'
                                              'XLS'
                                              'GR_Error_Log'.
    FORM send_file_as_email_attachment  TABLES   it_message
                                                 it_attach
                                        USING    s_s_email
                                                 p_p_mtitle   "value(p_0402)
                                                 p_p_format   "value(p_0403)
                                                 p_p_filename "value(p_0404).
    ld_mtitle  = p_p_mtitle.
      ld_format              = p_p_format.
      ld_attfilename         = p_p_filename.
       t_packing_list-doc_type   =  ld_format.
      t_packing_list-obj_descr  =  ld_attdescription.
      t_packing_list-obj_name   =  ld_attfilename.
      t_packing_list-doc_size   =  t_packing_list-body_num * 255.
      APPEND t_packing_list.
    This t_packing_list is passed to  FM CALL FUNCTION 'SO_DOCUMENT_SEND_API1'.
    packing_list               = t_packing_list
    ENDFORM.
    Please let me know how can i get the correct file name....? ---GR_Error_Log.XLS
    2.This report take the file as input from application server.
    Hence the first value comes PO number then item number -- this is seperated by PIPE Symbol.
    So i am Spliting these values using Split Command as below
    SPLIT wa_string AT v_pipe INTO wa_ekko-ebeln wa_ekko-ebelp
    when the first line item comes in the file - if there are lenght of PO numbre is 10 Char - its taking only 9 ...and the last number is not picked up.... as per my analysis ...i guess there is a empty space in the front ....but we could not see that exaclty...
    i tried Condense ... Shift left with deleting ....its not working.
    But the Second line item is working fine.
    Please help me to solve this 2 issues.
    Thanks
    Senthil

    Check the length accepted in ld_attfilename and your length of file name.
    For testing purpose hardcode ld_attfilename         = 'GR_ERROR_LOG' and run it.
    Kesav

  • Firefox doesn't reconvert special characters in the file names when download a file with any special characters in the file name

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/815207]</blockquote><br>
    if i try to download a file with any special characters in file name (e.g. File_Name.pdf), it doesn't reconvert them from the "sanitize url" process and download the file an incorrect name (e.g. File%5FName.pdf).
    This is really annoying.
    Thank you for your patient

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]

  • Topic title overwritten with file name when importing html-file

    I have a problem in RH8. When I import a html-file that has a topic title that is different to the file name, RH somehow overwrites the topic title with the file name. The html-files that I need to import into my help project DO have a topic title (with the html tag 'Title') so this is not caused by an empty og non-existing title tag.
    I have searched the forum and found that this was also an issue in RoboHelp 6 and by then fixed in a service pack. I have long ago installed the two service packs to RH8, but I can see in the 'read me' for the service packs, that this has not been dealed with.
    I also have RH 7 installed on my pc, and the problem does not occur in a RH 7 help project.
    Best Regards

    Yes, I am sure I am not mixing up Topic Title and Topic Heading.
    The files are generated in a Access database created by our own developers. We have used this database for generating html-files for our RH-projects for years without any problems.
    Below I have copied the HTML code from one of theese files (with the file name '10001.htm') before importing it into RH8:
    <!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
    <html>
    <head>
    <title>
    Agreement
    </title>
    <LINK rel='StyleSheet' href='default.css'>
    </head>
    <body>
    <h1>
    Agreement
    </h1><p>
    An agreement is a written obligation between a project and a contracting party regarding the
    participation in the project, delivery to the project, or transfer of the project&#39;s products
    and services. Please see Vejledning: Aftaler og aftaleparter.
    </p>
    </body>
    </html>
    And after importing it to RH8:
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="generator" content="Adobe RoboHelp 8" />
    <title>10001</title>
    <link rel="StyleSheet" href="default.css" type="text/css" />
    </head>
    <body>
    <h1>Agreement</h1>
    <p>An agreement is a written obligation between a project and a contracting
    party regarding the participation in the project, delivery to the project,
    or transfer of the project's products and services. Please see Vejledning:
    Aftaler og aftaleparter.</p>
    </body>
    </html>

  • A black bar comes up on my file names when opening a file

    Don't know why, but a black bar, gradient black too, not just a black out appears on my folder view when I open files in Logic Pro.
    Here's a picture of the anomoly.
    Any ideas what's causing it?
    http://farm3.static.flickr.com/2645/39263403264296c092a2b.jpg
    If I click on Documents or Desktop, it's still there, but not in Applications.

    That's good to know. I have wondered how that is done.
    You sir are indeed the Captain.
    !http://img41.imageshack.us/img41/2006/captaineq.jpg!

  • Keep file names when opening multiple files as animation

    Hi, i use fireworks when creating huge amount of photo
    resizing/cropping, where i need to manualy choose the cropping and
    size according to orientation /Horiz. vs Vert./ - i think that
    batch processing is not a good option.
    So, i use open as animation option in open dialog, i have all
    images (+-100) in frames. Is it some way to keep filenames in Frame
    Names, without need to do it by hand? Couse then i can export all
    images in one click.

    quote:
    Originally posted by:
    igraq
    Hi, i use fireworks when creating huge amount of photo
    resizing/cropping, where i need to manualy choose the cropping and
    size according to orientation /Horiz. vs Vert./ - i think that
    batch processing is not a good option.
    You can set up a batch process without having to enter those
    values manually all the time. Do the steps once, on one image only,
    and record the procedure in a custom command. Then call your custom
    command from the batch process as usual. Fireworks will perform
    your recorded steps on the rest of the images while you can sit
    back and relax. ;-)
    And like Darrel wrote above, using percentages will make
    image orientation irrelevant.
    For further details about custom-made commands, you can check
    this
    tutorial.

  • Why does iPhoto (9.0/11) not retain the Event name when exporting more than one event? (using File - Export - Album name with number).

    Why does iPhoto (9.0/11) not retain the Event name when exporting more than one event? (using File -> Export -> Album name with number).
    Exporting a single Event retains the Event name which is what I'd expect. But highlighting more than one event and exporting it renames the images to Events 001.JPG, Event 002.JPG etc.
    I was recently on holidays and had all my events nicely split on Dad's computer but when I went to export it I couldn't retain any of this information. Now I have to replicate this all again on my computer.
    It wasn't possible to export the entire library as the external drive was fat32 format an I didn't want all of it. It would be nice to export a bunch of events to someone and have it retain the name.
    Does anyone have a work around or will this be fixed at some point by Apple?

    Why does iPhoto (9.0/11) not retain the Event name when exporting more than one event? (using File -> Export -> Album name with number).
    Exporting a single Event retains the Event name which is what I'd expect. But highlighting more than one event and exporting it renames the images to Events 001.JPG, Event 002.JPG etc.
    I was recently on holidays and had all my events nicely split on Dad's computer but when I went to export it I couldn't retain any of this information. Now I have to replicate this all again on my computer.
    It wasn't possible to export the entire library as the external drive was fat32 format an I didn't want all of it. It would be nice to export a bunch of events to someone and have it retain the name.
    Does anyone have a work around or will this be fixed at some point by Apple?

  • How do I get my photos to sort by file name when sync'd to the iPad?

    How do I get my photos to sort by file name when sync'd to the iPad?  The default sorting method changes the order of pictures when sync'd from my pc.

    http://support.apple.com/kb/HT4221

  • Ipad only uses one file name when uploading images via email

    We have an image tool that uploads images to a template website. The problem is the file names for these images must be unique any duplicate file names will be rejected. Some of our users want to be able to upload from the field but Ipad only assigns the file name "photo.JPG" to jpegs. It doesn't seem to include the sequential extension that actually does exist for the image on the file name when uploading. Is there a way to get ipad to do so, or is this something that Apple maybe want to consider looking into. I can easily see the average Joe emailing themselves images and hitting save only to replace and lose an older image because let's face it, not all users are on MACs and PC's do not allow multiple files to have the same file name in the same folder.

    Hi,
    Based on the description, you could send email to external addresses without the Twin Oaks software. However, with the Twin Oaks software, you couldn't send successfully.
    For this issue, I recommend you enable message tracking and check whether you could retrieve message tracking log entires when you send emails to external addresses through the Twin Oaks software.
    If you couldn't retrieve message these tracking log entires when you send emails to external addresses through the Twin Oaks software, it means that the Exchange server is OK and the crux of the problem is the Twin Oaks software.
    Here is an article about message tracking log for your reference.
    Get-MessageTrackingLog
    http://technet.microsoft.com/en-us/library/aa997573(v=exchg.141).aspx
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • How to set attched file name while sending email through ABAP

    Hi All- tell me how to set attched file name while sending email through ABAP.
    regards...
    Abhay

    Sure,  when you are adding your entry to the packing list,  give the name in the obj_name field.
    *File 2
      mailbin = 'This is file 2'.
      append mailbin.
      data: start type i.
      data: end type i.
      start = tab_lines + 1.
      describe table mailbin lines end.
      mailpack-transf_bin = 'X'.
      mailpack-head_start = 1.
      mailpack-head_num = 1.
      mailpack-body_start = start.
      mailpack-body_num = end.
      mailpack-doc_type = 'TXT'.
      mailpack-obj_name = 'TEST2'.        "<-  RIGHT HERE
      mailpack-obj_descr = 'Subject'.
      mailpack-doc_size = tab_lines * 255.
      append mailpack.
    Regards,
    RIch Heilman

  • File name in sender file adapter

    Hi,
    Our ftp server is sending the file names as:
    AP_INV_<i>nn</i>.XI.<i>sss</i>.<i>xxx</i>.D<i>yyyymmdd</i>.T<i>hhmmss</i>
    where nn  sss  xxx yyyymmdd hhmmss are all variable. The only fix part is AP_INV_ & XI. I tried AP_INV_* but it does not work. I tried AP_INV_.XI... but it also does not work.
    Any idea here please !!!!

    Hi Dehra,
       Check these thread. It may help you:
    File name modification in a File adapter
    Regards,
    Subhasha Ranjan

  • How can I change the file name of an mp3 file to it's ID3 name?

    I prefer to alter the ID3 names of my music files to include: ARTIST - Track number - Tune Name. I do this in iTunes, by individually selecting each file, and Apple+I, then change the INFO/NAME tag.
    But the same file has a file name and an ID3 name then.
    Is there any script or APP that will allow me to BATCH convert all music file names to the ID3 name?

    > Do you have iTunes prefs > Advanced - Copy files to iTunes
    > media folder when adding to library checked?
    > (With above checked, when you add to iTunes, it makes a copy
    > of teh file in the iTunes folder and iTunes does not do anything
    >further with the original)
    Yes, how do you think they get there if I double click them in finder and list themselves and start playing in iTunes?
    > You are looking at the file in iTunes not the original file
    > (which is not in iTunes) correct?
    I have talked about both if you will read the thread.
    > In iTunes, right click Show in Finder
    Read the thread carefully, you are missing something.
    > Uncheck Keep iTunes media folder organized,
    > then click OK. Then go back and recheck it.
    Has no effect whatsoever.

Maybe you are looking for

  • Problem with Designer, manifests

    I get this message on windows log file, Can somebody give me some advice. event id   80 source    SideBySide c:\Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595......... c:\Windows\WinSxS\manifests\x86_microsoft.windows.common-co

  • LiveType Runs Slow

    I can't seem to get LiveType to run smoothly on my MBP (2.33 Ghz Intel Core 2 Duo). Whenever I play back a title sequence, the playhead just struggles along slowly. If I loop the sequence, it picks up speed over several loops. I have trashed my prefe

  • Problem with INET function

    Hello, i face some problem when i tried to execute the cltpull_panel.exe. it show some error line as below. This problem only happen after i formatted my PC 2 days ago.Before that the program run smoothly without any error. i have install back the la

  • Import dialog shows iPhone twice, and photo list only shows outlines

    In Aperture 2.1.2 I have been able to import photos from my iPhone until just recently. Now the import dialog shows three choices of import devices/locations, Local Disk, RJH iPhone and a second RJH iPhone. If I select either iPhone the main window d

  • Is Business Catalyst upgrade really necessary for a non-google email account?

    I just started hosting my site on Business Catalyst hosting through my Creative Cloud subscription. I updated the domain to be my own register domain name. I was led to believe that I could permanetly use Business Catalyst as my hosting. Am I wrong??