MIRO/MIR7 - Notes Tab Mandatory

Hi All,
I require the notes tab in MIRO to be mandatory, does anybody know if this is possible? I tried the solution in the below thread but the include is not even invoked;
Note Mandatory in Tcode MIRO
I then tried BADI 'INVOICE_UPDATE', method 'CHANGE_BEFORE_UPDATE'. My breakpoint stopped there but since the notes tab isn't stored in any structure, I had to use function module 'READ_TEXT' with object 'RBKP' to retrieve the data. Unfortunatly nothing is returned, this is probably because the notes data only gets written once the Invoice is fully saved. My intention was that I could check if any text is returned from the FM above, if not then I could output a message 'must enter text in notes tab'.
Anybody have any other idea? I can't see anyway in config/valiadtions to achieve this. Thanks alot

Hi,
[Check this|Making delivery note field as mandatory in MIGO;
Regards,
koolspy.

Similar Messages

  • 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

  • Re:note tab(text box) in Miro screen

    Hi all
    Can any one tell me in which table the Note tab (text box) of miro screen will be stored.

    Hi,
    Please try this.
    1. Go to SE16.
    2. Enter table name STXH.
    3. Enter: TDOBJECT = 'RBKP', TDNAME = RBKP-BELNR + RBKP-GJAHR, TDID = '0001' and TDSPRAS = 'EN'.
    4. Execute ...
    5. Then go to SE37.
    6. Enter function module READ_TEXT.
    7. Fill parameter: ID = STXH-TDID, LANGUAGE = STXH-TDSPRAS, NAME =  STXH-TDNAME and OBJECT = STXH-TDOBJECT.
    8. Execute and check return table lines.
    Regards,
    Ferry Lianto

  • ABAP Dump after putting Text in notes tab in MIRO

    Hello All,
    We have a scenario here,
    during MIRO, when user puts some text in the Notes tab and after putting all other relevant data when clicks on Simulate or Save button system gives ABAP dump. This is happening while posting invoices for FD purchase orders and not with other types of POs.
    Your help is appreciated.
    With regards.
    Sanjay

    Hi,
    Does any body have got a solution to this problem?
    BR,
    Emrah

  • Entering the text in note tab in MIRO transaction

    hai friends,
    can u please tell how to store a text in note tab in MIRO transaction usging function module.
    please help me.
    Regards,
    N.selvamuthukumar

    Hi
    I need to program the same. Can you please send the details of how you implemented it.

  • 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.

  • Changing the item data in MIRO ,MIR7,MIR4 transactions

    Hi,
    Please help in finding out the BADI/User exit to change the line item data and passing changed data back to the main screen for MIRO,MIR7 and MIR4 transactions.

    Hi Neil,
    1. U said u have used SAVE_TEXT
       and it saves.
    2. To check if this happens or not, 
        After that write COMMIT Work.
    3. In DEBUG mode,
       execute till the FM and COMMIT Work,
    4. In another session,
       see the table STXH
       to know whether it REALLY Gets
       updated or not!
    regards,
    amit m.

  • Under MIRO G/L Tab PO field to be added and captured in subsequent FI docs

    Hi ,
    The following is a single issue & all are related.
    In Invoice verification ( MIRO)  after capturing all  the details from PO as the reference document, the split up of nonplanned delivery costs are to be posted . This is done through G/L tab of MIRO document and then only document has to be saved. Now there is no provision of PO field under G/L header..
    How to add this PO field in the line item of invoice G/L tab so that when PO is entered here, it will flow automatically in the subsequent financial documents when they are posted with reference to this invoice?
    In this line item already WBS & G/L account fields are available.. G/L account is fixed when posting data for PO in case of capital procurement.
    If a specific G/L account is entered in MIRO G/L tab, is there any way to validate the WBS entered and the WBS entered in PO so that they should not be different ?
    Thanks for your suggestions.
    Regards,
    Hari

    Hi,
    go through this...
    https://wiki.sdn.sap.com/wiki/display/Snippets/Displaycustomerfieldsinheaderoflogisticsinvoiceverification+transactions
    Thanks,
    Shailaja Ainala.

  • Userexit for Payment block invoice in MIRO/MIR7/Mrrl

    Hi All,
    In an purchase order invoice the the Payment block is defined at coompany code. My requirement is to define it at more granular level like at level of item category. For certain item categories I have to avoid the tolerance date check of paymeny block from getting triggered. Is there any userexit which allows to define the tolerance check for line items at item category level.  (MIRO/MIR7/MRRL transactions)
    Case here is: The delivery date entered in PO is dated as 3 months later. Entry  sheet generated also shows the date as 3 months later. But the invoices are generated on monthly basis. So those invoices for which the delivery date of PO &entry sheet is not reached, automatically goes to Live Payment Block. The payment block  on invoice has to be manually released.
    Is there any other way to stop invoice from going to payment block.
    I did changes in exit EXIT_SAPLMR1M_001 which has item category field. But this exit is not triggering always. On few cases it triggers.
    I would appreciate any help on this. Thanks.

    hi,
    do use imlicit enhancement in the function module
    MRM_FINAL_CHECK in this the line item details will be populated t_drseg table...........

  • Reg note tab

    hi ,
    In Miro transaction . in header there is note tab . some data will be entered by the functionals . i like to know where these data's will be stored . because i needed to display this in my form .
    i need help .
    regards
    siva shanmugam.a.v.

    For getting data you need to use fm READ_TEXT with following paramters
    Text object --> RBKP
    Text name -->  MIRO Document Number
    Text ID ---> 0001

  • GR invoice verification field should not be mandatory in PO

    Dear Experts,
    When we are creating Service PO, at that time we require the GR invoice verification field (Under Invoice Tab) should not be mandatory but other POu2019s it should be mandatory.
    Please suggest solution for the same.
    Thanks & Regards,
    Shatrughan

    Guys!
    Please correct me if I am wrong, but I thought external service purchasing with GR (service entry acceptance) but without GR-based IV was impossible. This is a standard SAP check that can't be overridden in any BAdI. So either you give up SES and enter the invoices without any reference or make the invoices refer to the SES!
    I see that there's some option to allow ESM orders without the GR flag, but then at least the service-based IV flag shall be set. The option is in IMG for MM -> External Services Management -> Source Determination and Default Values -> for Client.  Look at the bottom of the screen for the flag "Service item: IR before GR allowed". Unfortunately this flag is not visible in my 6.0 system, but in a EhP4 system it is.
    But still - some kind of reference in the IR you will need anyway - SES in this case. Or give-up entering SES at all (remove the flag "GR" in the PO).
    BR
    Raf

  • How to display text of note tab of invoicing

    Hi all,
    I want to display text that is written in notes tab while doing invoicing that is through FB60 and MIRO.
    I searched for it in tables STXL and STXH but text isnt stored there, pls help me out.
    Thank you,
    Sonali

    Thanks Gokul it helped
    awarded u points.

  • 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.

  • My recent browsing session on my iPad was mirrored or continued on my iPhone and another family members iPhone that is linked to my iCloud account.  Was not tab sharing. Is this normal?

    My recent iPad web browsing session was mirrored/continued on my iPhone and family members iphone.  All share my icloud account but the safari tab in iCloud settings was turned off.  This was not tab sharing.  Is this normal?  Anyone else encounter this?

    Go to Settings>Mail, etc.>iCloud and delete the account. Then add in a new account with the details you want.

  • 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

Maybe you are looking for

  • STILL have MBP audio issues after Bootcamp 3.1

    I have a mid-2009 MBP 13" with Snow Leopard, running 32-bit XP Professional with SP3. I just updated to Bootcamp 3.1 after dealing with low audio, robo-voice from the internal microphone, and spooky red light/trackpad nonsense for months. While 3.1 f

  • What happened to Find My iPhone?

    I can not find the Find my iPhone app(?) on my iMac. I used it before when I had Lion. It is on my pad and my phone.

  • Evaluated Expression

    Having successfully used .txt files to store queries an then run using Evaluated Expression it seems to fall over when it comes to merging. I am faced with the following error Formula.Firewall: Query 'Merge2' (step 'EvaluatedExpression') is referenci

  • Native PDF Conversion in SharePoint?

    Greetz! Both Word Automation and Document Conversion are in SP 2013 but everything I've read points to either custom development or a 3rd party solution for converting word docs in a library to pdf on some sort of a schedule. I'm looking for a way to

  • Where is the Radio selection on iPhone

    I would like to stream radio stations from iTunes on my iPhone 4 can't find the Radio Tab.  Is there a way to do this??