Hi All,
I need your input(s) for "verification":
I have transaction code VF0F.
SAPLV60A > LV60A002:
ENHANCEMENT-POINT BEDINGUNG_PRUEFEN_002_01 SPOTS ES_SAPLV60A STATIC.
*$*$-Start: BEDINGUNG_PRUEFEN_002_01------------------------------------------------------------$*$*
ENHANCEMENT 32 OIC_SAPLV60A. "active version
DATA: T-INVCYC LIKE TVFK-OIINVCYC1,
V-INVCST LIKE VBUP-OIINVCST1,
ALL-INV TYPE C.
"START OF CHANGE
IF SY-TCODE EQ 'VF01'.
IF FPLT-FKARV EQ u2018ZG2u2019
AND FPLT-FAKSP EQ u201802u2019.
LEAVE LIST-PROCESSING.
ENDIF.
ENDIF.
"END OF CHANGE
ENDENHANCEMENT.
What I did:
1. Click the WhirlPool button (Enhance)
2. Edit > Enhancement Operations > Show Implicit Enhancement Operations
3. Right Click on ENHANCEMENT 32 OIC_SAPLV60A and select Enhancement Implementation then change Implementation
4. I was able to add my logic needed
Issue: When I click on Activate Enhancements, it's asking me for an Access Key.
Correct me if I'm wrong, so does this mean that I'm not authorize to do changes on Enhancements OBJ?
Is it OK to Change that particular enhancement point right?
Thanks All.