cancel
Showing results for 
Search instead for 
Did you mean: 

ITS context limitation

Former Member
0 Kudos

Hello All..

I'm trying to send around 35,000 records of an internal table to ITS context memory using FIELD-SET and FIELD-TRANSPORT. But I found that I'm getting only 8018 records in context memory...eventually on HTML page..

Is there any limitation of Context memory?? If yes...please suggest how to overcome this problem.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

> Hello All..

> I'm trying to send around 35,000 records of an

> internal table to ITS context memory using FIELD-SET

> and FIELD-TRANSPORT. But I found that I'm getting

> only 8018 records in context memory...eventually on

> HTML page..

> Is there any limitation of Context memory?? If

> yes...please suggest how to overcome this problem.

Yes, there is a limitation to your context.

Can't you maybe introduce paging ? What is the format of the data that's being output? Maybe you could use the "mime-download" to spit the data into Excel, for example?

Former Member
0 Kudos

Hello Michael,

Thanks for your reply. Currently we gave functionality of displaying WHOLE data on browser as well as Downloading Data into EXcel...For this we're using VBSCRIP at client side.

If we introduce Paging Logic also we can Export 10 records per Page...But User has to scroll Lot many pages for it..So we are avoiding it. Along with that we wanted to give Downloading Functionality also.

Please guide

former_member316351
Active Contributor
0 Kudos

Hello Manoj,

Which ITS version are you using? You might be able to increase one of the memory containers so that more data is returned to the front end browser. Please note if there are any errors in the diagnostics.log or on the browser and if the HTML code is complete on the broswer, meaning there is a </html> in the "view source". Thanks.

Edgar Chuang

Former Member
0 Kudos

Hello,

we are using ITS 6.10. How to increase Memory Containers? Can you please tell me which is Parameter needs to be modified in Such case?

THere are no errors on HTML tab page. But only less no of records.

I would appreciate if you can pass me these details ASAP.This is bit urgent.

Thanking you in Advance.

Manoj

former_member185704
Contributor
0 Kudos

Hi,

inside of the ITS Admin Tool you will find parameters like

MaxServiceContextSize, MaxSessionContextSize, MaxInetSessionCtxtSize, MinCtxtSize or MaxCtxtSize (depends from the ITS release you are using).

You can change the value of the parameters according to your needs.

Please read the ITS Administration Guide for further information. The PDF document is available from SAP Service Marketplace.

Best regards,

Henning

former_member316351
Active Contributor
0 Kudos

Hello Manoj,

If you haven't found it yet, it is probably the MaxCtxtSize or MaxRespSize. You'll need to restart the ITS instance after making a change for it to take effect.

Edgar