Hi techies,
I am interested in updating myself in the new concept enhancement spots.
Suppose i have inserted a source code plug within the enhancement spot (Dynamic)
(i.e) ENHANCEMENT.......
if ...
write:/ 'enhancement1'. (or)
message 'enhancement 1' type 'I'.
endif.
END-ENHANCEMENT
After i have included this code within the enhancement spot and activate it. my code gets changed as follows.
(i.e) ENHANCEMENT.......
if ...
endif.
END-ENHANCEMENT
Whereas if i include any other codes (e.g) rmmg1-lgort = '0001'. within the if statement then that code is getting activated.
Can anyone tell me the reason why the write statement and message statement is not accepted.
Thanks in advance,
P. Chithra.