cancel
Showing results for 
Search instead for 
Did you mean: 

What is the max. number of rows can be transferred using field-set?

former_member848108
Active Participant
0 Kudos

Hello everyone,

We were using external ITS version 2.0, and the maximum number of rows which we could transfer to a web page using field-set was 1067 (we determined this number by some trying). Recently, we upgraded the version to 6.20 (still external).

The 6.20 version seems to allow to transfer more than 1067 rows. The topic isn't covered in official SAP documents and SDN forums. Does anyone know the exact number, or is it specified by a parameter?

Best regards;

Ozcan.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194364
Active Contributor
0 Kudos

Hi Ozcan,

What type of control are you using? Is it an ABAPlist, table control, ALV Grid?

I believe you may need to use the trial and error method again here with ITS 6.20 as with ITS 6.10 to find the limit of the output. Its possible the container size value is greater in your ITS 6.20 which allows more data to be sent.

Useful notes

853489 Analysis of memory problems in the SAP ITS 6.20

733058 ITS 6.20 Container types

Using these notes - you should be able to see what containers are being used by the ITS from reviewing the instance trace folder

Regards,

Oisin

former_member848108
Active Participant
0 Kudos

I implemented a simple workaround by applying a simple pagination for each 1000 records.

So if there are more than 1000 records to display, the user can switch to other pages by clicking hyperlinks.

Ozcan.