Symptom
When using application's System Status field as filter in Integration Center report, an error "Invalid Request Parameters" appears:
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.
Environment
SAP SuccessFactors Recruiting Management
Reproducing the Issue
- Go to Admin Center > Integration Center
- Choose My Integrations, then click on Create button
- Choose Scheduled Simple File Output Integration
- Use the entity JobApplication
- Add the field System Status (status) String
- Add other fields you need, then click Select button
- On the Filter and Sort step, under Advanced Filters, add System Status
- For sample scenario purposes, set the filter this way to exclude draft applications:
- Field: System Status
- Operator: is not equal to
- Value: Draft Application
- The "Invalid Request Parameters" error appears
Cause
This error is expected when using labels as filter value for System Status field instead of the numerical value.
Resolution
Use the numerical value for System Status of job application when using this field as filter in Integration Center reports.
The table below lists the numerical values that are mapped to the different system statuses of a job application:
| Numerical Value | Mapped To |
| 0 | Open |
| 1 | Disqualified |
| 2 | Closed |
| 3 | Withdraw |
| 4 | Saved |
| 5 | Not Applied |
| 6 | Draft Application |
For example, instead of typing "Draft Application" in Value field, enter "6" instead.
See Also
- Implementation Guide: SAP SuccessFactors API Reference Guide (OData V2): JobApplication
- KB Article: 2918571 - Draft and Saved Applications return in GET query in OData API without filters - Recruiting Management
Keywords
jobapplication, system status, API, integration center report, bad request, invalid request parameters, COE_GENERAL_BAD_REQUEST, status code 400 , KBA , LOD-SF-RCM-INT , Integration Center & Intelligent Services , LOD-SF-RCM-REP , Reporting & Analytics, Data Imports & Exports , Problem
Product
Attachments
| Pasted image.png |
| 1.png |
SAP Knowledge Base Article - Public