Application Development 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: 

User exit/BADi to change the header text in MIRO transaction

Former Member
0 Kudos

Hi all,

I am searching user exit or badi to change the header text in MIRO transaction.

My requirement is, before post the invoice I need to populate the vendor name in Header text field(MIRO -> Details tab -> header text field ). I have tried all the user exits and BADi's related to MIRO. Doesn't work. If anybody knows please share.

Thanks,

Pranav

5 REPLIES 5

Former Member
0 Kudos

Hi,

Try BADI MRM_PAYMENT_TERMS

Regards

Kiran Sure

0 Kudos

Kiran,

In that badi it has importing parameters for header data. There is no exporting parameters. So i can't use that.

Pranav

Former Member
0 Kudos

Try BADI INVOICE_UPDATE.

If you are in system version is ECC 6.0, you can find out a Enhancement SPOT (ES_SAPLMRMC) under Function module MRM_FINAL_CHECK, which can be used to perform this requirement

Hope this helps.

Thanks,

Balaji

Edited by: Balaji Ganapathiraman on Mar 14, 2008 4:43 PM

0 Kudos

Balaji,

I am using ECC 6.0 I have zero knowledge of enhacement spot.Please explain me what to do in that.

Thanks,

Pranav

Former Member
0 Kudos

This reqiurement was done by enter manually by the user.

Thanks all of you.

Pranav