How to add comment on the top of concurrent request report

We have developed customize reprot. This reprot parameter are mapped in very wide area in term of functionality, therefore i want to put some remarks/comment for end-user, so he can put the parameter accordingly.
Thanks.

We want to display the content on the top of concurrent request Programm instead of Report. when we register concurrent programm with the multiple parameter but no have any comment/reprot option to be displayed at the top of programm while submitting request which help user as hole concurrent comment.
thanks.

Similar Messages

  • How to add tabs in the top level navigation

    Hi,
    We are using EP 6.0 sp2 and patch 39, kindly suggest how to add additional tabs to the existing tabs on the top level navigation.
    Swetha

    Hi Swetha,
    Please have a look on following links,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cc/1f6f3ee3c33f7ce10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/4e/3e703e632c7937e10000000a114084/frameset.htm
    Regards,
    Vishal

  • How to add field to the header for FBL5N ALV report

    Hi,
       I need to add fields to the customer line item display ALV report(FBL5N) header part.Right now there are four fields in the header like customer, company code, name and city, after that I need to add first name last name and phone no. Can any one tell me where exactly I need to add and populate there fields to be appear in ALV output list.
    Thanks in Advance
    Swapna

    Yes I have tried, I have place a break point in that perform but it does not stop. I think that is not the correct place to added and populate fields. That routine is for populate selection screen ranges single and multiple values and parameters only.
    Thanks
    Swapna

  • How to add totaling at the end of BI Publisher Report. ????

    Dear All:
    I have payment amount in BI publisher . And I want its totaling at the end of each group. How can I add. Can any body know. Thanks
    ALi

    Hi,
    Think there are lots of posts on Tim's blog on totals, e.g.:
    http://blogs.oracle.com/xmlpublisher/2007/03/30#a221
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • How to add Comments in travel expense?

    Hi,
    How to add Comments in travel expense?Using the FM HRTRV_IF_ADD_RECEIPT. I have gievn the input in the Input Table TEXT.
    Eg:-
    TEXTID = R001
    TEXTLINE = Comments.
    It is not updating in the Backend.How to solve this.
    Regards
    Bala..

    Hi madapati,
    I debugged the FM HRTRV_IF_ADD_RECEIPT and came to know that for adding comments, have to give
    input to the Input table ADDINFO.  while giving inputs to this input table,  i am getting the error like shown below.
    Field PTK33-PLACE. does not exist in the screen SAPMP56T 1310
    I checked this screen in the PR01 and PR05 Tcode. There was no screen exists with this screen number 1310. The standard FM HRTRV_IF_ADD_RECEIPT is using BDC for adding the receipts,comments,addinfo ,etc., But i checked the screen number in BDCDATA of standard FM HRTRV_IF_ADD_RECEIPT for adding both comments and addditional information(addinfo) , there the screen number was SAPMP56T 1310. But in the PR01 it was like this SAPMP56T 1960 .
    How to solve this issue, and how i have to add comments.
    Please send any sample program if u have.
    Regards
    Bala.

  • [svn:osmf:] 17480: 1. Add comments to the fixes in CompositeTimeTrait. as and FMSURL.as

    Revision: 17480
    Revision: 17480
    Author:   [email protected]
    Date:     2010-08-25 10:56:31 -0700 (Wed, 25 Aug 2010)
    Log Message:
    1. Add comments to the fixes in CompositeTimeTrait.as and FMSURL.as
    2. Remove unnecessary code from FMSURL.as
    3. Add checks for additional streamName prefix, mp3 and id3 for FMSURL.as
    4. Add unit tests for FMSURL.as fixes.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/CompositeTimeTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/FMSURL.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestFMSURL.as

    Meta X works great for editing the metadata.
    -> http://www.kerstetter.net/index.php/projects/software/metax
    I'm putting together a bunch of home videos for my parents
    How are you giving them these videos? As a regular, playable DVD (such as burned with iDVD)?
    If so, tags are not needed as they are not written to the playable DVD.
    However, it is good to add the metadata so you have the info in the file on your computer.

  • How to add reminders on the new ios6? I don't have the plus (+)on the upper right as seen on ios5 to add reminder.

    How to add reminders on the new ios6? I don't have the plus (+) on the upper right as seen on ios5 to add reminder.

    Also, tap the lines at the top left and create a new list, that should give you the + back.

  • How can i text over the top of photos

    how can i text over the top of photos

    I do not understand you question. Do you want to add text to a photo?

  • How can I sync ONLY the top photo in the stack?

    I sync various Aperture photo albums to my IPad and iPhone. The problem is that when I have 'stacked' images (eg. one image showing in the album and two other copies 'hidden' underneath), all of the photos in the stack are copied to the ipad and iPhone. So instead of seeing just one version of an image, I see as many as are in the stack. How can I sync ONLY the top photo in the stack?
    Thanks for your help!

    I solved my own problem.
    The sync problem seemed to only occur on smart albums. There is a new check box option in Aperture 3 when making a smart album: "sync stack pick only." One click and the problem is solved!

  • How to add spaces at the end of record

    Hi Friends,
    i am creating a file which contains more than 100 records.
    In ABAP i have internal table with on field(135) type c.
    some time record have length 120, somtime 130 its vary on each record.
    but i would like to add space at the end of each record till 135 length.
    Can you please help me how to add speace at the end of record.
    regards
    Malik

    So why did you said that in your first posting? My glass sphere is out for cleaning...
    Instead of type c use strings and add spaces until they have the appropriate length.
    loop at outtab assigning <pout>.
      while strlen( <pout>-val ) < 135.
        concatenate <pout>-val `` into <pout>-val.
      endwhile.
    endloop.

  • How to give colors to the top-of-page in ALV Grid

    How to give colors to the top-of-page in ALV Grid
    in table GT_LIST_TOP_OF_PAGE i am filling 3 rows ,i need 3 different colors to be displyed on top-of-page(one color to one row)
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
    EXPORTING
    I_LOGO = 'ENJOYSAP_LOGO'
    IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.
    please help mee

    HI Kranthi,
    Check out teh foll. link,
    http://www.sapfans.com/forums/viewtopic.php?t=52107
    Hope this helps.

  • How to add data in the saved spreadshee​t file

    Hi all,
    I am having trouble in adding data onto an already saved spreadsheet file. I don't want to overwrite the old file but modify it, such that the new data is stored below the old data. Or
    As I am saving the data in a 2-D array in the VI, where the first row of the array is occupied only, each time I take new measurements the old data is lost, is there a way to keep the old data and store the new one below the old data in the same array. Any help in this matter would be appreciated.
    Regards
    Ibtasam
    Message Edited by Ibtasam on 07-11-2007 05:58 AM
    In the name of Allah, the most mercifull and the most Gracious

    Hi all,
    I have actually managed to find a way to add comments before saving the data. Following steps are followed:
    1.) Add a table on the front panell
    2.) Connect the table as an indicator to the output array
    3.)Finally make a varaible by right clicking on the table indicator (Block diagram) and connect this variable as an input to the Write to Spreadsheet.vi
    this way you get the array output into the table and you can add comments in the table and then save it. If any body need any more information then please let me know
    regards
    Ibtasam
    In the name of Allah, the most mercifull and the most Gracious

  • How to add marker on the clip?

    Hi!!!
    Could you help me, how to add marker on the clip? Not on the sequence. I need the marker to moving as I moving clip in the sequence.
    Thanks!!!

    Ohhh... I just had to switch to the source monitor. OK. Just I don't use the source monitor usally. Only the program one. Thank you. It worked!
    Fri, 12 Oct 2012 05:02:08 -0600 от Jim Simon <[email protected]>:
    >     
    >
        Re: How to add marker on the clip?
        created by Jim Simon in Premiere Pro CS5, CS5.5, & CS6 - View the full discussion

  • How to give colors to the top-of-page in ALV List Display

    how to give colors to the top-of-page in ALV List Display....

    Check this blog.........
    It provides your required output...........
    /people/vijaybabu.dudla/blog/2006/07/21/topofpage-in-alv-using-clguialvgrid
    See the point 7 for complete code...
    Regards,
    Pavan

  • How to add filter in the dist. model

    hi,
    how to add filter in the dist. model
    thanks
    Ruban

    Hi,
    Please try this.
    1. Go to transaction BD64.
    2. Click on Change button.
    3. Expand the corresponding model view.
    4. Expand the corresponding message type (i.e MATMAS).
    5. Place the cursor to 'No filter set' and double click.
    6. Click on Create Filter Group.
    7. Add your filter from here ...
    8. Once done, save the model view.
    For more information, please check this link.
    http://help.sap.com//saphelp_470/helpdata/EN/0b/2a611c507d11d18ee90000e8366fc2/frameset.htm
    Regards,
    Ferry Lianto

Maybe you are looking for

  • Set up of two accounts of itunes on one computer

    I have an itunes acount which is linked to my iphone and ipod touch.   My partner has purchased an iphone, how do we set his up to his own account separately?

  • My iPhone 4S won't switch to landscape mode

    my iPhone 4S won't switch to landscape mode. anyone else have this issue??

  • How to Open an Indesign file with a missing plugin

    Is there a way to open a file that has a missing plugin? This is the case: We used an outside designer who is on CS5 indesign and teacup barcode software plugin cs5 We received his files saved back to CS4, but it is still telling us there is a missin

  • Unable to Save AI files as PDF's in Illustrator CS 4

    I am having problems saving my ai files as PDF's in Illustrator CS 4. I was working fine the other day. I save as PDF and the PDF saving dialogue box doesn't show up and I'm unable to click on anyhing until I hit the "escape" key. I have installed al

  • Transport of infoset Query through Report RSAQR3TR

    Dear Hcm Gurus I have created query through sq01 and change functional area sq02 as per requirement in this query i have created additional fields in infoset in which i also assigned abap field code on newly created  data fields i also assigned new d