Hi Guys
I have a problem swirtching on a switch in a SAP-standard program.
In program RKPEP004 (transaction CJI4) there is a static enhancement point for the START_OF_SELECTION event (line 32). my basic problem is that I want to have that enhancement point to trigger when I execute the program. So far it doesn't.
If I understand this whole concept correctly, I need to switch on the switch that is created for the package, right? So if I drill down into "MGV_GENERATED_RKPEP004" on line 34, and then click on the "Properties" tab, I see that a switch called "MGV_LAMA_GENERATED" has been created for it, but the switch status is set to OFF.
I have tried switching it to "T" (using both SFW1 and SFW5), but can't seem to get it right. How do I switch that switch on so the code in the static enhancement point will be executed?
Thanks in advance!
LouisB