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

Resolved! SELECT statement dynamic

Hello experts, I have to make a program that extracts fields according to a select options, my select already extracts two static fields (fieldA fieldB) and I should add the fields of the select-options in input example select-options = 1 - ...

Resolved! Nested Counter Loop in ABAP

Hey everyone, is there a simpler/better way to make a nested counter loop than this? DATA(XCOUNT) = 0. DATA(YCOUNT) = 0. DO X TIMES. XCOUNT = XCOUNT + 1. DO Y TIMES. YCOUNT = YCOUNT + 1. DO=>SOMETHING( X = XCOUNT Y = YC...

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.