2005 Mar 11 8:51 PM
Is there any Badi or user exit available to block invoices using MIRO transaction???
I want to update a flag 'ZLSPR' in header data on SAVE in MIRO transaction.
Thank you.
Is there any Badi or user exit available to block invoices using MIRO transaction???
I want to update a flag 'ZLSPR' in header data on SAVE in MIRO transaction.
Thank you.
2005 Mar 12 6:26 PM
2005 Nov 10 7:25 PM
Where you successfull with this problem? I have a similar one... I need to update a field (TXZ01) while working with MIRO transaction. Is it possible, is there any BAPI to do this?
Thanks & Regards
2005 Nov 10 7:57 PM
Hi,
Implement BADI : CHANGE_IN_UPDATE.
Method : CHANGE_AT_SAVE
It will work for you.
2005 Dec 01 7:09 PM
Hi Lanka or anyone out there,
Per suggestion from SAP OSS note, the badi invoice_update has to be used in order to update the invoice before the commit work of the invoice creation (in conjunction with the BAPI). However, the BADI does not pass out any parameters (just like the user exit within FM MRM_INVOICE_POST).
Lanka, have you successfully make it work? If so, do you mind providing the solution to the community? It will be extremely helpful.
Thanks in advance.
Cheers,
Cyanna
2005 Dec 01 7:39 PM
I couldn't able to see any BADI with this name <b>CHANGE_IN_UPDATE</b>.
regards
vijay
2005 Dec 02 1:04 AM
2005 Dec 02 2:08 AM
Implement the method CHANGE_AT_SAVE in the badi INVOICE_UPDATE. Set the flag S_RBKP_NEW-ZLSPR
2009 Mar 23 3:07 PM
Hi,
This BADI is not used to change invoice data, please check OSS Note 392342.
But you can use BADI MRM_PAYMENT_TERMS for updating this field.
Regards,
Jose