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.

Similar Messages

  • Create Notification in PM module

    Hi All,
    I am trying to create a Notification in PM module.
    I am using FM 'ALM_PM_MAINTNOT_CREATE' . I am bit confuse to provide REFOBJECTTYPE
    and REFOBJECTKEY field values in NOTIFHEADER and in rest of the input table fields.
    what should be the correct values for these fields?
    Please share your program code if someone already used this FM in any program.
    Regards,
    Amit
    Edited by: Amit  Singh on Sep 21, 2010 1:06 PM

    customize it as u need. Here it is:
    data: notifheader like bapi2080_nothdri,
    notifheader_export like bapi2080_nothdre,
    LONGTEXTS like BAPI2080_NOTFULLTXTI occurs 0 with header line,
    RETURN like BAPIRET2 occurs 0 with header line.
    clear notifheader.
    notifheader-EQUIPMENT = u2018Testu2032.
    notifheader-SHORT_TEXT = u2018Test it first'.
    notifheader-PRIORITY = u20181u2032.
    notifheader-PLANPLANT = u20181000u2032.
    notifheader-PLANGROUP = u2018100u2032.
    notifheader-REPORTEDBY = u2018USERu2019.
    notifheader-NOTIF_DATE = sy-datum.
    notifheader-NOTIFTIME = sy-uzeit.
    refresh longtexts.
    longtexts-OBJTYPE = u2018QMELu2019.
    *OBJKEY
    longtexts-FORMAT_COL = u2018U1u2032.
    longtexts-TEXT_LINE = u2018line 1u2032.
    append longtexts.
    longtexts-TEXT_LINE = u2018line 2u2032.
    append longtexts.
    longtexts-TEXT_LINE = u2018line 3u2032.
    append longtexts.
    CALL FUNCTION u2018ALM_PM_MAINTNOT_CREATEu2019
    EXPORTING
    EXTERNAL_NUMBER = external_number
    notif_type = u2018M1u2032
    notifheader = notifheader
    IMPORTING
    NOTIFHEADER_EXPORT = notifheader_export
    TABLES
    LONGTEXTS = longtexts
    RETURN = return.
    if sy-subrc eq 0.
    refresh return.
    CALL FUNCTION u2018ALM_PM_MAINTNOT_SAVEu2019
    EXPORTING
    number = notifheader_export-NOTIF_NO
    IMPORTING
    NOTIFHEADER = notifheader_export
    TABLES
    RETURN = return.

  • 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(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.

  • Verify date format in module pool

    Hi all,
    I am working in module pool. My requirement needs to verify the date format in dd.mm.yyyy.
    If the entered date format is yyyy.mm.dd, then prompt error message.
    Can this be done?
    Please advise.

    There are two ways in solving this problem.
    1) If u can use 'DATS' as data type for the parameter ypu are entering date then the system generates error on its own.
    2)If u cant use dats then you can use the code below for validating the date format.
    suppose u have a start date as parameter p_sdat.
    IF ( p_sdat+4(4) LE c_0000
        OR p_sdat+0(4) GT c_9999
        OR ( p_sdat+2(2) LT c_1
        OR p_sdat+2(2) GT c_12
        OR ( p_sdat+0(2) LT c_1
        OR p_sdat+0(2) GT c_31
          MESSAGE 'Invalid date'.
        ENDIF.

  • 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

  • SSHR Email Notification Format (Template)

    Hello,
    We are receiving the workflow notifications as email which works fine. We want all the users to receive HTML emails. By default the system send the notification page as-is to the email. The format of the email received is messed up due to the css/js issues within the email client. Is there any way we can modify the template of the email being sent by the SSHR system. We want to first remove the top banner and then also remove the table heading - both of which is giving formatting issues.
    Any heads up appreciated    

    I had not even noticed this, BUT... I keep e-mail notification OFF, as I follow any thread that I am interested in, in the forums, and do not need any more e-mail. The only thing ON, is an e-mail notification on PM's, as I do not normally look there. All forum activity is OFF.
    Now, getting the notifications in the new Jive, was a surprise, but a few clicks, and all was turned OFF again. Too bad that the new Jive could not use our Preferences there, but other than cleaning out my In-box, and changing those Preferences, it was not big deal - just a bit of a surprise.
    I think that Phillip has the right idea, and will just trust him, as I do not plan on turning things on, just to check.
    Hunt

  • How to find download and convert pdf format function module for a script

    Hi,
    I have script requirement its already fixed with nace tcode and when we run output type in tcode va02 its generatinga mail with attaching script ouput in pdf format. Now i want find how that script generating pdf format and attaching to mail there in driver program no any function modules using for that.
    So anyone can help me for this finding.
    Thanks.

    Dear Pradeep,
    Use FM: CONVERT_OTF, this FM converts PDF output. After  use the FM: SX_TABLE_LINE_WIDTH_CHANGE FOR convert line width 255.
    Regards,
    Abbas.

  • Notification area (systray) module missing in Cairo-dock

    Hello everyone,
    I'm having an issue with Cairo-dock: the module for a notification area does not show up in my settings screen. The module "Notification Area Old" does show up and does work as expected.
    I have installed all optional dependencies for cairo-dock-plugins and am not really sure what's going wrong. I've tried searching Google, but no-one else seems to have this problem.
    To be clear: a module called "Notification Area" should be listed under the Desktop modules in advanced mode, but doesn't show up there.
    Does anyone have an idea on what could be going on?
    Thanks,

    I discovered now this and I have the same problem. What is strange is that systray plugin is really in the system (cairo-dock-plugins).
    If I find a solution I will let you know.

  • AE Email Notification Format

    The AE Config documentation says that you can use HTML vs Rich text in your email notification but I cant seem to find where you can set that.  Does anyone have any idea how to do this?

    SAP clarification:
    HTML option was mentioned becuase it allows you to use various text formats while rich text is mentioned because it allows you to choose a number of fonts and sizes.

  • How to create a new business partner for notification with function module?

    Hello,
    I got a problem when I want to create a new Notification with its businiss partner (BAPI_ALM_NOTIF_CREATE). I can't find the proper way to create the new business partner. Anyone offer some help?
    Thanks a lot!
    Morgan

    when I look at the function you can transfer the partner in NOTIFPARTNR table.
    You must already have defined the appropiate partnerroll in customizing for you're businesspartner
    or do you have another problem with this function ?

  • Date Format in DD-MM-YYYY in Module Pool

    Hi,
    How can I show date in DD-MM-YYYY Format in Module Pool
    Thanks

    declare a field of length 10  in ur screen and use this logic
    data :  gv_datum(10) type c,
              gv_dt like sy-datum.
            gv_dt = sy-datum.           "here u can give the date field .
      CONCATENATE gv_dt+6(2) gv_dt+4(2) gv_dt+0(4)
            INTO gv_datum
            SEPARATED BY '-'.
    write:/ gv_datum.
    regards,
    vijay

  • Function Module To Check and Make changes

    hi
    i have created a FM which have following code , i have created that one for updating header data of Notification
    the Fm module are as following code
    Import
    Notif      Type    qmnum      (check box pass value) 
    Export
    TT_data  type   zNotif_data    (where ZNotif_data is a table type which having fields qmnum qmart priok etc....)
    source code:---
    select qmnum
           qmart
           priok
           ernam
           qmdat
           from qmel
           into table tt_data
           up to 1000 rows.
    data : it_tlines like tline occurs 0 with header line.
    data : it_text1 like thead occurs 0 with header line.
    data : x_header type thead.
          x_header-tdobject = 'feature'.
          x_header-tdname  = '99999996020000'.
          x_header-tdid    = 'head'.
          x_header-tdspras = 'D'.
          loop at it_tlines.
          it_tlines-tdformat = '*'.
          it_tlines-tdline = it_text1-tdtxtlines.
          append it_tlines.
          endloop.
          CALL FUNCTION 'SAVE_TEXT'
            EXPORTING
            CLIENT                = SY-MANDT
              HEADER                = x_header
             INSERT                = ' '
             SAVEMODE_DIRECT       = 'X'
            OWNER_SPECIFIED       = ' '
            LOCAL_CAT             = ' '
          IMPORTING
            FUNCTION              =
            NEWHEADER             =
            TABLES
              LINES                 = it_tlines
           EXCEPTIONS
             ID                    = 1
             LANGUAGE              = 2
             NAME                  = 3
             OBJECT                = 4
             OTHERS                = 5
          IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          commit work and wait.
          update stxh set tdobject = 'D'
          where tdobject = notif.
            ENDIF.
    ENDFUNCTION.
    I M rtying it but it is not working.
    if any one have idea please help me.
    Edited by: Thomas Zloch on Apr 25, 2011 10:50 PM - please cut it down with the exclamation marks

    Hi,
    Please find a piece of working code for your requirement as mentioned below. This code is working fine in my system.
    Edit Text
    HEADER-TDOBJECT = 'QMEL'.       "Should be given as QMEL in capital letters
    HEADER-TDNAME = gfl_notif-QMNUM.     "Should pass the Notification number with leading zeros.
    HEADER-TDSPRAS = 'E'.                          "Should be given as E in capital letters
    HEADER-TDID = 'LTXT'.                             "Should be given as LTXT in capital letters
    header-tdlinesize = '072'.
    >Text1
    lines-TDFORMAT = '*'.
    lines-TDLINE = 'Text1'.            "Pass the Header text values one by one.
    APPEND lines to git_lines.
    CLEAR lines.
    >Text2
    lines-TDFORMAT = '*'.
    lines-tdline = 'Text2'.            "Pass the Header text values one by one.
    APPEND LINES to git_lines.
    CLEAR lines.
    >Text3
    lines-TDFORMAT = '*'.
    lines-tdline = 'Text3'.            "Pass the Header text values one by one.
    APPEND LINES to git_lines.
    CLEAR lines.
    Here call function CREATE_TEXT ior SAVE_TEXT
    CALL FUNCTION 'CREATE_TEXT'
    EXPORTING
    FID = HEADER-TDID
    FLANGUAGE = HEADER-TDSPRAS
    FNAME = HEADER-TDNAME
    FOBJECT = HEADER-TDOBJECT
    SAVE_DIRECT = 'X'
    FFORMAT = '*'
    TABLES
    FLINES = GIT_LINES
    EXCEPTIONS
    NO_INIT = 1
    NO_SAVE = 2
    OTHERS = 3
    OR
    CALL FUNCTION 'SAVE_TEXT'
    EXPORTING
    CLIENT = SY-MANDT
    HEADER = HEADER
    INSERT = ' '
    SAVEMODE_DIRECT = 'X'
    TABLES
    LINES = GIT_LINES
    EXCEPTIONS
    ID = 1
    LANGUAGE = 2
    NAME = 3
    OBJECT = 4
    OTHERS = 5
    HERE PUT A BREAK POINT AND SEE WHETHER SY-SUBRC IS EQUAL TO ZERO OR NOT. IF NOT EQUAL TO ZERO, THEN CHECK WHAT IS THE ERROR MESSAGE AND CORRECT THE SAME.
    IF SY-SUBRC 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'COMMIT_TEXT'
    EXPORTING
    OBJECT = header-tdobject
    NAME = header-tdname.
    set long text flag because create text does not do it
    SELECT SINGLE indtx INTO long_text_ind FROM qmel WHERE qmnum = gfl_notif-QMNUM.     "PROVIDE THE NOTIFICATION NUMBER WITH LEADING ZEROS.
    IF long_text_ind IS INITIAL.
    UPDATE qmel SET indtx = 'X' WHERE qmnum = gfl_notif-QMNUM.  "PROVIDE THE NOTIFICATION NUMBER WITH LEADING ZEROS.
    ENDIF.
    Thanks & Regards,
    Harish

  • Customized notification message template in Workflow Builder for iExpense

    Hi Gurus!
    I have a few requirements to change the notification format of the AME Expense Report Approval Message and one of which is to add a due date of the notification in the subject line of the email. So i have created a new message template, added in some attributes and point the notification to it. It works but in the email body it is missing some sections like the instruction text and the Previously Submitted Expenses section. The new message template has all attributes from the old message template so i'm expecting it to behave exactly the same.
    We're on Oracle r12 and i use Oracle Workflow Builder 2.6.3.5.
    Can you please help?
    Thanks in advance.

    Hi Patricia,
    For
    '358: Activity result code 'RESET' has no transition defined for it. All valid result codes must be modeled with specific transitions or a <Default> transition.',
    you may have a function step defined in your workflow which could have a result type like 'Yes/No' but you may have defined the next step for the result type 'Yes' but not for 'No'. so you have to complete the flow for all of the result type of that function step.
    for,
    '383: Notification activity must be assigned a performer when used in a process.'
    Open up the properties dialog of the notification in your process and click on the 'Node' tab, there at then end you can find a property called 'Performer' assign the following,
    Type->Item Attribute
    Value->Send to Role (or) Send to Email.
    I guess this is a late response, but i just fixed these problem for my workflow and hence found your query !!
    ~ Vivek MS

  • Module on N7K suddenly restarted

    Hi Guys,
    One of the module in cisco nexus 7010 suddenly restarted,
    2014 Nov 21 11:47:39 WIB MASTER %MODULE-2-MOD_NOT_ALIVE: Module 3 not responding... resetting (Serial number: JAF1612ASPA)
    2014 Nov 21 11:47:50 WIB MASTER %PLATFORM-2-MOD_DETECT: Module 3 detected (Serial number JAF1612ASPA) Module-Type 10/100/1000 Mbps Ethernet XL Module Model N7K-
    M148GT-11L
    2014 Nov 21 11:47:50 WIB MASTER %PLATFORM-2-MOD_PWRUP: Module 3 powered up (Serial number JAF1612ASPA)
    2014 Nov 21 11:47:50 WIB MASTER %PLATFORM-5-MOD_STATUS: Module 3 current-status is MOD_STATUS_POWERED_UP
    2014 Nov 21 11:50:04 WIB MASTER %PLATFORM-5-MOD_STATUS: Module 3 current-status is MOD_STATUS_ONLINE/OK
    2014 Nov 21 11:50:04 WIB MASTER %MODULE-5-MOD_OK: Module 3 is online (Serial number: JAF1612ASPA)
    2014 Nov 21 11:50:03 WIB MASTER %SYSMGR-SLOT3-5-MODULE_ONLINE: System Manager has received notification of local module becoming online.
    2014 Nov 21 11:51:49 WIB MASTER %BIOS_DAEMON-SLOT3-5-BIOS_DAEMON_LC_PRI_BOOT:  System booted from Primary BIOS Flash
    Please tell me what is the root cause which made the problem occurred.
    Thank you 
    Best regards,
    hery

    Hello Hery,
    Generally, supervisor probe all the linecard by using hearbeat messages. Due to some reason supervisor did not hear any keepalive reply from any linecard then supervisor reset that linecard to recovery .
    2014 Nov 21 11:47:39 WIB MASTER %MODULE-2-MOD_NOT_ALIVE: Module 3 not responding... resetting (Serial number: JAF1612ASPA)
    From the above log, it looks like same thing happened in your case also . This is due to  multiple reason , But most of the time EOBC congestion, EOBC drop or bad fabric connection . This could be either hardware issue or transit issue.
    you can set diag level complete and reset the linecard once . After reseat (physical reseat- means remove the Linecard and insert it back) if you see any diagnostic failure or crash again then you need to replace the card otherwise its transit issue .
    HTH
    Regards,
    VS.Suresh.
    *Plz rate the usefull posts.

Maybe you are looking for

  • Is it possible to display the document link for each record  in Report ?

    Hi,      Is it possible to display the document or Image link for each master record in the Report  with the help of RSA1->Document->Master Data. Usefull answers are really helpfull. Advance Thanks for the userful answers. Regards, MRC.

  • Java.rmi.ServerException: Internal Server Error (deserialization error: XML

    I am trying to transmit a document as a byte array to a web service using jax-rpc, and I get the following error: 2004-05-25 08:04:39,468 exception [Thread-5] - [email protected]33fd java.rmi.ServerException: Internal Server Error (deserialization er

  • How to read a file content from portal

    Hi experts, I have a file (xml or xlsx), which i have kept in D drive. then using GUI_UPLOAD, i have read file content into internal table. then i am proceeding furthur. but in real, my file will be in portal (means https:\\in.xyz.com\........\TEST.X

  • Creating worksets via API

    Hi all! Is it possible to create and change worksets dynamically via API? I have found documentation how to read pcd objects and their properties but not how to edit pcd objects: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uui

  • Blackberry Q5 keyboard lights up but screen stays black!

    When I unlock my Blackberry (Which by the way I only got three days ago) when I haven't used it for 10/15 minutes, the keyboard will light up but it won't unlock? But if I press and hold the power button it will let me shut down or restart the device