Application Development and Automation 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

Task 4 - Implement Criticality feature and create an Object page

This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

Criticality.png

Task 1 - Create CDS View Entity ( August Developer Challenge )

First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83815 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! Division by zero

Why is this not giving a dump? i = 0. j = 0. num = i / j.This doesnt dump too: num = 0 / 0.But this dumps: i = 1. j = 0. num = i / j.Is this some kind of weired short cut evaluation? Or is 0/0 now defined since i finished school?Seems t...

Resolved! Web Dynpro with BAPI

Hi everyone, I am trying to learn Web Dynpro, can you please give me a good example of how to create a Web Dynpro application using a BAPI. let's say a BAPI to display the customer records, for example the user should be able to enter the customer nu...

abap report

Hi abap gurus, i am working for the call center management. so i have to generate report for the getting call from the custmers on daily basis. in this case i used parameters option.i have to generate report for th...

Resolved! MSEG Performance Issue

Hi all,I am trying to build up a table containing MKPF-BUDAT and a number of fields from MSEG....The user wants to select a range of 12 months worth of data. This is running extremely slow, the code is shown below:- * Get all mat docs headers for da...

Table control wizard

Hi Experts,My requirement is to display one line by default in the table control. When the user selects the insert button, one more line should get inserted after the first line. I am using table control wizard to display the table with insert and d...

Labels in this area