Hi all,
I am trying to use t-code WE10 to filter IDocs.
When i execute the t-code, the system doesn't seem to be filtering like i would like to.
Example 1)
In the "search criteria" fields, I inform:
Segment E1EDP01
Search in field MENEE, value KG
Search in field PMENE, value G.
System shows me it shows me IDocs which have MENEE=KG and PMENE=KG.
Example 2)
In the "search criteria" fields, I inform:
Segment E1EDP01, field MENGE, value 0.
System shows me it shows me IDocs which have MENGE=350.
System seems to be behaving like follows:
When searching in field PMENE, value G: when it finds an IDoc with PMENE=KG, it considers that "KG" includes "G", and since i am searching for G, it includes that IDoc in the result.
When searching in field MENGE, value 0: when it finds an IDoc with PMENE=350, it considers that "350" includes "0", and since i am searching for 0, it includes that IDoc in the result.
I would like to know how to filter in WE10 so that the outcome of the search is the previously explained.
Thanks a lot.