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

How to disable edit mode Basic data text in MM02 ?

Former Member
0 Likes
3,595

Hi Experts,

I need your help on disabling edit mode of a text field in MM02 -> Additional data -> Basic data text -> long text field. (PFA)

We checked in debugging and modified this field.
If T130M-AKTYP
= 'A' Then we can not edit the text field.

Now I want to know where I can implement this, I need to know if there is any exits that I can use.

Plz help.

1 ACCEPTED SOLUTION
Read only

schaganti1
Contributor
0 Likes
2,122

Hi Chetan

You want to disable the basic data text in MM02 transaction

here is the process:

1) excutive OMSR tcode and click on the field selection(selection group is 119)  and search for LTEXT_GRUN  field and in the select the transaction code where you want to make it as display.

Regards

Sudhakar

4 REPLIES 4
Read only

VenkatRamesh_V
Active Contributor
0 Likes
2,122

Hi Chetan,

Try,

By using Transaction and Screen Variants (SHD0) can  Disable the basic data text  tab.

Hope it  helpful,

Regards,

Venkat.

Read only

Juwin
Active Contributor
0 Likes
2,122

You should create a copy of MM02 transaction and configure that new transaction to avoid the long text screen.

When I say copy MM02, I don't mean to copy the program, but, just the Tcode. How to do this is very similar to the screen enhancement configuration discussed in http://pavelgk.pbworks.com/f/6729224-Implement-Screen-Exit-for-MM01-Adding-New-Fields-in-Screen.pdf

I don't think Screen/ transaction exit is the correct way to handle this.

Thanks,

Juwin

Read only

JL23
Active Contributor
0 Likes
2,122

Does this make any sense?

You allow people to enter a text in MM01 and nobody will ever be able to correct a typo or to change this text again?

There is also no need for a screen and transaction variants or or any other modifications, this can easily be achieved with standard customizing, Is there no MM consultant who knows his onions?

Read only

schaganti1
Contributor
0 Likes
2,123

Hi Chetan

You want to disable the basic data text in MM02 transaction

here is the process:

1) excutive OMSR tcode and click on the field selection(selection group is 119)  and search for LTEXT_GRUN  field and in the select the transaction code where you want to make it as display.

Regards

Sudhakar