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

loop orders

Hi all, I loop over clients and I want to get the orders of that client every time : loop at lt_client into ls_client. read table lt_orders into ls_orders with key client_id = ls_orders-client_id. end loop. the problem is that I get the f...

Resolved! Performance improvement of a query

Hello experts, i have a very old query which needs to be optimised in ECC. Please help me on this. SELECT DISTINCT vbak~vbeln "Sales doc number vbak vbak~kunnr "Sold-to party vbak vbak~auart "Sales Document Type vbak vbap~matnr "Material number v...

Parllel cursor

My requirment is to use parllel cursor with 4 or 5 loops. i want to convert this code how LOOP AT it_mard INTO wa_mard. wa_final-matnr = wa_mard-matnr. wa_final-werks = wa_mard-werks. wa_final-lgort = wa_mard-lgort. wa_final-labst = wa_mard-labst....

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.