cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Server side caching

Former Member
0 Likes
481

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

View Entire Topic
kammaje_cis
SAP Mentor
SAP Mentor
0 Likes

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.

HTTP caching | Web Fundamentals - Google Developers

Former Member
0 Likes

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

kammaje_cis
SAP Mentor
SAP Mentor
0 Likes

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