This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
Hi Team
We have implemented Funds and Grants in Concur.
Something significant has happened in the Concur system. Many claims are currently stuck in "Pending External Validation" status and are not appearing on the monitoring page.
This issue cannot be managed through the normal process:
- Claims cannot be recalled.
- Claims cannot be deleted.
- Claims cannot be sent back to employees.
- Claims cannot be approved.
- Claims cannot be rejected.
Don't know how to fix? Can anyone help?
Surjith
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
@SurjithK I have someone looking into this. Stay tuned.
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
Hi Surjith,
The behavior you are seeing points to the external validation integration not completing the validation step back to Concur for these claims.
When you enable External Validation, Concur hands each submitted claim off to your external integration and holds it in "Pending External Validation" until the integration posts the result back. While a claim is in that state, it is intentionally locked, which is why it cannot be recalled, approved, rejected, sent back, or deleted through the normal UI. That matches exactly what you are describing.
Normally that round trip happens in a matter of seconds, so a large number of claims sitting in this status is not expected. It usually means the integration failed to process or respond for those claims, and they are now waiting on a result that never arrived. The claims themselves are not lost or corrupted in Concur, but they will stay locked until the integration successfully posts the validation result, at which point they release and continue through the workflow.
A few areas I would suggest checking on the integration and Concur configuration:
The exact steps depend on whether your setup uses the newer Event Subscription Service (ESS/v4) approach or the older Callout model. The end-user experience looks the same in both, but the APIs, configuration, and the specific call your integration needs to make differ quite a bit, so confirming which one you are on is a good first step. For reference:
Callout model:
ESS / v4 model:
I will also send you a private message here in the community so we can work through the specifics without sharing any internal details on the public forum.