In order to check if an issue is caused by customer enhancements or by the standard SAP delivery, we can set user parameter WCF_IGNORE_ENHANCEMT to value 'A' as per SAP Note 1311966 to switch off customer enhancements. But in some cases, some fields and assignment blocks disappear due to this parameter which makes us unable to finish the reproducing steps. And due to this we can't identify if the issue is due to custom enhancement or not.
1.run t-code: se18 and display badi component_loading
2.expand badi definitions to check implementations
3.double click the implementing class
4.double click on method
5.set break point at last line in method.
6.then you can logon WebUI with correponding business role which can reproduce the issue, for example IC_AGENT. Then the breakpoint set in step 5 will be hint in debug mode, please blank out RV_RESULT and then click F8 in debugger.
7. continue step 7 until the WebUI is shown
8. Now you can follow the reproducing steps and check if the issue can be reproduced or not. If you cannot reproduce the problem, then it means the problem is due to your customer enhancement. Please review your customer enhancment accordingly.
You can check below link which introduces a way about how to locate the cause to a specified view/controller/window enhancement for trouble shooting.
SAP Note 1311966 Switching off customer enhancements for symptom analysis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
5 | |
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |