2016 Nov 22 3:01 PM
Hi experts,
I have a question related to the asynchronous service SmartMeterUtilitiesConnectionStatusChangeRequestERPCreateConfirmation_In.
In case of error on the service provider side (e.g. disconnection document locked by a user) this service creates a case in FEH. I would like to know if a similar case in FEH can be created for a customer-specific check (e.g. missing data in the Confirmation message)?
I've already tried with BAdI ISU_SE_CONNSTSREQSMCRTRCO_ASYN but it doesn't seem to work. When an exception is raised in this BAdI the process stops and do not create a case in FEH. I have the same behaviour with BAdI ISU_AMI_DISCONNECT (method IF_EX_ISU_AMI_DISCONNECTION~STATUS_CHANGE_CO_IN).
Do you have any idea how to proceed? and where (which BAdI or enhancement spot)?
Thank for you help!
Regards,
Philippe
2016 Dec 08 10:59 AM
2016 Nov 22 9:44 PM
2016 Nov 23 7:33 AM
Hello Daniel,
Thanks for this very helpful blog but unfortunately it only deals with custom proxy whereas I'm dealing with a standard proxy SmartMeterUtilitiesConnectionStatusChangeRequestERPCreateConfirmation_In. Therefore I cannot apply the solution described since it requires to change the associated standard proxy-class (adding interface IF_ECH_ACTION).
Additionally the standard proxy I'm dealing with already uses FEH/ECH in case of exception foreseen in standard SAP code. The issue I have is that it doesn't use FEH/ECH in case of exception raised in the two above mentioned BAdI's where I want to perform some customer specific checks.
If you know (or have any resource) about that I would be glad to read it.
Regards,
Philippe
2016 Nov 23 10:25 AM
have a look in Badi ISU_SE_CONNSTSREQSMCRTRCO_ASYN in ISU_SPOT_SE_CONNSTSREQ
2016 Nov 23 11:03 AM
As mentioned in my initial post: I've already tried with BAdI ISU_SE_CONNSTSREQSMCRTRCO_ASYN but it doesn't seem to work. When an exception is raised in this BAdI the whole process stops and does not create a case in FEH.
Any other idea?
2016 Nov 23 8:08 PM
Good point, I'll dig around in my notes. Its been awhile since I've played around in this functionality.
2016 Dec 08 10:59 AM