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

Modify MIRO transaction

Former Member
0 Likes
1,472

Hello.

I must modify transaction MIRO. I want add to screen list of materials document and some logic (Z-table and connection between invoice and materials document). How i can modify MIRO screen or add my own. Have you any examples?

Thanks so much for your time,

Grzegorz

10 REPLIES 10
Read only

Former Member
0 Likes
1,124

Hi,

You need to implement a screen exit and the associated code.

Take a look at the link which gives you on how to go about it....

http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction

Cheers

VJ

Read only

Former Member
0 Likes
1,124

Hi Kordek,

You have to use screen exits.

Pls reward if found useful.

Thanks

Shyam

Read only

Former Member
0 Likes
1,124

I can't find any enhancement in tc smod for tc MIRO.

Can you give me any advice? I have read "how to" and I don't know what I have to do.

Thanks so much for your time,

Grzegorz

Read only

0 Likes
1,124

have u tryied this Screen exit

exit id--LMR1M001

calling screen--SAPLMR1M

screen numb-- 0400

called screen--SAPLXM08

screen numb--0400.

Read only

Former Member
0 Likes
1,124

Ok i try this exit. I create screen 400, and add to this scrren test label. Can you tell me what i must do to display this screen. I dont see my screen in TC MIRO.

Read only

Former Member
0 Likes
1,124

Ok i try this exit. I create screen 400, and add to this scrren test label. Can you tell me what i must do to display this screen. I dont see my screen in TC MIRO.

Read only

Former Member
0 Likes
1,124

Anyone know? Any idea?

Read only

0 Likes
1,124

Hi,

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. <u>Thus this customer exit and its functions are also obsolete</u>.(...)"

regards

Krzys

Read only

Former Member
0 Likes
1,124

thx so much

Ok, i can add own subscreen. I have still problem with flow data beetwen my screen and miro. I have question too. I see, that my screen is added in first tab in miro, but my screen is display with scroll, and does`t look good. Mayby can i add may tab and my screen on this tab.

Grzegorz

Read only

Former Member
0 Likes
1,124

I resolved problem. I used Badi Invoice_Update and call my FM.