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

    Regarding Field symbols

    Hi all,I want to know about field symbols.I Have an brife idea about this concept, but I am not understanding 1.where to use this specific concept.2.It will affect the performance of program or what.3. need some example code of this.4. tell me the p...

    Resolved! Accepted Solution

    execute

    1) SELECT * FROM SBOOK INTO SBOOK_WA UP TO 1 ROWS WHERE CARRID = 'LH'.ENDSELECT.2) SELECT * FROM SBOOK INTO SBOOK_WA WHERE CARRID = 'LH'. EXIT.ENDSELECT.how above queries will execute.?

    conversion

    Hi,this is vinod, actually i have one problem with conversion is, actually my flatfile data is in excel but saved as .csv so while updating tht file it shows unerror....how can solve this problem.THIS IS URGENT PLZ GIVE ME REPLY ASAPMessage was edite...

    Resolved! Accepted Solution

    can you give me solution

    Hi expertsI have the following query,selectmatnrkalabkainsfrom mskainto corresponding fields of table it_stockFOR ALL ENTRIES in itab1where matnr = itab1-matnr.After executing this query i want to copy the data from itab1 to it_stock with key.I tried...

    Resolved! Accepted Solution

    improving loop performance

    Hello, I have a nested loop which loops through two itabs. Since there are too many records in both the itabs it is taking too much of time. Could anyone please suggest some ways to improve this code so that it takes less time. Two itabs are itab1 an...

    sudha_naik by Product and Topic Expert
    • 553 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Function module to find table entries associated with transport request

    Hi all, I have requirement, like we have created a table and maintenance view for that table - and made entries in that table. now we want to know all the entries made in the table are associated with transport request or not. how to do it prog...

    Resolved! Accepted Solution

    Update Function Module

    hi all,i had a requirement in which i had to send a custom idoc from one application server to another. i did it but now i task is the generated idoc from sender should be updaetd to database tables of receiver . for this we have to code some thing i...

    Resolved! Accepted Solution

    Relation between RFC time and Roll wait time

    HelloWhat is the relation between RFC time and Roll wait time?In a diagram from E2E100 training I took recently the relationship is made out to be:RFC+CPIC = some processing time + Roll wait time Something like thisProcessing----Roll wait-------Roll ...

    Labels in this area

    Explore this Area