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
  • 83451 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! enable disable UI elements

Hi All,I searched the forum for my problem of enabling and disabling UI elements and got this thread:Now I am not sure why in my code it is not working: ... selection-screen begin of block b1 with frame title text-001. select-options: swcv for p_stri...

arpitgoyal by Product and Topic Expert
  • 931 VIEWS
  • 5 REPLIES
  • 0 Likes

Resolved! Update DB table

Hi,I want to update a standard DB table, but the structure of my internal table is different from the structure of the DB table.ex: DB Table structure:field1 field2field3IT structure isfield1field3.When we try to update the DB Table using this ITAB i...

Resolved! at new...

Hi all, I have problem with at new stell, I have table p0001 with several records with different stell values, when I do AT NEW program is moving all record but I wont only new different record. CLEAR p0001. SORT p0001 BY stell. LOOP AT p0001 . ...

Resolved! Dinamic Select

Hi all, I am trying to do a dynamic select in which I don´t know which are going to be the conditions of the clause WHERE.This is my code;DATA: BEGIN OF it_selopt OCCURS 0, field TYPE string, value TYPE string, END OF ...

Background Job

Hi Experts,We have a program that runs fine in the foreground, but fails in the background mode.In the program we create a file in the application server, enter some data and exit.Kindly provide some suggestions.Thanks and Regards,Ravi Bhatnagar

Currency with commas

Hi all,I have a problem of displaying currency fetched from KONP table with commas.Its not related to displaying the currency with commas.I want to store the fetched value of currency with commas into some variable for further processing.Scenario>>If...

concatenate stmt.

Hi All,I need to use a varibale of type i in my concatenate stmt.But i am getting an error that it shud be of type c,n,d,t.But I need to use integer as my value is large.Below is the stmt in my code.CONCATENATE 'There is/are' count 'active BP assign...

Labels in this area