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

Resolved! Query Related to Mail

Hi all,I am using code as given below for sending mail as pdf attachment ...its working fine. but my problem is that mail is not coming unlit I am releasing it from SCOT..I want : when I schedule the program it automatically send the mail please hel...

Resolved! file to sap r/3?

Hi expertsu2026If the scenario comes like keep the product items list (product no, product qty, delivery time, delivery date, cost of product, pay silp no, etc. fields required) which is in flat file format, this content need to send in SAP R/3 syste...

Resolved! Loop on item table

Hi all, I want to loop on required records only in Item table (i_vbap). My code as follows LOOP AT i_vbak READ TABLE i_vbap WITH KEY vbeln = i_vbak-vbeln. IF sy-subrc = 0. LOOP AT i_vbap. IF i_vbap-vbeln = i_vbak-vbeln. MOVE i_vbap...

Labels in this area