2011 Oct 13 8:56 AM
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;
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
2011 Oct 14 8:48 AM
2011 Oct 14 8:48 AM
2011 Oct 14 9:06 AM
Hi,
Afraid this didn't work either. The entry is created in table STXH after the BADI is invoked. It must not be possible to meet this requirement it seems
2011 Oct 14 9:12 AM
2011 Oct 14 9:21 AM
Interesting topic but this relates to a different transaction, MIGO instead of the MIRO/MIR7 screen that I require. I can't seem to find a similar OMJ* transaction for the Invoice screen
2011 Oct 14 9:44 AM
2011 Oct 14 9:54 AM
Thanks koolspy...is the notes table available as a field through there? I can't seem to find it
2019 Dec 24 4:27 AM
Hi Madhumahesh,
We are facing the same issue. Have you received the solution?
Regards,
Mrinal
2020 May 10 5:48 PM
Any update for solution. I am facing same issue. Need to capture note text while creating invoice using MIRO.