Questions tagged [sap-successfactors]

SAP SuccessFactors is a SAP cloud HCM solution that used SaaS model. SuccessFactors HCM comprises social business and collaboration tools, a learning management system (LMS), performance management, recruiting software, applicant tracking software, succession planning, talent management and HR analytics.

59 questions
3
votes
0 answers

Not getting top 1 element when caling API of SAP Successfactor using RestAssured

I'm trying to call SAP SF API calls using RestAssured in my application. The service is given parameter as top 1 . RestAssured.baseURI="https://sandbox.api.sap.com/successfactors/odata/v2/PerGlobalInfoCHN?%24top=1"; RequestSpecification…
2
votes
1 answer

Generate VDM for SFSF using Java in SAP Cloud SDK: Generated URI is wrong

I'm trying to build an app that reads info from SFSF. For this, I'm using the Virtual Data model generator tool (the maven plugin) with SFSF OData metadata to be able to access the system. I'm following these steps: Get a project via archetype…
2
votes
0 answers

Camel-Olingo2: The metadata constraints '[Nullable=true, MaxLength=16]' do not match the literal

I'm using camel-olingo2 component for query SAP SuccessFactors on ODataV2 endpoints. The route is: from("direct:start") .to(olingoEndpoint) .process(paging) …
2
votes
1 answer

Integrate SuccessFactors and S4HANA using S4 SDK

Currently we are referring https://blogs.sap.com/2017/05/10/first-steps-with-sap-s4hana-cloud-sdk/ blogs for our side by side extensibility use cases. We are trying to create a scenario for Building a side by side extensibility application to…
2
votes
1 answer

SSIS Odata Source feed error while executing task using SuccessFactors as source

I am using SSIS OData source to connect SuccessFactors source feed location. I am able to connect successfully using Basic Authentication method and am also able to preview the data in the OData source. But while executing the task it throws a…
2
votes
3 answers

SAPUI5 / AJAX, submitting Basic Authentication Details

I'm trying to access a SAP Successfactors API from an AJAX Call in a SAPUI5 application. I can access the API fine using POSTMAN, and providing the Basic Authentication credentials. How do I supply these credentials directly in AJAX. I've tried…
Adam Harkus
  • 2,050
  • 2
  • 36
  • 64
2
votes
2 answers

RROR – unable to acquire LMS API, content may not play properly and results may not be recorded. Please contact technical support

We are in the process of implementing SuccessFactors LMS, and trying to play and view SCORM compatible files exported from Adobe Captivate 8 and 9 in Success Factors LMS. I get the message - 'ERROR – unable to acquire LMS API, content may not play…
1
vote
1 answer

Success Factors REST API OData Entity User does not return inactive users

Until 1,5 week ago, I was getting all user statuses from SuccessFactors OData User Entity via REST GET https://localhost:443/odata/v2/User Now I noticed that inactive users (where status = 'f' )are not returned by this. Does anyone have any…
Ioanna Katsanou
  • 484
  • 2
  • 7
  • 24
1
vote
0 answers

Case insensitivity for SAP Odata call

I am trying to call the customers odata API and it basically works if there is the cases of the user names are the same in both systems. SAP odata api is case sensitive. And I have a few users which have a lower case letter in the username on SAP SF…
MrJamsn
  • 11
  • 2
1
vote
1 answer

Query deleted records via SF OData API?

I am replicating the Successfactors Employee Central Data (including FO, MDF, BG elements and etc.) via OData API to local database for third party integration. It is able to trace changed records by filtering last modify date. However, the deleted…
mcjai
  • 558
  • 4
  • 9
1
vote
0 answers

SAP SuccessFactors: [COE0020]You do not have permission to view this template

Trying to POST GoalComment_1 entity in SAP SuccessFactors using the below curl request. curl --location --request POST 'https://apisalesdemo8.successfactors.com/odata/v2/GoalComment_1' --header 'Authorization: Bearer eyJ0b2tlbkNvbnRlbn...'…
1
vote
1 answer

Pull all data via API from successfactors

All, I am trying to pull all data from successfactors using oData API but it give only 1000 rows at a time How to pull all the data at a time? Thanks
umesh.chape
  • 2,895
  • 5
  • 16
  • 17
1
vote
0 answers

How can I export Attendee list from Microsoft Teams Live events session using Microsoft Graph API?

We are hard working to try to use the Microsoft Graph in order to get the Attendee data from a Live session in order to import them into SAP SuccessFactos LMS as a virtual learning session attendees based on API economy connectors (rest). Do you…
1
vote
0 answers

Is there any API in SuccessFactors which will give me All Roles and Groups associated with All Users in one go

We are trying to fetch Roles and Groups for user in SuccessFactor but if we have 10,000 user then we have hit below API 10000 times which is causing performance issue. So Is there any API where we get All Roles and Groups for All users in one go ---…
1
vote
1 answer

Problem SAP Successfactors Non-Standard OCN Provider Integration (duration parameters)

I'm working on an integration project connecting SAP Successfactors with a Non-Standard OCN Provider, I am using the API used by SuccessFactors ... "program":[ { "startDate": 1451556622000, "endDate": 1427796622000, "active": true, "duration": "12…
JesusR
  • 21
  • 2
1
2 3 4