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
    • 94783 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    Dynamic clause WHERE

    Hi all, i'm trying to Read from an internal dynamique table <it_tab> into <ls_tab> i need to add a WHERE at the endI triedREAD TABLE <it_tab> INTO <ls_tab> WITH KEY (clause_where).And LOOP AT <it_tab>ASSIGNING <ls_tab> WHERE (clause_where).But it's n...

    Resolved! Accepted Solution

    How to CORRECTLY process errors , catch exceptions, generate messages.

    Hello, As my programs miss this functionality (error processing , catch exceptions , generate messages) I would like to learn how to correctly use these things.Can somebody give me few examples:a. what kind of messages should be generated if executio...

    Resolved! Accepted Solution

    Function Module

    HI Friends, I got a wierd requirement from one of my client.They said i have to create Remote Enabled FM where user will enter multiple single values and the resultant output should get the details of all the values.And the function module canno...

    alv popup

    Hi,I have a hierarchial alv list which displays header and item details. When i double click on a particular sold to value, i want to get the corresponding customer details in a popup window.May i know how to do this.Thanks

    Resolved! Accepted Solution

    Data download is giving garbage value

    Hi,I am building an extract program which is extracting the data from ekpo and ekko , I am writing the data of these tables in application server , the data is written but with garbage value , all the quantity and numeric field are coming as { ### }}...

    RKSK by Participant
    • 1578 Views
    • 6 Comments
    • 0 Likes
    Resolved! Accepted Solution

    number range - update

    Dear Experts,I have created one number range, initially it should appear in the screen but if the user clicks no in popup then the number range it should get reduced since it is not used, kindly find the below codes,DATA: RC LIKE INRI-RETURNC...

    Resolved! Accepted Solution

    PO Check!

    Dear Experts!My requrement is to verify the PO document date w.r.t. delivery date. i.e. PO date should not exceed delivery date.For this i found the BAdi ME_PROCESS_PO_CUST but iam unable to implement it as it throws an errro saying already implement...

    Labels in this area

    Explore this Area