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

Resolved! Email to be sent

Dear All, I have this program with an output in write statement and i have to send this output as an email attachment. I used the functional module SO_NEW_DOCUMENT_ATT_SEND_API1. But i can i pass the output of the write statement directly t...

Resolved! Move the picture from one point to another in the same custom container

Hello All,I have created a module pool program to display an image in a custom container, using the class CL_GUI_PICTURENow i want to move this picture from one point to another when user clicks on the picture and moves the mouse pointer on the scree...

I355602 by Product and Topic Expert
  • 664 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! Submit issue

Hello friends,I had to add a refresh buttom to a classical interactive report.I have done with the below code and it works{AT USER-COMMAND. CASE sy-ucomm. WHEN 'REFRESH'. SUBMIT zsgnr002 WITH s_wadat IN s_wadat WITH s_edatu I...

Resolved! Change Documents

Dear Experts, I have a small requirement, Is there a way that I can findout, what are all the Line items created for a sales order today(or in a particular interval of time).Scenario.A sales order XYZ created on Aug 1st with Line items 10 and 20.T...

userexit for MATQM

Hello guys!I'm looking for user exit in transaction QL11 (sending Idoc with message type MATQM). I want to intercept and change a little bit an IDoc before sending them to another system. Anyone knows where can enter my source code?Tnx in advanceTomi

Resolved! Please explain the logic

Hi all, The output of the following program is 1.***************************************************DATA: pack TYPE p DECIMALS 0.pack = 1 / 3 * 3.WRITE pack.***************************************************Please explain me the logic.Regards,Lakshm...

Labels in this area