‎2011 Nov 29 9:56 AM
Hello,
I want to select all the source list entries without a fixed vendor from EORD.
For the selection I would use an check box, but how can I select just the rows without any fixed vendor?
Material A contains 3 rows in EORD, one of them has "X" in FLIFN, so I dont want to select any row from material A.
Thanks
Nino
‎2011 Nov 29 12:27 PM
Sounds as if this can be done with a subquery, please read the ABAP documentation for this special SQL construct:
http://help.sap.com/abapdocu_702/en/index.htm?url=abenwhere_logexp_subquery.htm
Please try.
Thomas
‎2011 Nov 29 12:27 PM
Sounds as if this can be done with a subquery, please read the ABAP documentation for this special SQL construct:
http://help.sap.com/abapdocu_702/en/index.htm?url=abenwhere_logexp_subquery.htm
Please try.
Thomas