‎2016 Feb 17 10:54 AM
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.
‎2016 May 18 6:29 AM
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
‎2016 Feb 17 3:36 PM
Hi Chetan,
Try,
By using Transaction and Screen Variants (SHD0) can Disable the basic data text tab.
Hope it helpful,
Regards,
Venkat.
‎2016 Feb 20 1:46 AM
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
‎2016 Feb 20 2:00 PM
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?
‎2016 May 18 6:29 AM
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