‎2007 Jul 09 12:42 PM
Hi
i want to change the posting date in saving miro
maybe there is any USER EXIT that can do it?
Thanks
Have a nice day
‎2007 Jul 09 12:49 PM
hi
check this BADI
INVOICE_UPDATE
in that there are three methods
CHANGE_AT_SAVE Invoice Document at Save
CHANGE_BEFORE_UPDATE Invoice Document Before Update
CHANGE_IN_UPDATE Invoice Document During Update
<b>Reward points</b>
Regards
‎2007 Jul 09 12:52 PM
Hi Yossi,
You can also use the METHOD CHANGE_BEFORE_UPDATE or CHANGE_IN_UPDATE..
Which will be called when saving the invoice..
Update the structure MRMRBTX of the paramter TI_MRMRBTX in the method
CHANGE_IN_UPDATE.
<b>Reward pts if found usefull :)</b>
Regards
Sathish
‎2007 Jul 09 12:55 PM
Hi Yossi,
I forgot to mention that the use Badi Invoice_Update, and the method i mentioned above.
You cannot use the user exit - LMR1M001
According to note: 165635 - Documentation: Enhancement LMR1M001 (MM-IV)
this enhacement is obsolete:
"(...) Functions
In the header screen (screen SAPLMR1M 0400) you can define a customer-specific subscreen.With this customer-specific function module you can determine the default values for the subscreen.
As the basis, the fields of structure RBKPV (header data) are available.
Remark
As of Release 4.6C, Transaction MR1M is no longer supported. Thus this customer exit and its functions are also obsolete.(...)"
Additional information:
To use screen exit pls refer the below link:
<a href="http://wiki.ittoolbox.com/index.php/Implement_a_screen_exit_to_a_standard_SAP_transaction">http://wiki.ittoolbox.com/index.php/Implement_a_screen_exit_to_a_standard_SAP_transaction</a>
<b>
Reward Pts if it helped u to some extend understanding the miro exit. :)</b>
Regards
Sathish:)