Application Development 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: 

Other way instead of for all entries.

former_member478603
Participant
0 Kudos

I am fetching maintenance items from table MPOS and then using for all entries i am fetching WARPL from MPLA.

I can also use inner join instead of for all entries.

What can i handle this using new abap syntax rather than for all entries.

Select * from MPOS.

SElect * from MPLA for all entries in MPLA where warpl = mpla-warpl.

1 REPLY 1

FredericGirod
Active Contributor

Your code will not compile, could you correct it before asking for optimisation ?