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

    How to update one column of a Z-table from an internal table

    Hi,Is it possible to update one column of a Z-table from the values found in an internal table, WITHOUT looping through the internal table and using update set values .. where...For performance reasons, i would like to use: update ztable from itab....

    pvannest by Participant
    • 5790 Views
    • 22 Comments
    • 0 Likes
    Resolved! Accepted Solution

    About SAPLLOCAL_EDT1

    Hi allThe SAPLLOCAL_EDT1 process shows up often these days in our development system and slows down the whole system while the user who initiated it does not even know about it.Could anybody tell me why and how this happens and how could we avoid it?...

    Resolved! Accepted Solution

    Lock objects

    Hi all,I created a lock object for a ztable. In a se38 program I just called enqueue_ezlock FM and locked the record where lifnr = 234567. I still did not call the dequeue_ezlock Fm. But in a different se 38 program when I tried to modify the same re...

    Resolved! Accepted Solution

    Updating Database Table

    Hi All, i have a program which Updates BSEG-ZUONR , UPDATE BSEG SET ZUONR = 'value' where cond1 and cond2. i have executed the program and it is working fine , but after 12 hrs i tested and it wasnt updating that particular field.and i again reteste...

    Resolved! Accepted Solution

    Lock Objects

    Hi all,Can anyone please answer me these quoestions :1) Do we ever create lock objects to standard tables?2) What exactly is the advantage of going to lock objects?3) While creating lock objects what do we need to specify in the lock parameter tab ? ...

    Resolved! Accepted Solution

    about report program

    how can I get last character from a field of type char(12)?in this field it may possible that it have only 3 char(ie. 'abc').and how can append a character in the end of field(char 12)of data base table.in this field it may possible that it have onl...

    Labels in this area

    Explore this Area