cancel
Showing results for 
Search instead for 
Did you mean: 

Usage of Filter function

Former Member
0 Kudos
212

Dear Sirs,

I have a question about the filter function, I can not seem to find any documentation about it in the help pages. The closes thing about filters is what is found under the BI section in the help pages.

Can anyone point me to such a documentation or explain the prosses, which explains the filter function, and the different between the filters: "filter samples", "filter sample?", "filter sam", "filter and sample", "filter or sample".

My requirement is to remove duplicates when displaying information from BABI_SALESORDER_GETLIST (ECC), as I only want to show one entry for each Sales order document.

Best regards,

Jørgen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jørgen,

Filter opertion does the following function :

Applies a specific filter to a selected field or fields. For example, you may wish to filter a list of employee names to display only those surnames that begin with a, b, c or d. In this case, your filter could be: *.

Even you can use Distinct operator if you want :

Omits records that contain duplicate data in the selected fields. For example, if Ben Smith, John Smith and Ralph Smith are listed in a New Customers table, and the Surname field is defined as Distinct, Ben Smith will be taken as the only record of the three

Go through the following link :

http://help.sap.com/download/netweaver/nw04/visualcomposer/html/en/03/5f8340d990ce62e10000000a155106...

Thanks in advance,

Deep

Message was edited by: Deep Chakrabarti

Former Member
0 Kudos

Hello Deep,

thank you for a very good answer. The help page was excactly the thing I was looking for.

Best regards,

Jørgen

Answers (1)

Answers (1)

HighTechDom
Advisor
Advisor
0 Kudos

Hi,

that link is not working for me.

I cannot find any documentation about the filter function either (besides in the BI docu).

My purpose is to pass over a date variable from the form to the filter, but I cannot figure out what to do.

I am using a BAPI to retrieve data, and want to filter the result by a date which I specified on the input form for the BAPI.

Thanks,

Dominik

Message was edited by: Dominik Erlebach