cancel
Showing results for 
Search instead for 
Did you mean: 

Persisting Selection Filters in Datasource created using RSO2

Former Member
0 Kudos

Hi,

I have created a datasource using RSO2 transaction and i have binding to Sales Order table.

I need to have filters for the data selection such that I get only data with certain "LifeCycleStatus" code

How can I persist the filter values for this datasource.

such that when i execute the datasource directly if picks the maintained values for these filters and returns only the recordsets matching the filter criteria.

Can somebody help here.

PS: The Datasource executes fine and retrieves only relevant data but the problem now i have is, I need to enter the values for the filters everytime i execute the datasource.

I wanted the filter values to be saved and transported with the datasource.

Thanks,

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

sander_vanwilligen
Active Contributor
0 Kudos

Hi Vijay,

The standard way is maintaining the selection criteria (filters) in the InfoPackage. Such a filter will be used in every extraction. Does this approach offer the required functionality?

Best regards,

Sander

Answers (2)

Answers (2)

roland_szajko
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vijay

The approach from Sander should do the trick, since if you save the InfoPackage the selections are also saved and can be transported further.

br

Roland

Former Member
0 Kudos

Hi Vijay,

Create a View on top of the table (Sales Order Table) you are using and you can do filtering in that View. On top of this View create a Data Source. whenever you extracts this data source you will get filtered data.

Thanks and Regards,

Mahesh