cancel
Showing results for 
Search instead for 
Did you mean: 

ENHANCEMENT-POINT MASTER_DATA_01 SPOTS ES_SAPLIPW0 is not being called.

0 Kudos

Hi Team,

I have requirement to call 'MSC2N'(Batch change screen) through COR2(Change process order), but standard is calling MSC3N so i have looked for enhancement and find enhancement point MASTER_DATA_01 but this is not being called while debugging even it is active. Could please help on this issue. I have referred many threads but did not get answer to this solution.

ENHANCEMENT-POINT MASTER_DATA_01 SPOTS ES_SAPLIPW0.

ENHANCEMENT 1 /CWM/LIPW0U06_1. "active version
INCLUDE /cwm/mod_lipw0u06_1.
ENHANCEMENT 1 ZPP_CR02. "active version
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(7) Enhancement Exit MASTER_DATA_01, Enhancement /CWM/LIPW0U06_1, End, Enhancement ZPP_CR02, Start A
*Begin of change
IF t354t is not INITIAL and sy-tcode = 'COR2'.
t354t-TCODE = 'MSC2N'.
ENDIF.
*End of change
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(8)
ENDENHANCEMENT. "MASTER_DATA_01

ENDENHANCEMENT. "ZPP_CR02

Accepted Solutions (0)

Answers (3)

Answers (3)

Sandra_Rossi
Active Contributor
0 Kudos

I think that's your problem: you have added your code to the standard implementation /CWM/LIPW0U06_1, which is switched off on my system (switch Framework). I tried to implement directly MASTER_DATA_01, and I have no issue -> 1) click enhancement button 2) context menu "create implementation" on "ENHANCEMENT-POINT MASTER_DATA_01" line.

0 Kudos

Hi Sandra Rossi,

Thank you for ur time to respond, I have checked enhancement through SE20, , Ye it is active but not sure how to find whether it is global or not and no idea of swith frame work. I have attached details for your reference. For code weird, My enhancment is ZPP_CR02 and allowing to write only inside of SAP enhancnement /CWM/LIPW0U06_1 which is also active. Why i am not able to create my enhancement outside /CWM/LIPW0U06_1, i am not able to understand.

e

Sandra_Rossi
Active Contributor
0 Kudos

Do you say your enhancement option is active, or that ES_SAPLIPW0 is active? Use SE20 to display this enhancement spot and make sure that it's active globally (depends on switch framework)

Moreover, the pasted code is weird, I don't understand why your enhancement looks nested inside the enhancement implementation /CWM/LIPW0U06_1. Don't you want to create an enhancement of MASTER_DATA_01 instead?