on ‎2016 Jan 07 9:19 AM
Hi all,
I have a requirement to fech thousands of record from functional module to gateway, this leads to performance issue in Gateway so my idea is to implement SQRC and Delta query. I am not able to find the implementation examples.
I feel SQRC or Delta query would be the option to do server side caching or is there any other method where i can achieve this functionality?
Please help me with these requirements.
Thank you and Regards,
Sumanth.B.S
Request clarification before answering.
You may try using http headers for forcing the caching.
In DPC_EXT method, you can send any response headers. You may try setting corresponding response headers and check if caching works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Krishna,
Thank you for the inputs.
Let me put it correct, I have a functional module where it has thousands of real time data which is taking 30sec to get the data and I don't have any access to change the functional module.
So my only option is to do caching in the gateway system as specified by the client and I have no idea how it has to be done.
Please help me in this.
Regards,
Sumanth.B.S
I was suggesting caching at browser level. That is an option you can consider.
If you want to cache at Gateway level, I think Soft State based query caching will help you.
Soft State Based Query Result Cache - SAP NetWeaver Gateway - SAP Library
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.