SM36: Want to Change title

Hi,
While scheduling the program using SM36,
the report is send as an attachment to recepient. But the title of the report gets prefixed with 'JOB'
and suffix with 'STEP1'.
How can i remove that from the attached file name and Email title ?
Salil ...

Hello,
You can review the fiollowing SAP note and see if it helps with your issue:
1101211 Using spool request title as e-mail title
Regards,
David

Similar Messages

  • Want to chang title of alv

    Hi,
          I want to change title of my alv list.can i debug list output and find pace where i can change title. or any other mehtod to debug is there.
    With thanks and regards,
    Himanshu

    hi,
    When you fill in the field catalog you can set the property seltext_l for the field and can give in any name. See the sample below.
    LS_FIELDCAT-COL_POS       = POS.
      LS_FIELDCAT-FIELDNAME     = 'NAME1'.
      LS_FIELDCAT-REF_FIELDNAME = 'NAME1'.
      LS_FIELDCAT-REF_TABNAME   = 'KNA1'.
      append LS_FIELDCAT to PT_FIELDCAT.
      clear LS_FIELDCAT.
      POS = POS + 1.
      LS_FIELDCAT-COL_POS       = POS.
      LS_FIELDCAT-FIELDNAME     = 'KUNNR'.
      LS_FIELDCAT-seltext_l  = 'Ship to Party'.
      append LS_FIELDCAT to PT_FIELDCAT.
      clear LS_FIELDCAT.
      POS = POS + 1.
    -Thanks & Regards
    Saurabh Goel

  • Ps cs6 on mac. since installing yosemite, when working on an image if i want to change tool, via shortcut of wacom pen click, i now have to click on the image title bar, how can i fix this please?

    ps cs6 on mac. since installing yosemite, when working on an image if i want to change tool, via shortcut or wacom pen click, i now have to click on the image title bar, how can i fix this ?

    @Naiks, having suffered through unsuccessful synching attempts for Calendar and Contacts myself, l would suggest you try the following:
    UNINSTALL iCloud control panel from your PC. Seems silly, but do it.
    Go into Outlook, and look at the very top menu. Click FILE, then ACCOUNT SETTINGS, then click the popup box.
    You will see a list of all your email accounts. Make sure that ONE of them has a checkmark against it. If not, select the account your want as your default, and click "set as default.
    Exit out of Outlook and reboot your machine.
    Now reinstall iCloud, check CALENDAR and CONTACTS, and do as instructed when prompted.
    Reboot for good luck and now launch OUTLOOK. All that remains is to locate your iCloud Contacts and Calendar files, and make them your default.
    IMPORTANT: Don't panic if you can't find your contacts -- they're there. Click CONTACTS and you'll see you have several available contact files. Locate the one label "iCloud" in grey type. Right-click on it, select PROPERTIES, then click the Outlook Address Book tab. Check the box that says something like "Make this my default Outlook Address Book." Keep clicking "apply" and "okay" until you've exited out of the dialog box maze.
    You may have to do something similar with your Calendar files. I dd not, but if you need to, do it.
    Everything should now sync pretty seamlessly.
    I didn't have the exact same problem as you, but my dilemma was close enough. Good luck!
    Arthur P. Johnson

  • I want to change my url link title on cs6

    For example, I want to change my url title from www.mysiteurl.com/index.1 to www.mysiteurl.com/home
    Any help would be greatly appreciated!

    Kind of.
    You will need your main home page for the site to be in your site's root folder. Anyone can browse to it via a link that is simply http://www.yoursite.com
    Your server will send them to the index.html page without the need for you to type it into the actual link.
    The same goes for sub folders within your site. You could make any number of folders, like:
    contact
    about
    portfolio
    Then place index.html pages within those folders. Think of them as "sub folder home pages" just like your main home page. From there on out, you could use links like http://www.yoursite.com/contact and the server would direct them to the index.html page within the contact folder.
    Your site structure within the DW Files tab would look like this...
    index.html
    about
         index.html
    contact
         index.html
    portfolio
         index.html
    You would have the site's home page (index.html) on the same level as all of your sub section folders. Each one of those folders would then have an index.html page within it and the links on your site would go to the folder, instead of the folder/page.html. The server would then give the index.html page for the folder automatically.

  • Rs to do, and I selected the font for each 4s clip - now I want to change the font - is there a way to change all fonts on clips in one go?

    Hi I am new to iMovie - and made a 35min film - quite pleased with it - I sub-titled it right through coz we work with deaf people - wanted my first movie to be accessible. Now I want to change the font on each clip - can I do this in one step - and change all the sub-titles to a different font - thanks a lot, Jane

    Maybe some one else can pipe up with a solution, but this would literally take 2 seconds to do for a new project.  And you can create a "template project" that includes this "text" clip.  Save this project and then to a get info and check "stationary pad."  When you double click on this file, fcp will open with a copy of this project and you just need to do a save as. 
    I've been working with computer editing systems for longer than i can remember and at a certain point you just have to adapt your workflow to the limitations of the software.  

  • How to change title of Employee Master Data form (in add-on creation) in SAP B1 9.1?.

    Hi all,
    I have a problem of how to change title of my add-on in SAP B1 9.1.
    I created the add-on of Employee Master Data but I want to change its title, is it possible?
    When I change the title as (Member Master Data) in property, it will display Employee Master Data again.
    If it is possible to change it, how can I do?
    Please anyone can help me.

    Hi,
    Try this:
    If pVal.FormType = 60100 AndAlso pVal.EventType = BoEventTypes.et_FORM_LOAD AndAlso pVal.BeforeAction = False Then
      Dim oForm As SAPbouiCOM.Form = DirectCast(oApplication.Forms.GetForm(pVal.FormType.ToString(), pVal.FormTypeCount), SAPbouiCOM.Form)
      oForm.Title = "New Title"
    End If
    Or you can try:
    If pVal.FormType = 60100 And pVal.EventType = BoEventTypes.et_FORM_LOAD And pVal.BeforeAction = False Then
         Dim oForm As SAPbouiCOM.Form = CType(oApplication.Forms.GetForm(pVal.FormType.ToString(),pVal.FormTypeCount), SAPbouiCOM.Form)
    oForm.Title = "New Title"
    End If
    Hope it helps.
    Thanks & Regards
    Ankit Chauhan

  • Change title of Delete button in UITableView

    Hi,
    I have a functionality of deleting record from table in my app. When table is switched in editing mode and on tapping red minus button a Delete button appears on right side.
    I want to change the title of this button from Delete to Remove. Is it possible in SDK?
    Please help.
    Thanks

    Hi, it's not impossible but not official too.
    There's a property "_removeControl" in UITableViewCell class which should contain a reference to the delete-button.
    Give it a try and tell us if the app passes review.

  • Can't change title text

    I have searched the board for this issue and have not found anything directly on point. I am also so frustrated because it seems like this should be quite simple.
    I started putting together a movie several months ago. I got into it again today, and I wanted to change up some text and colors, but I can't change text that is on my title page.
    To complicate the matter, when I insert the word "test" in the text editing box, it shows up in the middle of the title screen, but my original text on the screen (left side of a sliding photo) remains the same. It is this text that remains the same that I want to change.
    Ideas?
    thanks

    Hi emory -
    "....part of the problem is there appear to be two places on this title clip where text can show up. One is to the left of the photo box, and another is where text shows up if you choose like "Centered Title"..."
    I am afraid you've lost me, there. What do you mean by 'the photo box'? And in your original post, what do you mean by the 'sliding photo'? Was that a Ken Burns pan effect?
    How did you create the text which is to the left of this photo box?
    In order to test removing the text only, copy the title clip, and do as I described, and see what happens. It should have removed only the unwanted addition to your title clip. Once that has gone, it should be possible to modify the original text (you say you have tried that and it didn't work - does that text appear in the text-editing window? If so, what title option is highlighted? As far as I recall the title called Music Video is the only one that gives you the ability to place text to left or right.)
    If that does not work, then try using Delete again, and see if that removes the original text, but still leaving the clip intact. If it does, start from scratch with your text. Remember, you are working with a COPY, not the original:-)

  • My sister gave me her iPod and I want to change the name..is this possible?

    Right now the title on my iPod is my sister's name (Erin's iPod) and I want to change it so it says my name. Is it possible to do this? Any help would be great! Thanks!

    Superkix...easy......when the ipod is connected to iTunes in the left hand pane, click once on the ipod name, then click again (once) so that you can edit the name, highlight the text and change it to...say...."Erin's sisters iPod" or whatever you wish.
    David
    If any answer helps or solves your problem, please mark the post that helped accordingly, it provides an incentive for posters here to try and help and gives others a quicker way of finding solutions faster, thank you

  • How to change title of a field in SAP Query

    Dear All,
    I have created a financial query. I want to change the field title which is displayed in the layout. Pls guide what is the process to change the title of a field appearing in the report.
    Regards
    Kundan
    Edited by: Kundan Pariyar on Jan 23, 2009 11:41 AM

    Hello,
    I believe you have created the query in SQ00.
    Go to SQ00.
    Select your Query.
    Click on Change
    On the Top Left Hand Corner, you will find "BASIS MODE"
    Click on the Basis Mode Button
    Once you click on Basis Mode Button, you will get "Title"
    Change the title what you are intended to change.
    SAVE the entries.
    Execute the Query.
    You will be able to see new Heading on the Query.
    Hope this helps you.
    Regards,
    Ravi

  • I want to change my account payment method to none and I do not have a credit card yet.Plus, iTunes gave a message saying that I need to review my account and when I go there,the none payment method is hidden.

    I want to change my account payment method to none and I do not have a credit card yet.Plus, iTunes gave a message saying that I need to review my account and when I go there,the none payment method is hidden.

    Assuming that you want help and that you aren't just copying-and-pasting that thread's title and posting a link to it, then have you tried the steps on the post that I linked to in my first reply on that thread ?
    If you don't get the 'none' option when trying those instructions then you will need to enter credit card details before you will be able to use the account - when you've entered credit card details you should get the 'none' option and be able to remove your card details.
    Or you can create a new account, and follow, exactly, the steps on this page when creating it' : http://support.apple.com/kb/HT2534

  • I want to change document name.

    Hi, all.
    I want to change document name.
    But the business one can change only AP document.
    AR document can't change their name.
    Is anyone know why only AP documents can change their name.
    Thank you for your help.
    seiichi

    Dear
    In Business one it is only possible to change the purchasing documents. you actually can do it from sdk.  change the system form title and menu name by updating Form.Title and MenuItem.String, as long as you get these UI API
    objects with your code.
    Best Regards,
    xiaodan AN

  • Change title of konsole (KDE) / xterm

    Hey,
    I want to have user@machine$ in the beginning of the command line. Now I have sh-4.3$ and it doesn't change to current folder.
    Any suggestions?
    Thanks

    Do you want to change the title as the thread title indicates, or the prompt, as your description indicates?
    In either case, these are both very well documented.  What searches have you done?  What have you already tried?
    -- mod note: moving to Nebie Corner.
    EDIT:  The following wiki pages are linked from the "General Recommendations" page which is suggested reading at the end of the Beginner's Guide:
    https://wiki.archlinux.org/index.php/Color_Bash_Prompt
    https://wiki.archlinux.org/index.php/Zsh#Prompts
    Depending on which goal you are actually going for, the following search may also be useful
    https://duckduckgo.com/?q=terminal+title+linux
    Please note that you really should do your own searches before asking something here that is very well documented all over the web.
    Last edited by Trilby (2014-07-21 22:10:41)

  • JDeveloper ADF Change title validation error messages

    Im using JDeveloper 12c with ADF and i was wondering how can i change those titles.

    What titles are you talking about and what do you want to change?
    Timo

  • Change title in workflow

    I want to change the title of an entry when this entry reach a certain workflow state. How can this be done?
    It's needed for sending an email to an external system in which the new title is used. The change is at needed at the end of the title, so the default notification on entry in workflow is not working.

    svisser,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

Maybe you are looking for