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

Resolved! Selection on timestamps

Hello all,I like to write a report with ranges of date and time in the selection screen. The table to be selected contains a timestamp.How can I convert several date and time ranges in corresponding timestamp ranges for the selection?Many thanks for ...

RFC function module

Hi Experts,I am calling a RFC Function Module inside an Update task function module in a delivery user exit.In case the processing in the RFC FM fails, I need to display an information message to the user.How do I handle displaying information messag...

Resolved! Call transaction 'SE38'

Hi,i'm calling transaction SE38 from my report.First try was this: set parameter id 'RID' field selfield-value. call transaction 'SE38' and skip first screen.But the first screen is not skipped, it just stays on the entry screen with the reportnam...

PR Release strategy

Hi,I want to configure PR release strategy based on a Zfield. As this is a Zfield which will not be present in CEBAN, Is it possible to insert this Zfield in CEBAN structure?Please also tell me if there are any user exits available so that I can calc...

Resolved! CNTL_ERROR

Hi all there, I have one report to run a background job.it displays the output in ALV Grid using Container ( i.e OO ABAP). But when I schedule it for background job it results into a dump as below.. Exception condition "CNTL_ERROR" raised.*Error...

Resolved! Editable Alv

Hi all, I am having a problem that in editable alv that when i save the data in the newly added row and if the data entered in the new row in not right then the fields of the new row become uneditable so what should i do to makes these fields ...

code optimization

I have the code as below:SELECT MATNR FROM MARA INTO TABLE IT_MARA WHERE MTART = 'FERT'. LOOP AT IT_MARA INTO WA_MARA. SELECT MAKTX matnr FROM MAKT INTO TABLE IT_MAKT WHERE MATNR = WA_MARA-MATNR. LOOP AT IT_MAKT INTO WA_MAKT. APPEN...

Labels in this area