cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry: Compex Table Data Count

Former Member
0 Kudos

Hey all,

i have a problem with my custom complex table. The record in the backend is about 160.000 but in the agentry only 10 000 count is appear. Is there any propertiy that set the max size of the complex table or did i miss something when implementing the custom complex table.

Any help will be appracated.

Adem

Accepted Solutions (1)

Accepted Solutions (1)

mark_pe
Active Contributor
0 Kudos

Adem,

You may try to check if your unique key for your table somehow got cut.

For example:

Your unique key is as follows:

Your backend:

-----9 digits--

100000010

100000021

100000032

100000043

----------------

If Agentry setup max string or integer is 8 digits then you may have lost some of the other numbers for either your field or complex table unique key.

~~~client 8~~~

10000001

10000002

10000003

10000004

~~~~end~~~~

This can prove that you may have a big drop in number of items.

This is just a theory.

Regards,

Mark Pe
SAP Platinum Support Engineer

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Adem,

There is no setting in Agentry to limit the number of records returned.  You should double check your CT download process logic to make sure it isn't filtering or limiting in some way.  Also double check your logs to make sure you don't have the unique key incorrectly set as the CT could be thinking there is duplicate data and not loading it due to key conflicts (this should show in logs if enabled at the right level).

--Bill