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

    Marking deletion flag using SM30

    we have a custom table and it has a field, flag for deletion.Now In SM30, if user tries to delete the records, the flag need to be set but the records must not be deleted.I tried using the event '03' (before deleting the data) but couldn't achieve th...

    saradas by Explorer
    • 5697 Views
    • 5 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Splitting DEC values

    Hello ,I have a DEC variable initialised with time in the form hhmmss.I want to be able to split it every 2 digits . I dont want to use logic  DEC+2(2)  because it doesnt suit my needs.Is there any other possiblity for this ??Thanks and RegardsShubhe...

    Resolved! Accepted Solution

    Text File having 3 Lakh Rows to be Uploaded in Internal Table through ABAP and Data to be processed to get concise final entries

    Dear ABAP Gurus ,Greetings for the Day Ahead !I have a Requirement in which there are around 3 lakh rows in a excel file and having 4 columns to be uploaded in a internal table through ABAP programming .My observations till today are that there are t...

    ABAP TEST COCKPIT

    Hello Gurus,I am using SAP ECC EHP 6.0 731 level 0004 system. I want to enable ABAP TEST COCKPIT in Tcode: SE38 to utilise the new features provided by this tool.When I tried to de-bug the SE38 program, ATC is not getting launched.Also I could notice...

    Resolved! Accepted Solution

    about unicode character error?

    **************************************************************************************************REPORT demo_int_tables_read_index_bin.DATA: BEGIN OF line,        col1 TYPE i,        col2 TYPE i,      END OF line.DATA itab LIKE STANDARD TABLE OF lin...

    Labels in this area

    Explore this Area