Hi All,
How to create an explicit enhancement option which is assigned to multiple enhancement spots?
I tried to write
ENHANCEMENT-POINT enh SPOTS spot1 spot2.
while enhancement spot spot2 & spot2 did not yet exist, but at compilation time there was no dialog box to create enhancement spot appeared. Furthermore, I received an error message saying spot1 did not exist.
Later, I deleted the ABAP statements above and then I wrote
ENHANCEMENT-POINT enh SPOTS spot1.
ENHANCEMENT-POINT enh2 SPOTS spot2.
Then I deleted the lines above (I did this just to create enhancement spot spot1 & spot2). After enhancement spot spot1 & spot2 was created, I wrote
ENHANCEMENT-POINT enh SPOTS spot1 spot2.
again. When I tested my code, I still received an error message just like before. How to do this correctly?
Many thanks in advance.
Regards,
Haris