cancel
Showing results for 
Search instead for 
Did you mean: 

Page Size in HCI for Employee Central Integration

0 Kudos

Hello,

We use package "Employee Central to ERP Employee Data"

There is page size parameters in SAP cloud integration that can be maximum 800

We want to make full transmission. Employee central has 1200 employee data. When we run the process, only 800 data is picked up from employe central. How can we picke up all data?

Our HCI parameters:

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Sriprasadsbhat
Active Contributor

Hello Nurhan,

This page size refers to max data count to be sent in on call.

By default your adapter will handle it and It will pull all the data,it doesn't mean it should pull only 800 rows of data.

If you want to know more about this feature,login to SF and navigate to SFAPI Audit log and run your interface with page size as 800,then there should be 2 entries in audit log(one entry query with 800 records and another entry querymore with 400 records.

Also there are KBAs available to what value to be set for higher performance from SFAPI perspective (search in SAP One Portal).

Regards,

Sriprasad Shivaram Bhat

0 Kudos

Hi Sriprasad,

Thank you very much for your explanation.

I st the timer event in every 5 seconds. I checked logs but some data is coming from sf and some data is not coming. Is there any bug?

Regards,

Nurhan

Sriprasadsbhat
Active Contributor

Hello Nurhan,

I dont think its bug,you have to check the filter conditions or parameters maintained during runtime ( refer your second screenshot).

Also you can verify in MPL ( from SAP CPI perspective ) by enabling payload logging [ Set ENABLE_PAYLOAD_LOGGING to true in runtime parameter] to verify each and every record that went through SAP CPI.

Regards,

Sriprasad Shivaram Bhat

nitindeshpande
Active Contributor

Hi Nurhan,

Setting the timer for 5s is highly not recommended. Using this way causes performance issue. Also huge data will be pushed in very less time to your tenant.

Regards,

Nitin Deshpande

0 Kudos

Hi Nitin,

When i try to run once time , most of time invalid sfapi session failure occured. so i try to run in every 5 times. Do you have any idea, whiy invalid sfpapi session erro? Because this error occurs sometimes.Sometimes it is successfull

Regards,

Nurhan

nitindeshpande
Active Contributor
0 Kudos

Hi Nurhan,

This error i had seen, when i used to use SOAP Axis adapter in PI to connect SFSF. This used to come up because there was no internal handling of session id done by SOAP adapter, like the SFSF adapter. I am not sure why you are getting it even after using SFSF adapter in HCI.

May be intermittent connectivity issue.

Regards,

Nitin Deshpande

Answers (0)