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...

    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...

    sheenamk by Developer Advocate
    • 94740 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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

    Explore this Area