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: 

Recent Activity

SAP Developer News, April 25th, 2024

Podcast Version: SAP Developer News April 25th, 2024 – SAP Developers (opensap.info)DescriptionABAP Cloud Developer Trial 2022https://community.sap.com/t5/technology-blogs-by-sap/abap-cloud-developer-trial-2022-available-now/ba-p/13598069Upgrade SAP ...

thumbnail.png

select with loop

hi, i have performance issue with below code LOOP AT it_dd02l ASSIGNING FIELD-SYMBOL(<wa_dd02l>). SELECT COUNT(*) FROM (<wa_dd02l>-tabname) INTO count_temp. ... ENDLOOP. My Requirement is find All traction table with total no of records . ...

umayaraj by Participant
  • 143 Views
  • 4 replies
  • 0 kudos

Resolved! Use FOR instead of a LOOP AT

I want to process each item in an itab - classic style: LOOP AT itab INTO data(row). object->method( row ). ENDLOOP. Is there any way to do this with a FOR loop? I've tried so many options but the syntax check fails: FOR row IN item object-...

Welcome to SAP Community!

These materials will help you participate and connect with other members.

  • FAQs

    Find answers to basic questions about using SAP Community.

  • Resources

    Learn about community rules, take our tutorial, and get support.

  • Q&A

    Familiarize yourself with questions and answers.

  • Blogging

    Share your knowledge by contributing to the community.

  • Welcome Corner

    Introduce yourself and get to know other members.