2023 Jun 12 10:27 PM
Hi,
I've been trying to do a join between the MARA and MAKT tables on a help view with a where condition on mtart must be equal to 2 material types.
The result should be display the matnr, mtart and maktx fields of all the materials that have these 2 types, but when I display the search help on a select options it shows the materials with these 2 material types plus some materials with an empty mtart field.
How can I do the where condition to not display these materials with empty mtart?
2023 Jun 13 10:40 AM
Basically, look at definition of help view
2023 Jun 13 1:41 AM
2023 Jun 13 5:49 AM
Hi maybeabapjunior,
Add one more condition
where mtart NE ' '.
Regards,
Aditya
2023 Jun 13 6:14 AM
Maybe you have set an AND between the two MTART selection criterias
2023 Jun 13 7:18 AM
if search help is your issue, then use a custom search help or declare inline search help instead of using the standard one.
2023 Jun 13 10:40 AM
Basically, look at definition of help view