Notification format(script) HR module

In HR module,when a person enrolled a course,system can send a enrollment notification to the person(internet mail) automatically.
I change the format of that form(SAP Script),add some blod and large characters,but when the mail send out , no blod characters and layout not the same as Script preview(LSO_PP40),maybe the layout same as 'list' format.
Pls help me for it. maybe some configuration about format control?
Thanks,
yang

Hi, I think transaction PP40 converts the Sapscript output into ASCII in order to send it by mail, so I guess you will lost the bold, logos, etc in the mail output.

Similar Messages

  • Steps to create Service Notification in Customer Service Module

    Hi,
    Can anyone let me know the steps involved and the process to create Service Notification in Customer Service Module.
    Regards,
    Ram

    Hello SAP Guru's,
    I am Shankar from chennai.
    At present i have assigned to do the Customer Service process for our project.
    I had tried the BPP method for doing it.
    When i tried the Depot repair process from BPP i got error during billing process.
    Can any one guide me with the step by steps procedure to do the senerio.
    i searched the web for the process. but i couldnt able to find it.
    If any one has the complete step by step procedure to do the process pls help me.
    my id is ponshankar gmail com.
    Thanks in advance
    Warm regards,
    Shankar

  • Better way of Sending E-Mail Notifications -- Workflow or Function Module ?

    Hi All,
    I have an implicit enhancement written in a t-code and based on some conditions I am creating event which inturn will trigger the workflow which inturn send e-mail notification via send mail step.
    My question is:
    Which one of the ways is better in terms of performance or overhead to send an e-mail notification. (There are no Approval processes in the workflow.. Just One Step E-mail Notification).
    1) In the Implicit Enhancement, Trigger an event which inturn will trigger the workflow and e-mail is sent via send mail step.
    2) In the Implicit Enhancement, Send the e-mail notification via standard function modules available... such as
       "SO_OBJECT_SEND", "SO_DOCUMENT_SEND_API1".........
    Would be grateful if someone can post the Advantages and Disadvantages in the above 2 ways of sending e-mail notifications..
    Regards,
    PR.

    Just to throw in some additional factors, consider exception handling:
    An event-based send mail step is decoupled and thus independent of your application. This means your exception handling is separate. It means you do not need to hold up the transaction if there is a failure. All this depends on how important the mail is. You could of course add validation code to ensure the mail address is valid and send it elsewhere if not.
    Regarding performance, consider how often this happens. If it's an infrequent occurrence then I wouldn't worry about performance. Hundreds or thousands a day is a different story.
    So the answer is:
    Workflow for low-volume scenarios (low performance impact) that are important (better error handling in WF),
    Direct mail for high volume and noncritical
    In between these, use whatever you like
    One more thing to perhaps consider the future. What are the chances of the mail being replaced by a work item in furture? Sometimes it's only by observing a process after go live that you can identify the best solution. e.g. you may decide to replace the mail with a "Please go fix this" work item because you need deadline monitoring

  • Import Format script required to update multiple fields

    Further to my previous post yesterday (Import Format script required to work across multiple fields I now need my import script to update multiple (two) fields at the same time, based on criteria set across multiple fields. So far, I can use DW.Utilities.fParseString to assess the values across multiple fields, but I now need to update not only the field in question, but also an additional field at the same time. For example:
    Function TBService(strField, strRecord)
    ' How do I update a second field at the same time?
    Dim strField2 As String
    If Left(strField, 1) = "S" Then
    If DW.Utilities.fParseString (strRecord, 3, 8, ",") = "B1110" Then
    strField2 = "N101"
    Else
    strField2 = "Network N/A"
    End If
    TBService = strField
    Else
    TBService = "Service N/A"
    End If
    End Function
    Is this even possible? Should I be looking at creating an event script which would work post-import? Or can this be done right here in the import script?

    All the logic you require can be encapsulated in the import script for the second field. You don't need to reference the second field in the first import script.
    Edited by: SH on May 2, 2012 5:39 PM

  • Add (concatenate) a string to the end of a numerical field value (custom format script)?

    Hello All!
    1) I have a form field where a customer can input mileage (e.g. 48,000)
    I would like to be able to dynamically place the comma in the proper place as well as add " miles" to the end of the value the user input.
    For example:
    If the user types "123456" into the field, I would like for it to display as "123,456 miles"
    I assume this will require some custom format javascript... I'm familiar with the general syntax of JavaScript, but don't really know specific keywords/object names to use, I have a few custom calculation scripts in the form, and I've done some simple thing like concatenate two fields into one, etc.
    But this is a little different, because I'm only working with data from one field. I tried:
    event.value += " miles";
    However, this causes " miles" to get added everytime ANY field changes... so I end up getting "123,456 miles miles miles miles" as the user makes changes to other fields.
    2) Also, to further complicate things, is it possible to "remove" the custom formatting when the field gains focus? For example, if you use Acrobat's default number format ($1,394.00) on a field, when the user selects that field to edit the value, the formatting "disappears" so that the user would only see "1394".
    I would like to achieve the same with my custom field, so when the user selected the field that displays "123,456 miles" to change the value, they would only see/edit "123456"
    A bit wordy, I know, but thanks for any help!

    Here's a simple way. Begin by creating a new document-level JavaScript and include the following code:
    function my_format() {
        // Format number (no decimal point, comma thousands separator, etc.)
        AFNumber_Format(0, 0, 0, 0, "", false);
        // Add " miles" if there is an entry
        event.value = event.value ? event.value + " miles" : "";
    function my_keystroke() {
        // Restrict entry to characters consistent with a number
        AFNumber_Keystroke(0, 0, 0, 0, "", false);
    For the field in question, add the following as the custom Format script:
    my_format();
    and the following as the custom Keystroke script:
    my_keystroke();
    George

  • Is there any way to control or change the email notification format deliver

    Hi,
    Is there any way to control or change the email notification format delivered by iBots? I have created an iBot to deliver the scorecard report to the team with type chosen as 'Attachment (HTML)' option. With this definition of iBot - notification being sent in MIME HTML (.mht) format. Due to some security settings at my email client - the attachement gets quratined because of .mht format. So, I am looking for an option to send the notification only in HTML (.htm) format with which I don't have any issues with my email client?
    Any help is really appreciated.
    Thanks,
    Vency

    Hi,
    You try this
    change format of to whichever you required in this file.. I havn't tested it yet..
    I hope it will help you..
    thank you
    E:\OracleBI\web\app\res\b_mozilla\delivers\deliverycontenteditor

  • Notification  Format (HR module)

    In HR module,when a person enrolled a course,system can send a enrollment notification to the person(internet mail) automatically.
    I change the format of that form(SAP Script),add some blod and large characters,but when the mail send out , no blod characters and layout not the same as Script preview(LSO_PP40),maybe the layout same as 'list' format.
    Pls help me for it. maybe some configuration about format control?
    Thanks,
    yang

    Hi, I think transaction PP40 converts the Sapscript output into ASCII in order to send it by mail, so I guess you will lost the bold, logos, etc in the mail output.

  • Sap script function modules

    Hi this is saroj.
    1.can any body tell me what is the function of open_form,write_form,close_form,start_form,end_form
       in script.
    2.can we have a selection screen for the script where we can give inputs.
    regards
    saroj kanta maharana

    [Open_form|http://help.sap.com/saphelp_46c/helpdata/en/d6/0dba1a494511d182b70000e829fbfe/frameset.htm] - The function module OPEN_FORM opens form printing. You must call this function module before you can use any other form function (WRITE_FORM, START_FORM, CONTROL_FORM...).
    [Start_form|http://help.sap.com/saphelp_46c/helpdata/en/d6/0dba34494511d182b70000e829fbfe/frameset.htm] - In-between the function modules OPEN_FORM and CLOSE_FORM, you can use different forms. This allows you to combine several different forms into one print output. However, you can combine only those forms that have the same page format.
    [Write_form |http://help.sap.com/saphelp_46c/helpdata/en/d6/0dba41494511d182b70000e829fbfe/frameset.htm]- The system outputs the form element specified in parameter ELEMENT into the currently opened form.
    [Close_form: |http://help.sap.com/saphelp_46c/helpdata/en/d6/0dba27494511d182b70000e829fbfe/frameset.htm]The function module closes the form opened using OPEN_FORM. The system executes any terminating processing steps for the last opened form.
    [End_form |http://help.sap.com/saphelp_46c/helpdata/en/d6/0dba5b494511d182b70000e829fbfe/frameset.htm]- END_FORM ends the currently open form and executes the required termination processing. After calling this function module, no more form is active. For further output, you must start a new form using START_FORM.
    Please check this [link |http://help.sap.com/saphelp_46c/helpdata/en/d1/802fd3454211d189710000e8322d00/frameset.htm]to have complete idea on scripts.
    Thanks
    Satyasuresh Donepudi

  • [SOLVED] dbus notification shell script

    EDIT: https://github.com/nowrep/notify-desktop
    I need a one line command for shell for dbus to show a notification.
    I'm using this python script for now:
    #!/usr/bin/env python
    # -*- coding: utf8 -*-
    """This is a python script that creates a notification using dbus."""
    import os, dbus
    item = ('org.freedesktop.Notifications')
    path = ('/org/freedesktop/Notifications')
    interface = ('org.freedesktop.Notifications')
    datum = os.popen("date +%X").read()
    icon = '/home/mladen/.irssi/irssitop.png'
    array = ''
    hint = ''
    time = 3 # Use seconds x 1000, 0 means wait for confirmation
    app_name = ('irssi')
    title = ('irssi обавјештење')
    body = ('Неко вас је споменуо\n\nВријеме:\t'+str(datum))
    bus = dbus.SessionBus()
    notif = bus.get_object(item, path)
    notify = dbus.Interface(notif, interface)
    notify.Notify(app_name, 0, icon, title, body, array, hint, time)
    os.popen("ogg123 -q /usr/share/sounds/KDE-Im-Irc-Event.ogg &>/dev/null &").read()
    But the problem is that I would prefer a one line command, if possible, and I'm not familliar with coding in python, so I'm unable to adapt it to suit my needs.
    Last edited by Demon (2014-01-11 20:52:30)

    1. dict needs to be in the format 'dict:string:string:' not 'dict:string:'
    2. You didn't specify the function (org.freedesktop.Notifications.Notify instead of org.freedesktop.Notifications).
    dbus-send --session --print-reply --dest=org.freedesktop.Notifications --type=method_call --reply-timeout=10000 /org/freedesktop/Notifications org.freedesktop.Notifications.Notify string:'Test Application' uint32:0 string: string:'NOTIFICATION TEST' string:'This is a test of the notification system via DBus.' array:string: dict:string:string: int32:10000

  • How do I enable bold/italic text formatting in blog module on website?

    For some reason I can't figure out how to enable more text formatting options on our blog. We used the blog module on a muse template. I customized the module to apply fonts we used on our website. The main text on the blog is Lato.
    Link to blog: Coupar Consulting
    When we go in to write a post you can use the bold/italics options and it shows up in the edit window as shown in the screenshot below:
    The font is not correct, but because I set the font in the module to use Lato it does show as lato when you publish, see preview below (notice no bold or italic text):
    What am I missing??
    Thanks in advance!!

    Use your browsers console and inspect tool. This stuff becomes very easy.
    address,caption,cite,code,dfn,em,strong,th,var,optgroup
      font-style: inherit;
      font-weight: inherit;
    Line 34 ish in - http://www.couparconsulting.com/css/site_global.css?3869595648
    This overides the font bold style on strong.

  • Import Format script required to work across multiple fields

    I am currently constructing an Import Format, and using datapump import scripts on several of the fields to implement specific logic based on the values present. For example:
    Function TBNetwork(strField, strRecord)
    If Left(strField, 1) = "N" Then
    TBNetwork = strField
    Else
    TBNetwork = "Network N/A"
    End If
    End Function
    However, I need this to also evaluate the values across other fields too, but the default two inputs for the function are strField and strRecord.
    How can I achieve this? Can I declare new variables and define as follows?
    Dim strCustomer = varValues(23)
    Or do I need to look at implementing a different type of script? Any suggestions would be greatly appreciated!

    strRecord represents the entire data line from your source file that is currently being processed. You can parse this to get any of the values from your data line to use/evaluate in your script. There is an accelarator script DW.Utilities.fParseString which will do the string parsing for you. As you probably know strField only returns the field from the data file that you have specified in your import format for the associated dimension.

  • Making the host call a "Format plug-in module" back with 'formatSelectorReadLayerStart'

    Hi all,
    I have some problems reading layers in the Photoshop SDK, and I would be glad if someone could give me hand with them. The thing is:
    To date, I have managed to write a Photoshop "Format" module plug-in that is able to open files on my own graphic format. So far, so good. The problem is, this graphic format includes additional layers that I would like to open in Photoshop as well. The CS4 SDK documentation defines for this task:
    - Three module selectors called 'formatSelectorReadLayerStart', 'formatSelectorReadLayerContinue' and 'formatSelectorReadLayerFinish'
    - Since version 10.0, a member of the 'FormatRecord' struct called 'layerData' that reads: "Set by plugin in Start to tell host how many layers are in the document"
    Well, I have set layerData to a value different than zero during the 'formatSelectorReadStart' but, still, Photoshop does not call my plugin with the selector 'formatSelectorReadLayerStart'. What can I be missing here? is there something else I have to set to force Photoshop to read the additional layers? maybe an undocumented PiPl property that tells PS that the plugin is able to read such layers?
    Any help would be greatly appreciated!
    Thanks in advance,
    - Oscar

    /*****************************************************************************/static  void DoReadFinish (void)
         /* Test the ability to create the file inside a smart object */
         /* This flag also tells you which menu item was selected */
         // if openAsSmartObject is already true then you cannot turn it off
         gFormatRecord->openAsSmartObject = gData->openAsSmartObject;
         // every other time we open as smart, that should be confusing enough for a user!
         gData->openAsSmartObject = !gData->openAsSmartObject;
         /* Dispose of the image resource data if it exists. */
         DisposeImageResources ();
         WriteScriptParamsOnRead (); // should be different for read/write
         AddComment (); // write a history comment
    Found the problem: the routine DoReadFinish() in SimpleFormat.cpp  ( sample file format plug-in in SDK for CS4) has the routine DoReadFinish() as shown above. I just needed to delete the 2 lines related to smart object. Everything works fine after that. I had overlooked that routine a bit I suppose but those 2 lines do not add much to the undestanding othe plug-in mechanism and they should be deleted from the example IMHO.

  • Formatting Script Output

    Why does SQL Developer ignore
    col name format a15 ?
    col name format a15
    col value format a15
    select name,value from v$parameter
    where name ='statistics_level'Each column length seems to default to 80 charaters.
    I end up needing to use the hortizontal scroll bar to see the results in the Script Output window.

    "col" is a SQL*Plus command. SQL Developer does understand a few SQL*Plus commands, but most of the formatting commands like "column" are not supported.

  • Notification with 'CCNO_CREATE_ECR'  functional module

    Hello All,
    Need to check a Configuration Setting related to Notification with you. I have created a ZE Notification Type (General Notification). With help of IMG, within this ZE Notification, I have created an Action Box with functional module 'CCNO_CREATE_ECR'. Under the Control Data in the Usage and Documentation, I have put u2018Any View (create,change)u2019, u2018Notification and Tasku2019 and Documentation as u2018Tasku2019. It is not letting me use u2018Noneu2019 as Documentationu2019 for this functional module.
    As a result whenever I create an ECR from within the Notification from the action box, it logs it as a Task, below the Task tab in the Notification.
    I want to avoid documenting/logging this as a Task whenever I create ECR from within Notification. Can someone kindly help with this.
    Thanks,
    Sachin

    Sachin,
    whenever you call action box item system will logged in TASK
    you can rename the TASK tab as  ECR --- so whenever you call action box item -- sytem will logged
    under ECO,
    but if you have lot of action box items (other than ECR's) --- then all are logged under ECR
    or
    if you don't want TASK tab  to be displayed in NOtification, you can remove in this from configuration
    under Quality notification -screen/tab's
    let me know if have an issue
    Thanks
    Sami

  • AIA Error Notification Format : HTML Tags

    Hi All,
    I am trying to customize the AIA Error notifications in AIAEHNotification.xml file to include the html tags such as <font color="blue"> etc. to change the look of the error message. But the same is not getting reflected in the error emails I receive.
    I'm sure the file AIAEHNotification.xml is getting updated as I can see my updated content every time but not html formatted in any case.
    Does default AIA Error handler support HTML tags inside the email body message or it just uses <pre> by default before sending the notification?
    AIA 3.0
    SOA Suite 11.1.1.3
    Regards,
    Neeraj sehgal

    Neeraj,
    html tags are not supported in the AIA EH notification framework as of now and I am not aware of any plans to support this in any of the next releases.
    Gerhard

Maybe you are looking for

  • Subtotals in ALV report for ALPHA-NUMERIC field

    Hi Experts, I have problem while subtotalling values in ALV report. I have 8 fields in my fieldcatalog. Now, I have to do the subtotal based on 3rd field having name 'ABC'. This field is having type CHAR & having lenght 3. Now I wanted to do subtotal

  • Can't install a 2nd suite

    Hello On my work computer, I have the Web Premium installed and was given a Production Premium license since I'm going to do some editing work. Problem is, the licenses seem to conflict each other. When I started installing the Production suite, the

  • How I can lock *********** to my sons?

    I want to save the children from the **** pages in their iphones... I just want to lock the bad stuff but without lock everything...

  • Looks like we are out of luck on JellyBean...

    So the XperiaBlog guys have been looking at some discussions on Facebook and it looks as though Sony will be the first company to officially flout the Android Update Alliance guidelines and will leave 2011 phones to swing in the wind... http://www.xp

  • Playing dvds created in IDVD on computer vs TV

    When I create a project in Photo to Movie, export it, burn it in IDVD— it looks fine on TV, but the quality is very low when the DVD is played on my computer. How can I get my DVD movie to look decent on my computer as well as the TV? Thanks in advan