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

    Maintaining range

    Hi,in my requiremnet i have to write the below logic use table view ZV_MAST_STKO to perform initial select for BoM materials to be exploded using supplied selection criteria. Use a select similar to that below. Create a range r_lkenz to assign value ...

    Resolved! Accepted Solution

    Dynamic class calling

    Hi All,I want to know the same class name which I am executing in the constructor of the class. Is there any system variable which stores this information. Like for example sy-repid for reports.Then after getting the calss name in string how I am go...

    Resolved! Accepted Solution

    Need better solution

    Hi Gurus, Please find the below code segment. LOOP AT itab_vbap INTO wa_vbap. READ TABLE itab_vbak INTO wa_vbak WITH KEY vbeln = wa_vbap-vbeln BINARY SEARCH. IF wa_vbap-zshipdate NOT IN s_fsd. DELETE itab_vbap WHERE vbeln = wa_vbak...

    Resolved! Accepted Solution

    Test archive link system

    Hello experts,we have problems with some of our programs which use the archive link function (e.g. ARCHIVOBJECT_CREATE_FILE).Unfortunately we have big problems with high downtimes of our optical archive system.Is there any sap-function to test the ar...

    Resolved! Accepted Solution

    Increasing performance of complex query through wa or for all entries

    Hi this a code it has performane issues . first of all the table used itab_rb_rs is an internal table with header line .im using now ii_ itab_rb_rs in place of itab_rb_rs .How can i make it more efficient . HOW CAN I USE FOR ALL ENTRIES or make use...

    Labels in this area

    Explore this Area