Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Miro

Former Member
0 Likes
450

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

3 REPLIES 3
Read only

Former Member
0 Likes
415

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

Read only

Former Member
0 Likes
415

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

Read only

Former Member
0 Likes
415

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:)