Hello Experts,
Can you write the two queries into one. I want to avoid hitting EANL twice.
I need to pull all the installations from EANL for a given premise. But at this point i dont have premise, but i have installation only.
i have anlage in lv_install.
1)select single vstelle into lv_prem from EANL where anlage = lv_install.
2) select anlage anlart into table it_eanl where vstelle = lv_prem (from 1 above)
pls suggest