Need to customize the text displayed while sending payslip as pdf in mails

Gurus ,
   monthly we will run a report which will send the payslip as pdf to the employees . Now we need to edit the text that is getting displayed in the mail while we attaching the payslip as pdf and send .
how to achieve this

Hi Sarvan
Go to messages >> communication method , change the field Cover Page Text with ur po number and send. This is a manual process which you will have to do it for each po.
Now if you want to automate this then you can ask ur abaper to write a small program which will copy the po number to this field. 
Table Name       NAST
Field Name       TDCOVTITLE
Regards
Rajesh
Do reward if useful.

Similar Messages

  • How to use the cinema display while your Macbook is closed

    How do I use the cinema display while my Macbook is closed? Whenever I close the laptop the display shuts off as well. I really don't need them both to be on. That defeats the purpose of the external display. when I am home I want to use the laptop like it is the desktop computer.

    I am using a MB Pro and a 23" cinema display. Have a wired USB keyboard and a USB wireless mouse connected through the keyboard. When the MBP is closed and when I restart it, the wireless mouse is frozen and the keyboard does not respond. I have to reopen the MBP, use the trackpad mouse, restart again and hope it will work closed. There doesn't seem to be a consistent way to make it work.
    Suggestions?
    Thanks.

  • It used to be that when I created a pdf from a word or publisher document, hyperlinks worked fine. Now I cannot get them to work unless the text displayed for the link is the complete address and it all appears on one line. Why?

    it used to be that when I created a pdf from a word or publisher document, hyperlinks worked fine. Now I cannot get them to work unless the text displayed for the link is the complete address and it all appears on one line. Why?

    You can print to the Adobe PDF printer, but that only creates links that Acrobat or Reader recognize as such. That is the reason for needing the entire URL on one line. It is not actually an embedded link, but one created by Acrobat on the fly. With OFFICE 2013 you have two choices: 1. create the PDF with the print to Adobe PDF and then add the links in Acrobat so that they are complete or 2. I think the WORD save as PDF or XPS will create the PDF with links, but not sure. If so, that would be the quickest solution for you, but be aware of potential problems with the MS plugin.
    Of course, the third option is to upgrade to XI which can be done with AA 9. You will probably not be eligible for a for an upgrade to whatever the next version will be.

  • How to influence the text display of key figures in the interarctive DP

    Hello all,
    Does anyone know if there is a possibility (BADI, etc.) to change the text display of key figures (not characteristics!) in a planning book/data view?
    I know that you can define a free text in the data view but still, this is only one fixed text and it cannot be changed.
    Reason for the request: We would like to use the same key figure (and hence, indicate 2 different texts) for two different purposes (in different selections) without having to create a new data view.
    Kind regards,
    Klemens

    if you dont want a new data view and might even go to the extent of creating a user exit for this ... here is an idea
    - just create auxillary KF ( or use spare Temp KF depending on what you want to do with the data in the view) for each of these KF with the text
    lets say you have KF1 and KF2 - create KF1A and KF2A
    Make sure KF1A = KF1 and KF2a = KF2
    Now depending on user you can display KF 1 and KF2 or KF1a and KF2a depending on the user by using macros USER() and ROW_VISIBLE(0)

  • How to edit the text displayed in KM Upload link?

    Hi All,
            I want to edit the text displayed in KM Upload link ie "You can upload a file to the repository from your computer. Click "Show Properties" to assign another name or to change the settings".
    I tried searching for the resource bundle from which the above text is displayed but couldnt find it.
    Can anyone help?
    Thanks in advance.
    Regards,
    Pooja.

    Hi Pooja
    You can find the text in <b>ResourceEditControl**.properties</b> file, which is available under   <i>com.sap.km.cm.ui\lib\km.appl.ui.edit_api\com\sapportals\wcm\control\edit</i>..
    The text is represented by the key <b>txtUploadControl</b>..
    Regards,
    Sandip

  • How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.

    How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.

    Hi Sara!
    Yes this sounds interesting. Can I update to that from the PDF Export I have just renewed? How much would that cost?
    Thanks for your quick answer.
    Best Regards
    Per-Olof Egli                                         Logga Egli C.I.S
    Managing Director
    Egli C.I.S. Consulting
    Lapphundsgränd 43
    SE-128 62 SKÖNDAL
    Sweden/Швеция
    Phone:         +46 708 23 03 53
    <http://www.eglicisconsulting.se/> www.eglicisconsulting.se
    <mailto:[email protected]> [email protected]
    Skype: eglipo
    Från: Sara.Forsberg 
    Skickat: den 10 september 2014 22:11
    Till: P-o Egli
    Ämne:  How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.
    How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.
    created by Sara.Forsberg <https://forums.adobe.com/people/Sara.Forsberg>  n Adobe ExportPDF - View the full discussion <https://forums.adobe.com/message/6718870#6718870>

  • I have a PDF with a diagram, I need to translate the text so I open it in Illustrator.  The document opnes up vertically oriented  I try to put it horizontal to be able to read and change the text  However everything I have done is not working  The artboa

    I have a PDF with a diagram, I need to translate the text so I open it in Illustrator.  The document opens up vertically oriented  I try to put it horizontal to be able to read and change the text  However everything I have done is not working  The artboard does change, but the diagram stays vertical.....Please help  I need to finish that for today..Please help

    A PDF usually consists of one to an indefinite number of clipping masks inside each other.
    You need to be very carefull with selecting stuff.
    So you need to read the manual on how to select stuff and on the basics of Illustrator.
    On top of that: because of the complex hierarchy of PDF files, it is kind of difficult to help you without seeing anything.

  • How to center the text displayed in a JList

    Hi,
    The width of the JList display area is wider than the text displayed. I tried to center the text displayed to make it look nicer. I had tried using "setAlignmentX(Component.CENTER_ALIGNMENT)" in my own ListCellRenderer class but did not work. Any idea how to center the text?
    Fai.

    Yes, I am using JLabels in my renderer and the following is the code:
    public class MyCellRenderer extends JLabel implements ListCellRenderer {
         private static final Color HIGHLIGHT_COLOR = new Color(0, 0, 128);
         public MyCellRenderer() {
              setOpaque(true);
              setIconTextGap(12);
         public Component getListCellRendererComponent(
              JList list,
              Object value,
              int index,
              boolean isSelected,
              boolean cellHasFocus)
              String entry = (String)value;
              setText(entry);
              setFont(new Font("Ariel", Font.BOLD, 18));
              setAlignmentX(Component.CENTER_ALIGNMENT);
              if(isSelected) {
                   setBackground(HIGHLIGHT_COLOR);
                   setForeground(Color.white);
              } else {
                   setBackground(Color.white);
                   setForeground(Color.black);
              return this;
    Can you point out where to implement the centering logic?
    Thanks,
    Fai.

  • Convert spool in the text format and send mail

    Hi All
    Can anyone tell me
    how to convert the spool into the text format and send that in email as an attachment..
    Points will be rewarded
    URGENT

    Hi,
    Read spool using FM  RSPO_RETURN_ABAP_SPOOLJOB
    CALL FUNCTION 'RSPO_RETURN_ABAP_SPOOLJOB'
        EXPORTING
          rqident                  = v_rqident   "Spool Number
      FIRST_LINE                 = 1
      LAST_LINE                  =
        TABLES
          buffer                     = i_spool "Internal table output
    You will get spool in internal table and then its your game, play the way you want.
    Regards,
    Mandeep

  • [svn:fx-trunk] 8531: If using an embedded font, need to measure the text with it so that if auto-sizing, the correct amount of space is allocated.

    Revision: 8531
    Author:   [email protected]
    Date:     2009-07-13 12:25:57 -0700 (Mon, 13 Jul 2009)
    Log Message:
    If using an embedded font, need to measure the text with it so that if auto-sizing, the correct amount of space is allocated.
    QA Notes:
    Doc Notes: SDK-22205.
    Reviewers: will be Gordon
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22205
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as

    Revision: 8531
    Author:   [email protected]
    Date:     2009-07-13 12:25:57 -0700 (Mon, 13 Jul 2009)
    Log Message:
    If using an embedded font, need to measure the text with it so that if auto-sizing, the correct amount of space is allocated.
    QA Notes:
    Doc Notes: SDK-22205.
    Reviewers: will be Gordon
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22205
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as

  • Customize the report margin while rendering

    I want to customize the report margin while rendering. I am using ReportExecution2005.ReportExecutionService  webservice to render report. how to customize the report margin?
    I try to use deviceinfo for this and set the below device info, it is not work out. It always render the report with design time margin. Is it right approach? Are there any issue on below deviceinfo?. Thanks in advance.
    <DeviceInfo><PageWidth>11in</PageWidth><PageHeight>8.5in</PageHeight><MarginTop>.25</MarginTop><MarginBottom>.25</MarginBottom><MarginLeft>.25</MarginLeft><MarginRight>.25</MarginRight></DeviceInfo>
    Best Regards
    Senthil
    Developer

    I found the solution. Device info have has the value without metric. The below device info is correct one. Thanks to all ;)
    <DeviceInfo><PageWidth>11in</PageWidth><PageHeight>8.5in</PageHeight><MarginTop>.25in</MarginTop><MarginBottom>.25in</MarginBottom><MarginLeft>.25in</MarginLeft><MarginRight>.25in</MarginRight></DeviceInfo>
    Developer

  • HT1414 I backed up my iphone last weekend.  Today (one week later), I was downloading music and noticed the text messages I send to myself (about 1 1/2 years worth) are gone.  Now, I can't find the backup from last week to try to get them back.  help???

    I backed up my iphone last weekend.  Today (one week later), I was downloading music and noticed the text messages I send to myself (about 1 1/2 years worth) are gone.  Now, I can't find the backup from last week to try to get them back.  help???

    You cannot update iPhone 4 to IOS 8.1.2, the highest you can update is IOS 7.1.2.
    Unless you've iPhone 4S (looks similar to iPhone 4)

  • Need to get the texts of fields

    Hii,
    I have a req in which I need to populate the values from a table and pass it to the front end.
    But I need to provide the text of the fields in the internal table also so as to decrease the processing speed in UI.
    Scenario is like tis.
    SELECT *
          FROM zcostcntr_st
          INTO TABLE it_costcntr
           FOR ALL ENTRIES IN pr_frg_rl_tab
         WHERE frg_guid = pr_frg_rl_tab-fragment_guid.
    CALL FUNCTION '/CRYSTAL/GET_OSQL_TABLE_INFO'
          EXPORTING
            tablename              = 'ZCOSTCNTR_ST'
          TABLES
            table_fields           = it_field_text
    it_costcntr internal table has the values and it_field_text contains the field label of teh fields in the table Zcostcntr_st .
    I need to consolidate both these tables into a structure cost_cntr_tab which willl have the structure :
    A  | A_text | B |  B_text  | C | C_text
    I.e. In column A the values of field A will come and in A_text the field label of field A will come.
    suppose field A is carrid then       carrid = AA
                                                    carrid_text = Carrier ID
    Please advice how to achieve this.
    Neeraj
    Edited by: Neeraj M on Nov 18, 2008 3:19 PM

    ZCOSNTCNTR_ST is like this:
    Fieldnames:FRG_GUID || VALID_FROM || VALID_TO || UPNAME || HISTEX || LOGSYS || ZZ0010 ||
    Values         000001       ||     20081212   ||  20091212  || 8989       ||             ||           X   ||   X        ||
    and it_field_text is like this.
    Field Names : NAME                 || TEXT.
    Values        :    FRG_GUID            Set GUID
                          VALID_FROM         Valid from (Time Stamp)
                          VALID_TO               Valid Until (Time Stamp)
                          UPNAME                Name of the User Who Last Changed t
                          HISTEX                   History Exists
                          LOGSYS                Original System
                          ZZ0010                   Cost Center
    I neeed in my final structure:
    FieldNames:FRG_GUID || frg_guid_text||VALID_FROM || valid_from_text||
    Values        : 000001       || Set GUID    ||   20081212     ||Valid from (Time Stamp)
                       UPNAME|upname_text|HISTEX ||HISTEX_text     ||LOGSYS ||LOGSYS_text||
    Values        : 8989        Name of t                   History Exists     X                Original System
                                       he User
                                       Who Last
                                      Changed t
    ZZ0010||Z0010_text     ||*
    X            Cost Center
    I think its clear now .

  • Do i have to pay for the text message i send on my ipod?

    i do not know how to work this. but do i have to pay for the text message i send on my ipod?

    Using Messages  >  http://support.apple.com/kb/HT3529

  • Do you need to have the retina display option to have 3 different video outputs?

    Do you need to have the retina display option to have 3 different video outputs?

    http://en.wikipedia.org/wiki/Video_card
    http://support.apple.com/kb/ht5842 Maverick requirements.

Maybe you are looking for

  • How do I set up genius mixes on my iPhone with iTunes match

    I have used genius mixes on my phone, but now that I have iTunes match I no longer see the controls for turning on the genius mixes for my phone.  How do I do that?

  • Error Message in Saving during 'Packaging'

    I am trying to package an In Design file (about 250MB) that contains a few hundred images and Illustrator files. I have no issues when doing the pre-flight, ie no problem with links, fonts, etc. But after 4-5 minutes of trying package there is a simp

  • WD Abap - Internet Explorer (File:new Window)

    hi folks, is it possible to prevent wd abap applications to get started more than once by one user (using File->New->Window in internext explorer?), because we're encountering a lot of problems by doing that? kind regards oliver

  • PS CS2 can't open D80 Raw files even with correct plug-in

    I am on a PC running Photoshop CS2. I cannot open RAW images from my Nikon D80. I have installed the Camera RAW plug-in (3.6) as instructed. The files still won't open. I'm very frustrated.

  • Reports Enhancement request

    In SQL Data modeler v3.0, if I select File->Reports and click on Generate Report, I get an XML file that can be open using MS-word. The Enhancement is: Is there a way to add a check box to the reports screen that if checked it will create a table of