cancel
Showing results for 
Search instead for 
Did you mean: 

Access of limited result list after column filter usage

ChrisKuehne
Explorer
0 Kudos

Hi

does anybody has an idea how to get the current displayed result list in the WebUI.

Process:

1. The customer searches in the webui for opportunites

2. in the resultlist of the search he got several entries

3. SAP offers the possibility to set filters in the table header line

4. the result list is updated

till here SAP and Standard is working fine.

but HOW CAN I ACCESS NOW (alter filtering) ALL SHOWN ENTRIES IN THE CODING TO EVALUATE, COUNT, aso

I tried to get the current iterator of the context node but this iterator has still all entries.

I need the possibilty to get a list of all current (with filter) shown entities to work with these entities.

does anybody has an idea how to get within the ABAP coding these entity list?

Thanks in advance

Chris

View Entire Topic
ChrisKuehne
Explorer
0 Kudos

If somebody knows a slimer or nicer or standard way please feel free to post!

Former Member
0 Kudos

Hi Christian

Did you try this method on the context node directly:

GET_TABLE_SIZE.

Something like:

typed_context->your_table_context_node->GET_TABLE_SIZE( ).

This should give you the right number that is displayed.

Thanks!

Amrut

ChrisKuehne
Explorer
0 Kudos

Hi

this method is not helpful here. it only takes the context node values into account. but if you are applying a filter on the result table in the webui the method does not work anymore for this reason. because there are still X enitities in the list but the filter only shows you (e.g.) 1 result istead of 99