Nitish2027
Participant
Member since ‎10-17-2021

User Statistics

  • 44 Posts
  • 3 Solutions
  • 45 Kudos given
  • 29 Kudos received

User Activity

Hi Experts, I recently came across a similar question in the forum and wanted to build a logic for it using REDUCE and FOR. I tried many things but I have a few doubts that I would like to get your opinion on. Below is the code with comments o...
Hi Experts, I recently came across a question in the ABAP Development tag to find all the prime numbers between a range. I could not find any clean code for that in the forum, specially one with new ABAP syntaxes. So I started developing one myse...
Hi experts, I have a requirement to call a FM inside the FOR Loop with the ABAP 750 syntax. Basically what I want to know is how do I code the below requirement using a FOR Loop, if it is possible. LOOP AT itab INTO wa. CALL FUNCTION 'X' EX...