How to print note tab of mir7

Hi all,
My customers are entering certain tax details like TDS, Mobilization Advance, Previous Payments,  blah blah blah in the Note Tab of tcode MIR7 for Parked Documents. These details could be either manually typed by the end-user or uploaded from an Excel/Word Document.
Now I will be developing a custom Smartform for a "Certification of Payment", wherein I would have to pull up this text from the Note tab of MIR7.
Any pointers how I can fetch that?
PS: If i double click on the text, it doesnt take me anywhere, hence no info abt Text-ID et al.
PPS: All search efforts have come to a naught.
Thanks for hearing me out.
pk

Vijay,
Thanks for the reply. I just talked to some end-users(in the purchase dept) here and they tell me that, FB60 comes at a later stage with Accounts dept. Which means, even before the FB60 is done they want to take the print out. So would the text ids and objects you gave, hold good??
pk
PS: I havnt started the development yet, so not in a position to test. Just curious abt the outcome before i start it. Will give you a feedback once i start with the development tommarow.
Edited by: prashanth kishan on Aug 26, 2008 5:57 PM

Similar Messages

  • How to print notes attached to calendar events

    My wife has been adding notes to her iPhone 4 calendar on a daily basis that are critical medical information.  I want to be able to print the notes. The event title shows up in print, but not the note infrmation.  Is there any way to print the note inrormation attached to an event ??
    I've been undergoing chemotherapy since Feb. My wife meticiously records date, place, drug info, medical notes each day as an event in her iPhone 4 iCal app as a note.  We can use the day and place for tax purposes, and looking for a simple way to do it.  Looking for any way other than cut & paste to a text file.
    Any help would be appreciated.

    Hello
    I don't have Outlook 2011 but only guess here.
    Generally speaking, AppleScript's "whose" filter is very limited and does not support list containment test. So perhaps you'd have to resort to something like the following script, which actually scans the events for test.
    tell application "Microsoft Outlook"
        my events_with_categories({category "Conference"})
    end tell
    on events_with_categories(cats)
            list cats : list of categories to be matched
            return list : list of calendar events whose categories contain every item of cats
        script o
            property ee : {}
            property cc : {}
            tell application "Microsoft Outlook"
                set ee to calendar events
                repeat with e in my ee
                    set e to e's contents
                    set cc to e's categories
                    set _match to true
                    repeat with c in cats
                        set c to c's contents
                        if c is not in my cc then
                            set _match to false
                            exit repeat
                        end if
                    end repeat
                    if _match then set end of my ee to e
                end repeat
                return my ee's contents
            end tell
        end script
        tell o to run
    end events_with_categories
    Notes.
    * Script is not tested.
    * IF this works but is too slow, we may try to speed it up by retrieving categories of events (list of lists) in one statement, by which we can dramatically reduce the total number of Apple Events to send.
    Good luck,
    H

  • How to print comments in ADE 3?

    As question states, how to print notes from ADE3 book. Thanks.

    Hi,
    I am moving your posting at Acrobat.com forum to Acrobat forum.
    Hisami

  • How to print some data in alv which is not in table.

    hi all,
    Please can any one tell me how to print some text in the existing alv program to the second line of every record.
    the header is there but it is empty.In the data,
    there are two lines printing for a normal alv.the same text should be  printed in every second line of each record.Please reply soon.its urgent.

    This is not possible in ALV.
    When you say some text I assume the text is not in the same columnar format as the list is.
    ALV supports only a columnar format (except for subtotals).
    You can add the text to the ITAB by parsing the text to the record. It is not going to look good if you do that.

  • How to print pdf file not using the the adobe reader ?

    hello,
    i used the adobe sdk to open a pdf file in read and modify it serveral times and each time save it to another directory,and now i need to write a program to print the pdf file in this directory.when print the file,i want to continue my work also,so who i tell me how to solve this problem?
    thanks.

    The SDK is only a collection of documentation and headers that show you how to interact with and automate Adobe Acrobat and to some extent Adobe Reader. You need a copy of Acrobat or Reader installed on the system in order to use any of the SDK functions. You cannot "print not using the Adobe Reader", unless you have Adobe Acrobat installed on the system instead of Reader.

  • How can I have multiple WINDOWS (NOT tabs) with INDEPENDENT content?

    How can I have multiple '''windows''' (''not ''tabs) with '''independent''' content?
    I used to be able to open separate windows with Firefox, and the content could be completely different in each window. No matter what I did in any window, no OTHER window open at the time, nor any of the content therein, was affected. This is no longer the case and it is extremely frustrating for me.
    I do ''not ''like tabs and do not use them. I prefer multiple windows plus I am so used to using them, for so many years now! But with v9.0.1 I suddenly can no longer do what I've always done with my browser without this aggravating problem constantly reminding me that I can't have what I want in firefox anymore.
    Or can I? Does anyone have a solution I don't realize exists?
    Thanks,
    Sowelu

    AppleScriptObjC can use pretty much everything in the Cocoa API, so yes, it is possible.
    Note that a view is not the same as a window, and a window can have multiple views. There are also many ways to implement "tabs";  take a look at some of Apple's applications - they use various mixtures of toolbars, checkboxes, and radio buttons, for example.  An application such as this will be a lot more involved than what you have done so far though, using custom classes and subclassing existing ones, so be prepared to do a lot of reading and researching.

  • Can you print from the ADF with Officejet Pro 8600 (not plus) & how to print checks in correct order

    Client has Officejet Pro 8600 I(not plus) They want to print payroll checks out of QuickBooks but when they put the checks in tray 1, it pulls the check that is on the top, which happens to be the last check # in the stack.  Is there a way to print where the printer pulls from the bottom of the check stack as opposed to the top. I've looked and can't seem to find the answer. QuickBooks says we should check with HP and change something in the print drivers?
    So I thought it would fix it if they printed the checks from the ADF where I thought I could control if it pulls from the front or back of the stack. When we tried to print from the ADF, it pulled from Tray 1 and we weren't given the option to print from the ADF.   (only Tray 1 & 2...which they don't have the 2nd tray anyway) So does this model, not being the PLUS model, not allow you to print from the ADF. (only scan, copy and fax from the adf?)
    If we can't use the ADF for check printing, then how can we get the checks to print in the correct order.  Meaning, the 1st check # to print should be on the check that is on the bottom of that check stack in Tray 1.  Otherwise they have to count out the exact number of checks & place them in the tray.  Or reverse all of them which is not an efficient either! I hope this makes sense.

    Hi @kceacct ,
    I see that you would like to know how to print out the checks in order. I will do my best to help you.
    The ADF can be used for copying, scanning and faxing.
    From the print driver you can only select the tray that you want to print from.
    Changing Print Settings in Windows 8.
    You would have to load the checks in order from top to bottom in the paper tray, since the printer just pulls the paper in from the top of the stack of paper.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • How to print to my wireless all in one photosmart prem c410 when printer is not powered on?

    how to print to my wireless all in one  photosmart prem c410 when printer is not powered on?

    Hi,
    You cant print to a printer that you physicly turned off. Most network printer have a sleep mode, so leave it on and after a while it should go into a sleepmode. And should wake up when a printjob is being sent.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Although I work for HP my posts and replies are my own
    Please mark the post that solves your problem as "Accepted Solution"

  • How to add more comments in the Nomination Header notes tab

    Short Text 
    How to add more comments in the Nomination Header notes tab 
    In the nomination screen, there are the tabs for header and item notes.
    Within each of those tabs, there are categories for the type ofcomments. Currently in the nomination maintenance screen header notes
    there are onlythree comment categories are available 1) General comments 2) Carriercoment 3) Shipper Comment and We would like add more comments in this
    section. In the configuration we couldn't find a place where we can add
    more customer specific comments. Can we add comments in the header
    notes tab and if so where can we add the additional comments ?

    Hello Giri,
    You could try the following to create new text types for nomination header.
    1) Execute transaction SM31
    2) The view here is V_TTXIDI
    3) Click on maintain .
    4) Create new entries .
    5) Since you want to add new more comments in the nomination header enter the text object as OIJRCODE_H
    6) Enter a text ID starting with Z
    7) Enter a description and save the new entry.
    In case you want to add new comments at the item level use the text object as OIJRCODE_I.
    When you restart the transaction O4NM again you will see the new entry added.
    This will solve the issue.
    Regards,
    Sandil

  • How to Read the text enetered in Notes Tab of Invoice Doc. ( FB60, MIRO  )

    Hi All,
    We are trying to read the Text Entered in Notes Tab of Invoice Doc using the tcode FB60, MIRO..
    We are able to see the text when we use these tcode but can you please help us how to read these deatils in a program..
    We wanted to download these notes corresponding to the Invoivces..
    Thanks in Advance....
    Regards,
    Vidya.

    Hmm..you will get lots of links if you search the forum/google..
    Anyway - keep a breakpoint in SAVE_TEXT/READ_TEXT function module and create/display MIRO and FB60 documents - this tell you how it stores and reads long text.
    You should use READ_TEXT in your program with same header inputs with respective TDOBJECT and TDNAME parameters.

  • My printer HP photosmart was working but now says printer not responding. Wireless network test came back with no problems. Any suggestions on how to fix this?

    My printer HP photosmart was working but now says printer not responding. Wireless network test came back with no problems. Any suggestions on how to fix this?

    marie274 wrote:
    My printer HP photosmart was working but now says printer not responding. Wireless network test came back with no problems. Any suggestions on how to fix this?
    What exactly happens between the the time the printer was last working well and no on your system? Any updates or upgrades?
    Lupunus

  • I have the print ap but I do not see how to print the calendar on my iPad 2.  Any suggestions

    I have the print ap on my iPad 2.  I can not figure out how to print the monthly calendar pages from my calendar on my iPad 2.  Any suggestions

    What print app do you have? I think that you need certain printing apps in order to print the iPad calendar. The print feature is not built into the app itself ...As far as I know.

  • CS6 does not support the picture package plug in.  How to print like picture package in CS6?

    CS6 does not support the picture package plug in.  How to print like picture package in CS6?

    If I recall, the picture package is in Bridge. Which was removed in CC and newer.
    In bridge change the workspace to see the output options.

  • How do I format bullet lists in the Notes tab?

    I have a transcript of the audio narration in the Notes section of my source PowerPoint slides. When I publish with Adobe Presenter, these transcripts appear in the Notes tab in the published course. However, when I publish my course, any bullet lists that I may have formatted in the Notes view in PowerPoint, do not format correctly in the published course. The text of the bullets is there, but the bullet formatting is missing.
    I am using Adobe Presenter 8, PowerPoint 2007, and I'm running on Windows 7 Professional. I have tried saving my PowerPoint file in the PPTX format and in the older PPT format. Neither retains the bullet-list formatting in the published course.
    Is there a trick to getting lists to format correctly in the Notes tab?
        -Ray

    Hello,
    Can you please email us the sample of your presentation (or the entire presentation) which contains those slide notes.
    We will check it on our systems and get back to you with a workaround/solution.
    Please email the presentation at [email protected]
    Regards,
    mukul

  • How to hide a tab(not a conditional display)

    I allready posted this question, but nobody answered me...
    Please help. Here is the thread, just read the last message:
    how to hide a tab dynamically
    Vitaly

    Why? What are you trying to achieve? What functionality would that provide?
    See
    http://htmldb.oracle.com/pls/otn/f?p=24317:124
    Is that what you want?
    The function behind the Toggle link is
    <script type="text/javascript">
    function ToggleTab()
    var links=document.getElementsByTagName('a');
    for (var j=0;j<links.length;j++) {
        if (links[j].className=='t10standardtabcurrent') {
           var td=html_CascadeUpTill(links[j],'TD');
           html_ToggleElement(td);
           var adj=td.previousSibling;
           if (adj.nodeName != 'TD') adj=adj.previousSibling;
           html_ToggleElement(adj);
           var adj=td.nextSibling;
           if (adj.nodeName != 'TD') adj=adj.nextSibling;
           html_ToggleElement(adj);
    </script>Modify as per your requirements and post your final solution if you use this approach. Thanks.

Maybe you are looking for