2006 Jun 29 2:04 PM
Hi,
I have a SAP Query and I need a variant where either of two fields should not be 0. Is there some way to add an OR between two selection options? I can't change the actual query because it's used with many other variants.
Thanks
Hi,
I have a SAP Query and I need a variant where either of two fields should not be 0. Is there some way to add an OR between two selection options? I can't change the actual query because it's used with many other variants.
Thanks
2006 Jun 29 2:07 PM
In abap you can do it, but not sure how you do it in query.
if s_matnr[] is initial or s_werks[] is initial.
Do something
endif.
2006 Jun 29 2:11 PM
Problem is the selection screen is for a sap query that has about 4 more variants that dont need that particular option.
I'm trying to avoid creating a new query just for this since all the fields are already there.