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

    Delete and commit

    Hi,I want to delete huge number of records from a database table. I am using the statement asDELETE FROM XXX WHERE ABC = S_ABC.Above statement will try commit all the records at one time. since data is huge, can you suggest some good/optimized ...

    Resolved! Accepted Solution

    Calculating % values in a total line within ALV reporting

    I have an ALV report which uses fm REUSE_ALV_LIST_DISPLAY to produce a report which includes a total line. The total line has sums on it for some currency fields but there is also a requirement to have a percentage field appear on the total line. Now...

    Resolved! Accepted Solution

    ORDERS05 IDoc - User Exit

    Greetings,I'm working at a client where they are using the ORDERS05 IDoc in conjunction with the Process code ORDE to create customer finished goods sales orders in a 46C system. When the IDoc segment E1EDP19 is qualified with "003" and the article's...

    Resolved! Accepted Solution

    Field catalog issue

    Hi ppl I am building a field catalog for standard table 'API_VALI' , why am I not getting field catalog in xfield?TYPE-POOLS: slis.DATA: xfield TYPE slis_t_fieldcat_alv,Code: CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING ...

    Resolved! Accepted Solution

    change in matnr prefix

    Hi frnz, I have retrieved some matnrs from mara into an internal table based on some selection criteria. I have sorted that internal table. I have to keep track of the last matnr if the prefix of that matnr is changed. For example: AA01,AA02,AA03,AA0...

    Resolved! Accepted Solution

    ENQUEUE_READ

    I am facing a rather peculiar problem. I am using ENQUEUE_READ to check if the record has a lock or not. If I do it on my machine both using SE37 and as code in a program, it works fine. But if I do it on some other machine, then it works in SE37 bu...

    Labels in this area

    Explore this Area