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 transaction

kanishakgupta1
Contributor
0 Likes
578

Hi all,

My problem is as under:

When I have to save the invoice in MIRO transaction,the WBS element populated in the screen should get cleared off and the service order pertaining to that invoice should get entered in the Service order field.

Please help.

Regards

kanishak

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
550

dear

for this u need t use BADI .

but the breakpoint and search BADI which is useful for you .

for tht you can use cl_Exithandler class .

put breakpoint at CALL METHOD cl_exithandler=>get_class_name_by_interface

rgds aryan

Hi all,

My problem is as under:

When I have to save the invoice in MIRO transaction,the WBS element populated in the screen should get cleared off and the service order pertaining to that invoice should get entered in the Service order field.

Please help.

Regards

kanishak

2 REPLIES 2
Read only

Former Member
0 Likes
551

dear

for this u need t use BADI .

but the breakpoint and search BADI which is useful for you .

for tht you can use cl_Exithandler class .

put breakpoint at CALL METHOD cl_exithandler=>get_class_name_by_interface

rgds aryan

Read only

kanishakgupta1
Contributor
0 Likes
550

used badi invoice_update.....