Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MatchCode for 100.000 rows = dump

Former Member
0 Likes
435

Hi!

I use FM F4IF_INT_TABLE_VALUE_REQUEST for a personal matchcode in a dynpro field.

But if the internal table has got 100.000 rows, the system dump.

How can I do for display the match code without dump?

Thanks very much!

2 REPLIES 2
Read only

franois_henrotte
Active Contributor
0 Likes
400

A matchcode where you have more than 100.000 rows is not a good matchcode !

You should provide at least some criterion to restrict the list. The maximum number of hits is only 4 digits in SAP and you should always restrict your list according to this maximum

you do this by adding to your SELECT statement:

up to callcontrol-maxrecords rows

Read only

Former Member
0 Likes
400

I need the 100.000 rows

Can be posible other way for display a big matchCode?

Thanks.