GP - Email templates-is it possible to change Email title at runtime

Hello Gurus,
We have a requirement in GP , we need to show value of one of the context parameter in Email Title, is it possible? if yes,please post snap shot of the Code here......
Thanks & Regards,
Veera.

Reply from SAP..
Hi Veera, Using the standard mail templates in GP, it is not possible to add context variables for the mail subject. These can be only added to the mail content.
You can submit a development request at; www.service.sap.com/drq Here they will;
1) Provide a fix specifically for your system.
OR 2) Provide you with the most up-to -date information on whether this is something that is being developed or will be in the future.
OR 3) Put this down on a 'wishlist' for you.
I am closing this thread...

Similar Messages

  • Is it possible to change Application Module at runtime?

    Hi all!
    I'm trying to change Application Module for my page at runtime. I've used such code:
      public void processRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processRequest(pageContext, webBean);
        OAWebBeanContainer webBeanContainer = (OAWebBeanContainer) webBean;
        webBeanContainer.setApplicationModuleDefinitionName("mypackage.MyAM");       
        webBeanContainer.setApplicationModuleUsageName("MyAM");
      }but I see that Application Module haven't been changed.
      public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processFormRequest(pageContext, webBean);
       System.out.println(pageContext.getApplicationModule(webBean).getFullName());
       System.out.println(pageContext.getApplicationModule(webBean).getDefFullName());   Is it possible to change Application Module at runtime?
    How can I do it properly?
    Pavel

    The AppModule for a page is configured in an attribute of the root element of that page. Maybe that attribute is available at the OAWebBean parameter in processRequest.

  • Is it possible to change the title of a PDF?

    Titles of downloaded PDF material do not reflect the contents of the PDF in some cases.  Iss it possible to edit the title?

    The short answer is no, that's not possible, but it IS possible to import multiple pages at one time.
    My favorite script for this is from Scott Zanelli: InDesignSecrets » Blog Archive » Zanelli Releases MultiPageImporter for Importing both PDF and INDD Files, but there's also a sample script included with ID.

  • Is it possible to change the title of a webpart using client object model/c#/sharepoint online

    Hi folks!
    I have been busted my butt trying to Write a program changing the title of an existing webpart on on of our subsites on SharePoint online. But I keep getting an error in the very last context.executequery. Tried a bunch of different approaches, but I can't
    make it work. Before I start posting code; I Wonder if anyone have ever done this?
    Its a plain Windows form application, using Visual studio Express and the Client Object model. (Listsing the titles of the webparts Works but changing titles seem impossible. Thought it might be a checkin/out problem but it doesn't make a difference).
    Any help would be highle appreciated.
    Lars

    It depends: are you using the default style for Text Captions? In that case you can change the default style in the Object Style Manager and have it applied to all Captions.
    Or you can change one text caption, and in its Properties panel choose the option 'Save Changes to existing style' from the menu top right (see screenshot). Both methods will work if you didn't override the default Caption Style for those captions. Beware: Quizzing objects can use another style.

  • Is it possible to change memory size while runtime?

    Hi!
    Is it possible to set the Xmx value while runtime?
    I try to do something like this java Myclass -Xmx128mBut only in a dynamically way while my application is running.
    I'm developing an image-rendering - extension for an existing app and there's no chance to edit thejava XYZ statement.
    I don't think that's possible, but If anyone has an idea....
    Thanks!

    Yes. Both RAM and the hard drive are easily accessible and replaceable. The warranty is not voided because both are considered DIY. However, if you damage the computer in the process then your warranty will not cover that damage. But it is not voided.

  • Is it possible to change folders title color?

    I cant see the titles in my folders because I have put a background and the title color is black. Is there any way to change it? Thanks already.

    Sadly, Labels were removed in 10.9, so that particular solution which would have allowed you to change the background color of the file titles is gone.
    Tags currently only place a colored circle *next to* the file name, and so don't help you very much.
    To my knowledge, there isn't a solution to black-on-black filenames on folder backgrounds.
    I seem to rememebr that the old (System 7/8) Labels used to actually change the filename color as well to ensure that they were readable when the label background color was changed - that would be a fantastic feature to bring back into OS X.

  • Is it possible to change Enhancement Set at  runtime ?

    If yes plz give an example

    Hi Anjeyulu,
    You can set the Enhancement Set in the Implementation for the Badi - Component_Loading, Method - Get Active Enhancement Set, as already mentioned by Bhushan. Here you need to assign the required Enhancement Set name to the Returning Parameter of the method - RV_RESULT. For  e.g., if you want to load a particular enhancement set for a business role, you can code as follows -
    DATA: lr_profile TYPE REF TO if_crm_ui_profile,
              lv_profile TYPE string.
    lr_profile = cl_crm_ui_profile=>get_instance( ).
    lv_profile = lr_profile->get_profile( ).
    IF lv_profile = 'SALESPRO'.
             rv_result = 'ZENH_SET'.  "your enhancement set name
    ENDIF.
    Regards,
    Rachna

  • Change browser title from framename

    Hello, I've created with robohelp 8 a WebHelp. The browser display's in the title bar the title of my project. Is it possible to change this title when you choose a topic? Like you click from the startpage (title=startpage) on topic A, the the browser title changes to A? I've searched the web for answers, but the ones I found wouldn't work in my Webhelp. For example there is a javascript, which you include in your topic HTML:
    <body OnLoad="parent.document.title=document.title"> Unfortunately this doesn't work.
    Does anybody know how to solve this?

    I have found the solution:
    Just put this code in your topic pages:
    <body onload="parent.parent.document.title=document.title">
    This works great. The only problem is that when you put this code in your masterpage's RoboHelp strips the code, so in you export such as webhelp the code has disappeared. The solution is to modify the page's afther exporting your webhelp. I use dreamweaver, this tool has an batch function for search and replace which makes it an easy job!
    I wil send Adobe a suggestion to make this function in the software, that would be easier.

  • How to change the Task title on runtime?

    Hi experts again,
    My customer is struggling with something very simple: how to customize the Task title. You can certainly create an argument in the task, use Data Associations to map the argument, and then use XPath expression to get the value from the task payload and set it to the task title. That works fine. But it only executes once, when the process instance 'enters' in the task.
    So once the Task is created, you can see the custom title in the Workspace.
    Now, can we change the Title on runtime? I thought you could get the task payload, update the title and finally update the task but this does not seem to work. Here's the code that does it.
    In this example, the priority is updated successfully but not the title.
    FacesContext context = FacesContext.getCurrentInstance();
    String tskId = (String)context.getApplication().evaluateExpressionGet(context,
    "#{pageFlowScope.bpmWorklistTaskId}", String.class);
    IWorkflowServiceClient workflowSvcClient = WorkflowService.getWorkflowServiceClient();
    ITaskService taskSvc = workflowSvcClient .getTaskService();
    ITaskQueryService wfQueryService = workflowSvcClient.getTaskQueryService();
    IWorkflowContext wfContext = WorklistUtil.getWorkflowContextForASelectedTask();
    Task myTask;
    try {
    myTask = wfQueryService.getTaskDetailsById(wfContext, tskId);
    Element payloadElem = myTask.getPayloadAsElement();
    System.out.println("****************" + myTask.getTitle());
    System.out.println("****************" + myTask.getPriority());
    myTask.setTitle("Task Title 3");
    myTask.setPriority(2);
    myTask.setPayloadAsElement(payloadElem);
    taskSvc.updateTask(wfContext, myTask);
    } catch (Exception e) {
    e.printStackTrace();
    The results which printed out in console after execute above code twice.
    ****************Task Title 1
    ****************3
    ****************Task Title 1
    ****************2

    You can use the appropriately named Window Title property. In your project you can define conditional disable symbols (right-click on the project node and select Properties) and then use a conditional disable structure in your code. However, these symbols apply to the entire project, not to a specific executable. Thus, a better route would be to use the executable name (also accessible via a property), if possible, or some other distinction between the executables. What makes the executables different?

  • Change SWFLoader source during runtime

    Hi
    I am using SWFLoader  to load png images.
    Is it possible to change SWFLoader source  during runtime?
    Thanks
    Amir

    Yes,you can.Just assign the new source to the source property of swfloader.

  • Change Tuxedo licence on runtime (Tuxedo 9.1)

    Hi,
    Is it possible to change the licence at runtime on Tuxedo 9.1 ?
    Indeed, on a live Tuxedo environment, the licence file (lic.txt) was modified to replace a wrong one (extension from 10 to 20 users) without rebooting Tuxedo on the machine.
    It seems this change is not taken into account by Tuxedo because the error CAT 4747 continues to be generated in the ULOG file.
    Best regards.

    Hi,
    I believe the Tuxedo license file is read at application boot time, so no, you won't be able to change the license on a running system. Please note that in recent versions of Tuxedo no license file is required (although obviously a license is still required!)
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Is it possible to change the formating of a template.

    I am new to iweb & working on a heavy web site. I use Template "modern" & Blog page for the entries.
    1. Is it possible to change the Heading colour & size to a different one in the template, without changing it in each & every Blog entry.
    2. I want to remove the "Read More" text from the main Blog page & want to link a PDF file in that location. Is it possible.
    Please help
    Thank you

    I could not find any way to do that. There is no way access the song information like you do through iTunes.

  • Is it possible to change the frame rate of a motion template?

    Motion has some very useful templates, but the majority are only offered in NTSC, not PAL. (including all in 3D TEXT PROJECTS).
    Is it possible to change the frame rate to 25fps before I start adding my own stuff, so that I can easily get the timing right for a PAL sequence in FCP.
    If not in Motion, how else could this been changed?

    Try dragging all the groups from one project into another instead - you'll need to open both project and rearrange the windows so you can see the layers tab for both of them.

  • Is it possible to change the font size of the PO terms only in the email?

    Hi all,
    Is it possible to change the font size of the PO terms only?
    We are emailing PO and terms to the Suppliers.
    Is it possible to reduce the font size on terms only so that the file size is smaller and easy to print on the supplier end?
    TIA

    Are we talking out Purchase Order PDFs here.
    If you are mailing PDFs I think you can take a look at the XSL FO Stylesheet which is being used to generate the PDF for a PO.

  • Is it possible to change your alternate email?

    its it possible to change your alternate email? i need to change my secerity questions but i cant because im no longer using the email i set for it

    Yes but you first have to recover use of your account by:
    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions

Maybe you are looking for

  • Can no longer burn CDs in iTunes

    I have successfully been burning CDs in iTunes until recently. I can now no longer burn an audio CD. The CDs I am using are the same as before (CD-R, same make etc) and I am trying to burn albums purchased through iTunes. No error message comes up, i

  • How to select multiple records in an ALV by REUSE_ALVGRID_DISPLAY

    Dear all ,    I am displaying a report by REUSE_ALV_GRID_DISPLAY. I have used "box_fieldname" property to select a record in the alv . but i am not able to select more tha one record at a time . Can anyboby suggest me how will be i able to select mor

  • ACE - HTTPS CLASS MAP CONFIGURATION

    Hi, We have a secured web site (HTTPS) currently fronted by Cisco ACE 4170, running version A5(1.2). We are trying to use the http class map to manipulate the traffic flow in the following manner: https://abc.com/ABC/* -> serverfarm#1 https://abc.com

  • Help!  I'm literally due to have a baby today and need to sort out video footage storage

    I just went to check that the battery is charged on the camera and got a notice saying the hard drive is full!.!!!!!!!! I have previously imported the video onto our Desktop Mac ( which is currently in storage)  and think I have a back up too, but I'

  • Multiple slide show

    I'd like to add captions to the slide show in the given site. I'd like to run the captions directly below the photos. Can any of you java script geniuses help with the coding? Thanks. http://www.inspirationalphotographybycheryl.com/portfolio.html