Restrict the modification of Delivery item texts - Using Implicit enhancement technique
By Betcy Yohannan, Intelligroup
1.
Go to transaction code - VL02N +
press enter
2
.Goto->Item->texts
Now
you can see the item texts in editable mode
Note:
To
make it non editable you need to enhance the code .
First
you need to debug the application and find the exact place where you need to add
the functionality
You
must be knowing that each and every subroutine and method (not modules )will be
having implicit enhancement options at the beginning and at the end .
In
this particular case we have to enhance the subroutine
PERFORM TEXT_CONTROL_EINGABEBEREIT.
3.
Go to this subroutine and then Program –> Enhance
4
.Then follow Edit ->Enhancement Operations -> Show implicit enhancement
Options
Click
here to continue..
|