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

    Report

    I hv created three samrt forms and also written three program for the coreesponding SF for each in se38. Now I want only one Report should get written instead of three. So hw I will write the Report and will call the three different smart forms on cl...

    Resolved! Accepted Solution

    AT NEW Command

    Dear All,I am running a BDC for VK11. In my input file I am having Condition Type & Sales Org. At every new condition type I am saving the records. Now I want that for every new Condition Type & Sales Org combination the records should be saved.Curre...

    Resolved! Accepted Solution

    Re:ABAP

    Hi, All the time we use only standard internal tables , in what cases we use sort and hash internal tables. itab like sorted table of <dbtab> with unique key <col>eg: itab like hashed table of <dbtab> with unique key <col> ...

    urgent

    Hi,I wanted to do subtotal for some fields based on some condition.I have already data in my internal table itab.could anybody suggest me the logic for it.the condition is likeloop at itab.if itab-f1 = 'X'.*now here i wanted to calculate the subtotal...

    CASTING

    REPORT ZRAVI_05.class ravi definition.public section.methods: ex IMPORTING A TYPE I B TYPE I,DISP.DATA: D TYPE I,E TYPE I.ENDCLASS.CLASS RAVI IMPLEMENTATION.METHOD EX.D = A.E = B.CALL METHOD DISP( ).ENDMETHOD.METHOD DISP.WRITE: / D,E.ENDMETHOD.ENDCLA...

    Resolved! Accepted Solution

    dates in selection screen

    Hallow I doing a program with dates but I wont to change my declaration to the dates like sap standard (block with today ,current month ,current year …)How can I do it This is my old declaration I can to change it or I need to do new SELECTION-SCREE...

    Resolved! Accepted Solution

    fresher

    hi all ...Iam very fresh to abap job. I love sap. but i dont know coding ...please could any one guide me how to be strong in coding part . how to start of with it . pleeeeeeeeeee its a request .waiting for the replyreena

    Resolved! Accepted Solution

    Optimization for this two select- into one select-statement

    Hi experts,I realised my content in the it_mat and it_mat_info with these two Select-statements. But I think it is not very effective, because I select most of the data twice. SELECT DISTINCT rkwa~matnr makt~maktx FROM rkwa INNER JOIN makt ON ...

    Labels in this area

    Explore this Area