To get the comments of Verifier in PR05

Hi Experts,
In the t-code PR05(Travel Expense Manager), in the comments tab, the verifier is able to enter his comments.
This is basically a text box where the verifier enters his comments for approval. It is a free text as such.This data is not saved in any table as such.
Now my requirement is to go and display these comments in the work item of the approver who gets the work item after the verifier has approved the same.
Could you kindly guide me as to how I can go about achieving the same.
Thanks in advance for all the help.

Hi eshram123,
is it possible that the comments in TA PR05 are saved as standard text? This is the case e.g. for the DMS signatur comments. Create a comment in TA PR05 and search in TA SO10 (standard texts) for texts created at your execution time. If the comments are saved as standard text use the fm 'READ_TEXT' to fetch them.
Regards
Mariana
Edited by: Mariana_G on Jul 2, 2011 1:40 PM

Similar Messages

  • HT204053 When I initially try to sign in to iCloud, I get the "Account not verified" screen and I am told to check my email for instructions to verify.  No email is ever sent. My ID and password work on all other Apple app's.  Why not for iCloud?

    When I initially try to sign in to iCloud, I get the "Account not verified" screen and I am told to check my email for instructions to verify.  No email is ever sent. My ID and password work on all other Apple app's.  Why not for iCloud?

    I've tried both. First, I tried on my pc, where iTunes had installed iCloud when it last updated. I have iTunes installed on this computer (and on my iPad and iPhone), but that wasn't the issue.
    So I went online, thinking I needed a separate iCloud Apple ID, but it prompted me for my current Apple ID and gave me the message about my ID being "valid" but not an iCloud account," which, lol, was what it had asked me to do in order to create one. I checked, and at least one other user is having the same issue. I'll attempt to copy/paste the Support request url: https://discussions.apple.com/thread/4430653?tstart=0
    Thank you for any help you can give.
    Trish

  • How to get the Comments of InfoType 0040

    Hello guys.
    I have a problem finding a table that has some values that I need.
    I want to take the Comments (Bemerkung) of the InfoType "Objects on Loan" (Infotype 0040) no matter of the Subty. They aren't in the table PA0040.
    How can I retrieve them ? In which Database Table are they ?

    Hi taly,
      Please use below code...
    REPORT zsample123456.
    DATA: tclas TYPE tclas,
           pskey TYPE pskey,
           auth_check TYPE boole_d,
           comments  TYPE hrpad_text_tab,
           wa_text_tab LIKE LINE OF comments.
    tclas = 'A'.
    pskey-pernr = '00000035'.
    pskey-infty = '0040'.
    pskey-subty = '02'.
    pskey-seqnr = ''.
    pskey-objps = ''.
    pskey-begda = '20130101'.
    pskey-endda = '99991231'.
    *TRY.
    CALL METHOD cl_hrpa_text_cluster=>read
       EXPORTING
         tclas         = tclas
         pskey         = pskey
         no_auth_check = 'X'
       IMPORTING
         text_tab      = comments.
    BREAK-POINT.
    in the Comments , you will get the comments of the IT0040.
    Sure it works,
    Thanks,
    Vijay SR

  • HT1694 I enter my hotmail account into outlook and I get the 'unable to verify account information'...why?

    I enter my hotmail account into outlook and I get the 'unable to verify account information'...why?
    My email and password are correct. I can log in and check mail on the site but for some reason not in the app.
    Any help is appreciated.

    I too had this problem.
    I found the answer on another forum question: https://discussions.apple.com/message/25497825#25497825
    If you have enabled Two-Step Verification, then you shoud go to following link:
    https://account.live.com/Proofs/AppPassword
    You will get password for any applications you want to add, just insert that password in place of your regular password and you are good to go.

  • Why can I no longer get the comment section from my favorite Blog?

    I have not been able to get the comment section of my favorite Blog. When I click on to go to the page all I get is a white blank page. This has been the case for over a month.

    delete the account and re-add it.

  • TS1436 i keep getting the comment disc burner or software not found?

    keep getting the comment disc burner or software not found?

    Microsoft Windows 7 Business Edition Service Pack 1 (Build 7601)
    Hewlett-Packard MCP67
    iTunes 11.1.3.8
    QuickTime not available
    FairPlay 2.5.16
    Apple Application Support 2.3.6
    iPod Updater Library 11.1f5
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 7.0.0.117
    Apple Mobile Device Driver 1.64.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 0014B9500B3C63C0
    Current user is not an administrator.
    The current local date and time is 2013-12-15 08:09:14.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is supported.
    Video Display Information
    NVIDIA, NVIDIA GeForce 7150M / nForce 630M
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 11.1.3.8 is currently running.
    iTunesHelper 11.1.3.8 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.

  • To get the approver and Verifier details

    Hi Experts,
    I am working on the Travel and expenses module. We are having 2 workflows. One is for the Travel Request and the other is for Travel Expenses.
    The employee raises a TR and it gets approved. After it is approved, the employee goes and submit the expenses. It goes to the verifier who after approving the same goes to the approver. The approver approves the TE.
    The person who approves the TR and who approves the TE can be different. In the existing application, we are not able to get in the DB tables as to who the approver of TR and TE is as the value is overwritten in the DB table.
    Now they want to develop a report program which shud tell us as to who is the approver of TR , the approver of TE and who is the Verifier. This report program is run at the end of the month.
    I have been told that we can get teh data from the work items and display the same in the report. There will be work item ID's created in SWI1 and we can use them to get the details for the same.
    Could you please guide me as to what the approach and the DB tables would be to get the data of the same. In essence, i would like to know as to the workflow tables through which I can get the data.
    First of all, i would like to know if this approach would be feasible......as along with these fields there are many other fields that are to be displayed in the report.....
    Is it possible to use the work item details and the SAP workflow tables to get the data? Will it be possible to get the data from the work item .....i would like to know as to how we can query on the work item data to get the relevant approvers and verifiers.....pls note that the report wud be run at the month end to get all the data pertaining to the Travel and Expenses.
    Thanks in advance for all the help.

    Hi
      As your business is more bothered about the report generation at the end of every month  about who is approver's of TR and TE then as soon as the work item is executed why you do not try to update a custom table with all the travel related details and the approver's. you can achieve this by making use of Program exits..I think this is more reliable way to handle your requirement and there will not be any  kind of ambiguity in getting the information regarding the approver's
    I seriously suggest you to make use of the Program exits technique in the workflow. So that you can access all the travel specific information and store it in a Z table.
    Check this [link|http://wiki.sdn.sap.com/wiki/display/ABAP/ProgramExitsIn+Workflow]
    Regards
    Pavan

  • Can someone help us get the COMMENTS ATTACHMENT TOOL to work as described in Acrobat Pro XI?

    Our company is trying to switch from paper based reviews to the electronic shared reviews, and Adobe XI was selected. (Window 8, Acrobat XI) However, we are having a great deal of difficulty. 
    Our problem is that we would like to be able to attach small files (Word, jpeg, etc.) during the Send for Shared Review as described in the videos and online help.
    What we have experienced is this:
    1. A reviewer attaches the file using the Comments paperclip, publishes the Comments, and then closes.
    2. When they, another reviewer, or the initiator opens the document, the Name of the file changes to "Unknown" and the name of the file w/ extension appears in the Description in the Attachments list. This makes the file unopenable.
    Has anyone else experienced this?  During the initial period while the file name still appears under Name in the Attachments list, it is openable.  When that name shifts to the Description field it is lost.
    Here is how we are doing it:
    Choose the paperclip under Comments - Annotations
    Choose the place in the document and click it to select.
    Choose the file from the popup box and click Open.
    Click OK to select the icon, and it is placed in the document.  The file name now appears in the list of Attachments in the left side of the document.  Using the single arrow (to the right) it shows the attributes (Name, Description, Modified, Size, Compressed Size.)  The name appears under Name, the Description is blank, the Modified, Size and Compressed Size fields are filled in. Since everything is completed, press Publish Comments. 
    When the initiator or another reviewer opens it, the name is now Unknown and the file name is under Description and there is no way to identify the file or open it.
    Can someone please help us with what we are doing wrong?  They make it sound so simple, but nothing we try works. This was one of several feature that management really wanted.
    Thanks, Diane

    Hello Anoop,
    1. We are hosting our Shared Review Workflows on our internal network server using Windows 7 (not 8), 64 bit.
    2. Yes, all the other reviewers and I are using the most current version of Acrobat Pro.IX or Acrobat Reader (version 11.0.08) with the exception of one reviewer who is using Acrobat Reader 8.
    The reviewer using Adobe Reader 8 is the only one who does not have the problem.  She attaches a file in a slightly different manner (Attach file as a comment) and her file attachments can be opened and viewed by everyone.
    I have discussed this in the Adobe User Community Bulletin Board for "How to work with comment tools in Acrobat XI."  Lori Kassuba was able to replicate the problem during a shared review and thinks it may be a bug:
    The title of the entry is:
    How to work with comment tools in Acrobat XI
    You can see the comment at the following URL:
    http://acrobatusers.com/tutorials/how-to-work-with-the-comment-tools
    Hi Diane Yarger,
    I was able to replicate the same thing during a shared review so I think you may have run into a bug. Please post this issue here:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&loc=en
    Thanks,
    Lori
    As Lori suggested, I reported this problem as a potential "bug" to the cfusion link above. No one has contacted me about it.
    Diane Yarger

  • How can I get the "comments" to show up in the left tool bar?

    Yesterday the "comments" were (A) appearing stacked on the left of the pages document, today, they are only (B) appearing as a sqaure notation and I can not seem how to switch back to the (A) style.  Any tips is appreciated.  Thanks!

    So you didn't notice at all that yesterday it was in Pages '08/09 and today it was in Pages 5?
    Two different applications.
    Pages '08/'09 should be in your Applications/iWork folder.
    Peter

  • I keep getting the "couldn't verify update" when i try to install last update 14.4.A.0.108

    Hi !
    I have a Sony Xperia Z1 Compact D5503 on buil 14.3.A.0.757.
    The Update center tells me I have a system update (14.4.A.0.108) to install, but, when i try it, it says that the update could not be verified.
    Anybody knows what the problem is and how to correct it ?

    Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    Is your phone connected using WiFi or mobile data when you try to update your phone? It sounds like there may be a problem with the download. Could you perhaps try this with WiFi or another WiFi network?
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Trying to install a new apple id for my mother in Germany, entering her year of birth 1942, getting the comment that she has not the minimum age for an apple ID? Any idea? Thanks a lot!

    Apologies, first time.
    While setting up an old iPad on my Windows PC in Singapore for my mother in Germany, tried to create an Apple ID, giving the birth year with 1942 with Apple commenting that this is under age, wow, need to be above 70 for an Apple ID? Believe I must be stupid somewhere, anybody encountered something similar, any solution? tried 3 times, still same.
    Thanks a lot!

    I would simply enter a different year.
    As far as i am aware i haven't found any reason it needs to be accurate.
    Jon

  • My icloud account won't verify. i never get the email to verify the account

    Please help! i have changed my itunes password, deleted my icloud account, nothing works. the account used to work fine, then just stopped.

    Make sure that your Apple ID is your email address and you do not have any other or old IDs associated with you. Go to www.appleid.apple.com and confirm this info. Make sure that the email address you are trying to sign up with is your primary one.

  • HT1373 How do I get the iCloud account verified

    When I go into settings and select iCloud. It says verification required but doesn't give me an option to send a verification email.

    Hi there Manzaaa,
    You may find the troubleshooting steps in the article below helpful.
    iCloud: Account troubleshooting
    http://support.apple.com/kb/TS3988
    -Griff W. 

  • Trying to send a message I get the comment...

    Fehler (0x80004005) beim Ausführen der Aufgabe "[email protected] - Nachrichten werden gesendet": "Fehler beim Ausführen der Operation."

    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • How do i get the email to verify my apple id account

    could u walk me threw step by step when it comes to setting up icloud and apple id

    This is how you create an Apple ID http://support.apple.com/kb/HT2731
    This has FAQs for setting up iCloud. http://support.apple.com/kb/HT4436

Maybe you are looking for

  • How to play a GP video clip on a PC

    I cant play a GP video clip sent to me on my pc what download do i need and where can i get them

  • Make Video Pause When Clicked?

    Hi, I have a flash video that is set to autoplay when the page loads. We've just implemented thickbox/lightbox system on it now so when you click on the video it enlarges into that new frame. Problem is, when that's done the video/audio is still play

  • Query creation problem

    Hi, I need to create a query that returns a cursor to a web client. The cursor must return 3 columns from a query, so that it can display a list of tick boxes. The tickboxes have 3 states:- visible, enabled, and selected. In my example, I need to ret

  • Using OEPE 11.1.1.5.0 for OSB IDE

    Hi, I have downloaded oepe-galileo-all-in-one-11.1.1.5.0.201003170852-win32 stand-alone from http://www.oracle.com/technology/software/products/oepe/oepe_11115.html?rssid=rss_otn_soft. I am planning to install Oracle Service Bus 11.1.1.3.0 on a remot

  • PO Output Medium: T or 9

    Hi all, How do I configure the output type for medium T (Workflow Task) or medium 9 (Workflow Event)? What is the program name and form routine that I need to be specified? In addition, in what business scenario that ouput medium A (ALE) is used? Tha