2015 Mar 05 9:24 AM
Hi guys,
in STMS import I get a warning like this:
" 1 enhancement implementation of CLAS ZCL_IM_IMP_ME_PROCESS_PO may need adjustment - please call transaction SPAU_ENH"
But if I go into SPAU_ENH, I can't find anything.
Can you tell me, where do I have to look exactly in SPAU_ENH?
Or do you have a good documentation for this?
Regards,
Basti
2015 May 05 1:51 PM
2015 Jul 14 9:27 PM
Hi - Are you able to find out about your transport request warning.
I am getting the same warning. Please help me.
Regards,
Kishore
2015 Jul 15 7:09 AM
Hi,
Enhancement Framework ensures that the standard SAP Source code is not disturbed/overwritten at any point of time. Instead this technology will plug custom code in between standard SAP source code. So whenever there is a version/patch upgrade, standard code might get overwritten or modified and this change might cause conflict between standard code and custom enhancement. Such cases can be adjusted post upgrade using ‘SPAU_ENH’ Tcode.
Note: SPDD is to adjust DDIC object, SPAU is to adjust repository objects (ABAP Objects) and SPAU_ENH is used to adjust custom enhancements
1. Go to Tcode SPAU_ENH, It will list enhancements that need to be adjusted post upgrade.
Note: if no conflict exists for any of the enhancements, then we will get empty list.
2. Double click on the listed enhancement
3. Now click on long text in the right panel, it will give you complete description of conflict
4. After you have gone through this long text, close this and click on Conflict button.
. Now a split screen editor will be opened. Carefully analyze the code(enhancement) and if required make changes
5. After checking and making changes, kindly click on Conflict button at top of split screen editor and save changes.
Once if the conflict is adjusted, we will no longer see Adjustment tab. It will disappear.
All the objects listed in SPAU_ENH should be adjusted in the same way, irrespective of their status (Traffic light signal – Green, Yellow& Red)
Regards,
Megha.