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

Former Member
0 Likes
888


Hi Everyone,

I wanted to allow specific users to change quantity and amount and other users should only view the amount and quantity.

Can we do this?

If yes, How?

Please help me.

Thanks

Veda


Hi Everyone,

I wanted to allow specific users to change quantity and amount and other users should only view the amount and quantity.

Can we do this?

If yes, How?

Please help me.

Thanks

Veda

4 REPLIES 4
Read only

Former Member
0 Likes
822

Hi, look at LMR1MO2S include ,

module modify_screen_6310_loop output.

try to implement this enhancement

  loop at screen.
*-------- beim Anzeigen alles inaktiv schalten
*         bis auf Taste Multikontierung
    if akt_typ = c_trtyp_a.
      screen-input = 0.
enhancement-point modify_screen_6310_loop_01 spots es_saplmr1m.

Read only

Former Member
0 Likes
822

Hi Veda,

Create a authorization object and call it in user exit or BADI

Read only

satyabrata_sahoo3
Contributor
0 Likes
822

Does the other users need Change access to other fields except Amount n Quantity?

If only display required then, you can handle it by Authorization. Contact your BASIS.

Read only

Former Member
0 Likes
822

Hi Everyone,

In miro we are able to edit quantity and amount field in production which should not happen, I checked in dev system, its not allowing to edit the fields but in production its allowing why?