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

    ALE filtering!

    All,I have a requirement to filter out some idoc segments when sending to a third party system.I want to filter out customers belonging to a certain sales org.Need to filter out some partners assigned to a customer.How should I set filters for the ab...

    Mov

    Hello Friends,I am executing this code to move my file from one directory in application server to another directory.<b>DATA: unixcommand(200).DATA: BEGIN OF tabl OCCURS 0,line(255),END OF tabl.unixcommand = 'mv /USR/SAP/TMP/STOCK_REPORT.TXT /filetra...

    itab moving

    Hi Friends,My requirement is as follows:I have two internal table itab & jtab.Itab having without header line & jtab is with header line.Now i wanted to modify the fields & move these fields from itab to jtab.Will u tell me how to do this.my logic is...

    Goods Issue

    hi friends, a production order is created. thenin tcode MIGO, after selecting 'goods receipt' 'order' and entering 'order no' on first screen, after cliking on 'post', the SAP screen usually takes to 'goods issue' screen. I want to create a program ...

    Resolved! Accepted Solution

    delete statement.

    Hello friends,I have 2 internal tables. IT1_knvp and IT2_knvp.IT1_knvp contains some data which already exists in it2_KNVP. so i want to delete it1_knvp based on it2_knvp kunn2.Below is the code i am using but it does not work.LOOP AT it2_knvp. LO...

    Resolved! Accepted Solution

    alv double click 2

    hi!!I need help!!!I have an alv repeort and I want to execute a routine by double-clicking the alv rows. I've already defined the events tab and it is taking the correct value but i got an error message telling me that there's a type conflict in my f...

    Labels in this area

    Explore this Area