Where can we see the SRW.MESSAGE

Hi
I am new to Oracle Reports. I have a report developed in EBS and it has SRW.MESSAGE statements. After the report is run where can I see the log of these messages. Can some help.
Thanks

Hello rajesh as you told that the cost esimate is deleted.
Then there is no way to see the cost estimate.
You canonly see the cost esimate in CK40N or in CK13N but you can not see the itemiaxation of that material for ehich we create the cost estimate.
Hope it will clear you
IF this informetion is usefull for you please assign some points
Regards
Ravi

Similar Messages

  • Where can I see the error msg in the below code.

    Hi Gurus,
    Please have a look at the code.
           if abc is initial.
              return-message = cl_bsp_runtime=>get_otr_text( 'ZXYZ/ERR_EMPID' ).
              append test to test_tab.
            endif.
    In the above code, Emp id input field is being checked as its mandatory. I would like to know where can I see the error message per the above code. what is get_otr_test??

    go to SE63 and see it from there..
    SE63-> Translation->OTR Objects->Short Text
    in field <b>Package</b> key in 'ZXYZ'
    and in field <b>Text from OTR</b> key in 'ERR_EMPID'
    and go forward.
    I hope this helps.
    For more info see the link below
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/6ad43aa654be55e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/93/bccd3a00746f4ae10000000a11402f/frameset.htm
    <i>If useful answer..reward points and close the thread.</i>
    A.<b></b>

  • BDC question - Where can I see the results of a SUCCESSFUL BDC?

    Hello friend,
    Where can I see the results of a SUCCESSFUL BDC?
    I've tried SM35 but I beleive it'll show results if and when there are errors. otherwise, if the batch input is successful nothing is kept. So where do I see the results of a error free batch job please?
    Many thanks.

    hi,,,,,
    Logically Logs are maintained for those details which are not processed Succesfully,
    But still if you want to see the succesfull logs then you have to do coding in your BDC report, there is a function module that stores the sttus message for each record you pass in the BDC,
    CALL FUNCTION 'FORMAT_MESSAGE'
            EXPORTING
              id   = it_messtab-msgid
              lang = 'EN'
              no   = it_messtab-msgnr
            IMPORTING
              msg  = vl_mstring.
          it_ini_con-status = 'S'.
          it_ini_con-mssg = vl_mstring.                 "'valid Employee Number'.
    Thanks
    Saurabh

  • Where can I see the downloads LIST when downloading podcasts, like in the older version of iTunes?  I find it frustrating that I see only one at a time now !  Any suggestions please?

    Where can I see the downloads LIST when downloading podcasts,
    like in the older version of iTunes?  I find it frustrating that I see only one
    download at a time now !  Any suggestions please?

    Thanks for taking a stab at it: that didn't prove to be the problem. That option in the settings for tabbed browsing was not checked.
    I may be a bit behind the times: I am used to tabbed browsing showing all the tabs it possibly can, instead of just the last one. Sometimes it won't even show the last tab: I can have 15 tabs open, and not see a single tab. I've been confused by this into closing a window with lots of tabs open, because it looks like a single page-window.
    My main problem with the tab-bar flashing to the end of the row is that it means a great deal more mouse-clicking around to browse.
    I haven't tried installing the latest beta. Maybe that would fix the problem.
    Toddo

  • Where can we see the cost estimate which is got deleted.

    Where can we see the cost estimate which is got deleted.

    Hello rajesh as you told that the cost esimate is deleted.
    Then there is no way to see the cost estimate.
    You canonly see the cost esimate in CK40N or in CK13N but you can not see the itemiaxation of that material for ehich we create the cost estimate.
    Hope it will clear you
    IF this informetion is usefull for you please assign some points
    Regards
    Ravi

  • Where can we see the deleted requests from the DSO

    Hi all, i have deleted a red request in the DSO , which stopped the process chian, so i manuallly loaded DTP and activate , repeated the pc and its fine now, but i need the information regarding the red request i deleted from the requests tab, can u please help me finding where can we see the deleted requests from the DSO, thanks in advance...

    Hi Raghu,
    Open the PC in SE38,goto PC logs on which day DTP failed.right click on DTP-->select Process monitor
    Click on filter buttor>select last oneweek>Execute
    Then select the failed request(It shows status as deleted) You find the details here itself -->take the request number from this
    goto RSRQgive req id>Execute
    Hope this helps.
    Regards,
    Venkatesh.

  • I send mi link for podcast and i dont have answer, please where can i see the satus for aprobal

    where can i see the status for mi podcast?
    i got the mail that is in process but never the answer that was aproved or not!
    that was 5 days ago
    Thanks

    It can take at least two weeks for a podcast to be approved - sometimes more - as it required human intervention and there may be a large backlog. It's just a question of waiting. As you've received the acknowledgement email things are plainly underway, and all being well you should get an acceptance email eventually, giving you the URL of your Store page.

  • Where can i see the final print preview for a rfq document./ ??

    Hello,
    where can i see the final print preview for a rfq document./ ??

    check the output type of that RFQ.
    and check in ME9a.
    Regards
    Prabhu

  • Where can we see the consumption of material for 3 or more years

    hi mm gurus ,
    where can we see the consumption of material for 3 or more years .
    pl comment on this .
    nagaraju.

    Hi Nagaraj
    Go to MM02 and put a particulat Material No and then select views and then you will get the ADDITIONAL DATA  Tab and select Consumtion
    Here u will get the consumtion details for a many years
    If useful reward points
    Regards

  • Given a workflow where can we see the BORs and programs invoved in it

    Given a workflow where can we see the BORs and programs invoved in it.

    Hi Kittu,
    Go to PFTC:
    Ex:
    Task Type: Workflow Template
    Task : 20000040
    Go to triggering Events here you can find BO.
    Inside BO u can find Program.
    Thanks and Regards,
    Prabhakar Dharmala

  • Where can we see the text corresponding to a TDNAME and CLUSTID of STXL table?

    Hi,
    Can  anyone please tell me how and where can we see the text corresponding to a entry in STXL table.
    I can see only CLUSTID for a TDNAME in STXL table,but I need the corresponding text and in which other table this text is stored,
    Thanks,
    Vamsi

    got my answer
    import tline to rt_lines
         from database stxl(tx)
              client   rt_client
              id       stxl_id
    the fields of structure tline cannot be seen physically in any table.
    Here the id - stxl_id forms the key of table stxl.
    So against this key we are exporting the data clusters in database tables and application buffers of the shared memories  using below code first
    export tline from wt_lines
           to database stxl(tx)
              client   wt_client
              id       stxl_id.
    Finally we are importing that data using import statement into rt_lines which we exported earlier from wt_lines.
    In stxl(tx) the tx value corresponds to RELID field in STXL table
    Regards,
    Vamsi

  • Where can i see the movies that i rented on my ipad

    Where can I see the movies that i rented recently and it keep saying go to download but there is no download name there not like before ?

    Have yo looked in the Videos App?

  • Where can I see the calculation of annual regular income?

    Hi Experts,
    Where can I see the calculation of annual regular income?
    Is it possible to see it in Payroll log ?
    In Form 16 Gross Emoluments is not matching with the total Emoluments paid, coming in page 4 of Form 16. Please advise what may be the problem.
    Regards,
    Tomesh
    Edited by: Tomesh Sahu on Oct 24, 2008 12:39 PM

    In RT table, chk the wagetype /410.
    Thanks & Regards
    Bharathi

  • Where can I see the temperature of my iMac?

    I would like to know where can I see the temperature of my iMac.
    Could anybody tell me, please?

    Hi,
    Try Temperature Monitor for Mac, does the job! http://www.versiontracker.com/dyn/moreinfo/macosx/19994
    This thread might offer some insight also: http://discussions.apple.com/thread.jspa?messageID=8334260&#8334260
    Carolyn

  • Where can i see the size of my music library ?

    where can i see the size of my music library ?

    With iTunes 11 -Latest version choose the Music Library in the top left hand radio button.
    On a  Mac:-
    Long hand
    Go to the view menu at the top of screen and click show status bar
    Or
    Keyboard Short cut
    cmd/
    On a PC:-
    Long Hand
    In the top left hand corner you will see a little half black half white square.
    Click on this scrolled down to show menu bar.
    This adds to traditional Windows menu bar to the view
    Now click on view menu and click on show status bar.
    Or
    Keyboard Short cut
    Click key short cut control/
    A grey bar is added to the bottom of the iTunes window - within this window you will see number of items, total play time and storage space taken up.

Maybe you are looking for

  • Can't reset/put in disk mode

    I got a 4G 20GB iPod for cheap to play with and try to get to work. When I plug it in to my computer (Win XP Pro) with the USB cable the Apple logo flashes on screen and then the sad face iPod icon. Then the battery icon appears. Every once in a whil

  • Skype 5.2 will not quit and freezes on OS 10.5.8

    Hello All- I'm having trouble with Skype 5.2 on my MacBook Pro running 10.5.8. Every time I try to quit Skype the entire application freezes. Eventually I have to force quit because the application is not responding. I have tried unistalling and rein

  • Send fillable form as PDF file

    Hello, I created a fillable PDF document using Adobe Acrobat XI Pro for MAC and at the bottom of the form, I added a button to send the form.  This form is being filled out by employes using Adobe Acrobat Reader.  They must fill out the form and clic

  • Two different audio settings

    I have finally managed to import tapes that were filmed on two different cameras. One had it's audio set at 16bit and the other at 12bit. Is it possible to convert the captured 12bit footage to 16bit, or can I use them both in a project without effec

  • Jtable column title

    I want to sort a JTable by clicking a column title (sort according to that column's values) I thought about adding an actionListener to the titles and then sort my data Vector and use fireTableChanged(). is there a better way, does a JTable have a me