Changing filename of printjob

Hi experts,
we are printing with berkeley protocol to our print servers.
When displaying the queue, there are no titles, which are user friendly.
The title of the print job is for example 0031r9WM.DEV.
Does anybody know a possiblity (eg. an user-exit, BAdI, etc.) where this title can be changed?
Thanks for any hints!
Regards!
Peter

Hi Joerg,
Did you not post this question already? I'm sure I replied to it. But we were having network issues so possibly it never got the update.
Crystal simply send the output to the Spooler Service, we have no control over that system.
I suggest googling for a how to, I believe Microsoft has some samples
Don

Similar Messages

  • Changing filename in configuration

    hi there,
    my question is can we change filename of a file in the configuration without using IR(that means no mapping was done)? the scenario is a simple file to file , the only problem is that the filename must be changed.
    is it possible to do this without using a udf(dynamic configuration)?
    thanks.
    ali

    thanks abhishek and srnivas .
    however in my scenario the  sender channel is picking 3 different files that is three files with different names. if i do as you stated, srinivas, all the output files will have the same name, rite?
    e.g
    file1.csv  ---> file1.csv
    file2.csv -
    > file.csv
    file3.csv -
    > file3.csv
    as it can noticed onlyfile2.csv must be changed to file.csv. is it possible to do the above in the configuration itself without using an UDF?
    thanks

  • OSX.6 change filename color black to white on dark background

    OSX.6 change filename color black to white on dark background

    Thanks for that, but what I asking was how to change the OSX default filename font color from black to white, so it becomes more easily visible when dark backgrounds are selected in icon view, eg the same way the Desktop default does, except when files are not on the Desktop.
    or to put it another way:
    if anyone's worked out an easy way to how to change the color of the font itself, rather than changing the folder/filename background using File, Label, Color, eg because light colors may already be in use as Labels, and so mean something else.
    or as explored in this archived discussion:
    How to change the color of the file name Font in Finder window and Desktop
    https://discussions.apple.com/thread/1744863?threadID=1744863
    Perhaps this is easy for programmers but not for users???

  • Will changing filenames break my library?

    I prefer to have my music files named with the artist and track name. If I rename the files in my library with a script, will it corrupt the library? I've tried a test with one file and the file is renamed and still found by the library. However, the "filename" in itunes still lists the old filename which worries me. Thanks in advance.

    Will changing filenames break my library? The general answer is yes although the Mac can sometimes be more tolerant of such things. If you must rename them use a script which not only renames the files, but also updates iTunes so that it knows where to find them in future. I've written one for Windows, but Doug's AppleScripts is bound to have something for you.
    tt2

  • Mail receiver adapter: change filename of attachment to number in payload.

    Dear experts,
    I want to send out Purchase Orders from XI to a email address. The XI message containing the Purchase Order is sent as an attachment to a email to the supplier. However, the filename of the attachment needs to unique. Preferably the PO number which is in the file content.
    Can anybody help me out with how to accomplish this?
    My current settings are:
    Transport protocol: SMTP
    Message Protocol: XIPAYLOAD
    Not using mail package
    Keeping attachments.
    Using: MessageTransformBean
    Transform.ContentDisposition --> attachment;filename="testing.xml"
    Please tell me how to dynamically change the "testing.xml" part!
    Thanks in advance,
    *will reward points if helpful

    Thanks Prateek!
    This is what I was looking for.
    Can you please do me one more favour?
    How to include this code in the module? I have been looking on help.sap.com but only found to be able to do this in PCK. Is this correct?
    How can I use the code?
    Thanks in advance.

  • Applescript: open Pages doc from Templete, change filename and replace text

    Hi!
    I just got started with applescript and i want a script that does the following:
    1. open "choose from list" dialog to choose the topic of my document
    from 4 possibilities (here for example A, B, C, D)
    2. open document from TemplateXY
    3. set document name with date and topic (dd.mm.yyy) "16.02.2011 - A"
    4.inside of document: replace text "date" with the currend date (dd.mm.yyy)
    and the text "topic" with the topic chosen in (1.) "A"
    this is what i already did:
    here as colored screenshot:
    http://i55.tinypic.com/2mnhxkm.jpg
    set datum to do shell script "date \"+%d.%m.%Y\""
    --choose topic:
    set chosentopic to choose from list {"A", "B", "C", "D"}
    --text "topic" becomes replaced throug variable topic
    set searchstringT to "topic"
    set replacestringT to chosentopic
    --text "date" gets replaced by currend date (variable datum)
    set searchstringD to "date"
    set replacestringD to datum
    --open pages, define filename & do search&replace of the strings defined above
    tell application "Pages"
    activate
    set DocName to datum & " - " & chosentopic
    set (every text where it is searchstringT) to replacestringT
    set (every text where it is searchstringD) to replacestringD
    end tell
    the "choose from list" dialog works and the variables like topic, datum and the search&replace strings get defined as well
    my problems are:
    i only get an error that the text could not be replaced
    i dont know how to get a new document from a template and how to get its filename changed
    i really just started doin things with applescript for a day so i hope you can help me
    regards
    DaNylz
    Message was edited by: DaNylz

    Try something like this:
    set myFoundItems to change text text of all page items of pages 3 thru 5 of document 1
    Shane Stanley <[email protected]>
    AppleScript Pro Sessions <http://scriptingmatters.com/aspro>

  • Programmatically change filename and path for PDFCreator

    Hello,
    I know that creating PDFs is a common question on the forum but I've yet to see someone with the same problem that I am encountering.  I'm following the example at http://decibel.ni.com/content/docs/DOC-4552#comment-12005.  I posted a question on this page but am posting again here for hopes of a faster response.
    I am able to create a pdf of the test.txt file.  However, I am unable to change the path or filename.  No matter what I select the file is created with the name and path defined in the autosave options of PDFCreator.  Since the file is created, I know that the reference is correct.  It seems that the cOption invoke nodes are not working.  If I turn on autosave in the PDFcreator options, I am prompted with a save as window.  This means that my command to use auto-save (in the config subvi) is not working.  Likely, the autosavedirectory and autosavefilename are also not doing anything.
    I'm at a loss because everything appears to be correct.  Any thoughts on what could be wrong?   (labview 8.6.1     PDFCreator 0.9)
    Solved!
    Go to Solution.
    Attachments:
    Testing PDF Creator.vi ‏9 KB

    Hello,
    Have you tried downloading the latest version of PDF Creator? It looks as though it is at 1.0.1 now. If this is a problem with the ActiveX interface, it may be resolved in the latest version.
    -Zach
    Certified LabVIEW Developer

  • How do I change filename for single-image HTML pages in web gallery for LR 3

    Hi,
    I would like to change the default filename for the HTML pages produced by Lightroom 3 in the web gallery. Specifically, I would like to remove the string "_large" from the HTML filename, so it corresponds exactly to the image filename.
    Specifically, the URL by default is like this:
    http://www.mysite.com/content/_c_EMT2146_large.html
    and I would like it to be like this
    http://www.mysite.com/content/_c_EMT2146.html
    I assume there is some way to make this change using the template editors, but I can't figure it out.
    thanks,
    James Riemermann

    Turns out there's a fairly easy way to change that on Windows, but I can't figure out an equivalent on a Mac, which is where the need is. On windows, I can edit (after backing up) the following two config files:
    C:\Program Files\Adobe\Adobe Photoshop Lightroom 3.6\Shared\webengines\default_html.lrwebengine\grid.html
    C:\Program Files\Adobe\Adobe Photoshop Lightroom 3.6\Shared\webengines\default_html.lrwebengine\manifest.lrweb
    In which the "_large" string is appended and can be removed, following which the gallery works exactly as I would hope.
    But I can't find the equivalent files on the Mac, though I would assume they exist.

  • Change filename prompted when submit form by email

    My form has a submit by email button for users to submit the filled form through email(attached as pdf). Upon clicking the submit button, I want the pdf attachment to be in a customized filename (eg:YYYYMMDD_form1_txtfield1.pdf), or the least if user choose to submit using external webmail and prompted to first save the file, the filename(on the Save As dialog) will automatically be set to the customized filename.
    Is this possible? or Is there any other alternatives? I had went through a number of forums/articles on this but I did not find the solution.
    Thanks loads.

    The send pdf in an email will save the fiel as is in a temp folder with the name of the PDF that already exists. If you want to change that name you will have to do a file save operation. For security reasons you cannot automate the file save without the user's knowledge (they have to click OK). I do not know of a way to seed the SaveAs dialog with the filename that you want.
    Paul

  • Q? how to change filename of receiver adapter includeing payload attribute?

    hi all.
    our scenario is IDOC - XI - FILE.
    IDOC is standard type .xml"
    Despite of searching help library, just read about how to change using payload value.
    How to change the filename using payload attribute?
    Message was edited by: ChangSeop Song

    Hi,
    You can create the file name dynamically from the payload of the receiver adapter as follows.
    From the requirement you have stated, you want your file to be named as,
    TPSDLS<shipmentid>.
    For this, in the reciver file adapter, give your filename as <b>TPSDLS%var%</b> and under variable name substitution,
    <b>var</b> --> <b>payload:IDOCTYPE,1,Shipments,1,ShipmentID,1</b>
    here, var acts as your variable name and it first looks for IDOCTYPE and its first occurence, shipment and its first occurence and finally, shipmentID and its first occurence. There by generating the filename dynamically.
    For more info on this, check the topic <b>variable substitution</b> under this link.
    http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm
    hope this helps,
    let me know if you have any clarification,
    regards,
    bhavesh

  • "Save as..." Dialog: Can't change filename after picking one per mouse

    I am using Adobe Acrobat 8 Standard on Windows Vista.
    As it says in the Subject... Any ideas?
    Well in fact I can change the filename, but it will still save it to the filename picked by the mouse.

    To me that sounds like a Windows malfunction.  If you think it is an Acrobat problem, ask in the Acrobat forum.

  • Changing filename causes all finder windows to close

    changing a filename causes all open finder windows to close and desktop icons to briefly disappear. This problem just started. Anybody have this problem?
    Thanks, Tim.

    I rarely use Stuffit and just knew about the issue from remembering reading about it a week ago. I'd check Stuffit's site for news about a newer version.

  • Changing Filename for CUTEPDF Printer

    Hi,
    Does anyone know how we can change the naming convention for filename in CUTEPDF SAVE dialog box?
    Our basis has set up device type 'PDF1' in SPAD and tie this to output device 'XX_PDF'. When we go to VA02 to issue output, if we set the print parameter output device 'XX_PDF', and print immediately, a pop up message box to save the PDF file will be displayed. The filename was defaulted <USER NAME>_<JOB SPOOL NAME>.
    Our requirement is to display sales order number instead of spool id.
    Is this possible to change via print program or any SAP setting we can do to change the naming convention of the PDF default file name?
    Kindly help.
    Edited by: LittleLamb on Nov 10, 2010 3:52 PM
    Edited by: LittleLamb on Nov 10, 2010 3:53 PM

    Hi @zipsoutlaw ,
    I see that you are having issues with connecting the mobile devices.  I would really like to be able to help you resolve this issue.
    Do you have the Envy 4500?  How Do I Find My Model Number or Product Number?
    Please clarify what I can help you with.
    Is the password that you need for the Wireless Direct or the Network Password to connect the mobile devices?
    I wasn't sure if you meant you can print from the computer by a USB connection or the network.
    Is the computer still setup on the wireless network?
    If you need to find the password on the computer to connect the mobile devices, you can get that information from here.
    I Can't Find the WEP or WPA Key or Password for My Wireless Network.
    I can send you a password reset for the printer, if that is what you need.
    Just let me know.
    Have a great day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Change Filename using XSLT mapping without variable subtitution

    Hi,
    My scenario is IDOC to file...i am using XSLT mapping, i want to change the filename format to OUT_<Purchase Number>_<DDMMYYYYhhmmss>_KKKK.txt, i cannot use UDF function as i do XSLT mapping i also i cannot use variable substitution as the target structure doesn't have PO and timestamp as tag elements. Can i acheive using writing a adapter module? I appreciate if anyone could help me with this..
    Many thanks

    >
    Ravibabu Adari wrote:
    > Hi,
    > If i go with Option1: what changes i need to do in the file adapter to tell the adapter to pick the filename from XSLT ?
    > If i go with Option2: To which element to the target structure should i map the filename using UDF ? do i have to add additional element to the target structure? what changes i need to do in the file adapter to tell the adapter to pick the filename from Message mapping ?
    >
    > Many thanks
    Hi,
         in both cases you need to enable file adapter specific properties and enable the file name...
    for this you need to use the dynamic configuration properties for the same...
    usage of this option using udf in message mapping is rather easy than to use in XSLT...for this you dont need to change the structure in the message mapping...message mapping is just needed for execution of the udf.. thats it..
    HTH
    Rajesh

  • How to batch change filenames in iPhoto 09?

    I have a dilema... The photos I've taken with my Leica have a certain filename convention (e.g. L0001, L0002, etc.) and the photos I've taken with my Canon have a different filename convention (e.g. IMG_0001, IMG_0002, etc.).
    When I import these photos into iPhoto they are arranged my date and time, which is what I want. When I upload these photos (all one giant Event) to my MobileMe gallery they are uploaded and arranged chronologically but by filename, meaning all the Leica photos are first in their order, then all of the Canon photos in their order. The MobileMe gallery does not match my Event.
    How can I fix this?
    -Keith

    you can not change file names in iPhoto - it is critical that you NEVER make any changes of any sort to the content or structure of the iPhoto library
    YOu can export the files using the option to sequentially name them
    You can change the file names prior to importing to iPhoto (use image capture to download your files and use a program like name mangler to batch rename them)
    LN

Maybe you are looking for

  • ERROR IN ACTIVATING DATASOURCE

    hi, i am getting error "Generation of conversion exits and PSA update..." " when i am activating datasource, tried it using the report, rsds_datasource_activate_all" but getting the error "no datasource  with these attributes".

  • Will the CTOs go for it?

    Please excuse the non technical nature of this topic... But quite a few of us are dependent upon currently established web development processes that have been in place for a while and our creative talents are limited by such folks as product manager

  • Issues viewing PDF's in safari with frames

    I am a college student and I have a lot of PDF's to look at while in class. The university's website for class info is called blackboard. In safari, when I open a link to a pdf file, the pdf opens in the main frame of the website, but only the first

  • Exchange Distribution Groups not updating in Active Directory

    Hi all, I'm not sure if this is intended behaviour or not, but any distribution group we create in Exchange ECP does not update in Active Directory Users and Computers. Any particular reason why? For example, we have a user group called "Managers" an

  • Can you block a incoming call on iPhone 4s

    Can you block a incoming call on iPhone 4s?