Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EORD Selection

Former Member
0 Likes
440

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

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
364

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

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
365

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