‎2007 Aug 28 3:47 PM
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!
‎2007 Aug 28 3:58 PM
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
‎2007 Aug 28 4:01 PM
I need the 100.000 rows
Can be posible other way for display a big matchCode?
Thanks.