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: 

for all entries in at line selection .

0 Kudos

Hi, good evening all, how can we use for all entries in at line selection (where sy-lsind =1)? [ secondary screen ].

3 REPLIES 3

former_member751964
Participant
0 Kudos

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with: https://community.sap.com/resources/questions-and-answers, as it provides tips for preparing questions that draw responses from our members.

For example, you can:

- outline what steps you took to find answers (and why they weren't helpful)

- share screenshots of what you've seen/done - make sure you've applied the appropriate tags

- use a more descriptive subject line

The more details you provide, the more likely it is that members will be able to respond. Feel free to also take our Q&A tutorial at: https://developers.sap.com/tutorials/community-qa.html

Should you wish, you can revise your question by selecting Actions, then Edit.

By adding a picture to your profile you encourage readers to respond: https://www.youtube.com/watch?v=46bt1juWUUM

basantmhr
Participant
0 Kudos

Hi Kelomes 957,

You can do the following:

AT LINE-SELECTION.
IF sy-lsind EQ 1.
SELECT * from XYZ into TABLE ABC for all ENTRIES IN lt_entries where (Query)

raymond_giuseppi
Active Contributor
0 Kudos

What are you looking for, Fill a table to use in the FOR ALL ENTRIES IN clause or anything else, your question is not very precise?