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

USER EXIT

Former Member
0 Likes
284

Hi

I want user exit for MIRO Transaction at the time of save i.e during posting

pls sugeest

Thanks

Taran

3 REPLIES 3
Read only

Former Member
0 Likes
266

Try with the badi:

INVOICE_UPDATE

Read only

Former Member
0 Likes
266

Hi Taran,

Please see the following sdn links -

Hope it helps.

Regards

Indrajit.

Read only

Former Member
0 Likes
266

hi

to find the user exit for any tcode, do it this way.

check the package in se93 giving in the tcode say MIRO,for this the package is MRM.

now in SMOD tcode press F4 and in that click on information systems,here you provide the package name and say enter,it will display you the list of user exits related to that tcode.

now put a break-point on each zinclude so as to find out which exit is triggered exactly while you post the doc.And so in that zinclude you can write your code accordingly

Hope i am clear to the query.

Kindly reward points if helpful.

Regards

Zarina