Create enhancement spot
Hi Folks,
I have an Include LMEGUICJM.. In this include I have to add one more condition to CASE-ENDCASE under the method execute_before_transport...Please help me out...Thanks in advance
Former Member replied
Hi,
You can try with implicit enhancements but using that you cannot add another case condition, rather you can add code to check another condition, before the endmethod statement.
For creating a enhancement, first switch to modification mode, then select Edit->Enhancement Operations->Show implicit Enhancements.
IT will show a dotted line before end method statement, Right click on that line and select Enhancement implementation -> Create.
Regards
Karthik D