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

    BADi and user exit

    Hi All,The scenario here is that when we go to transaction MD12 and delete a planned order the custom table is populated.The requirement is that to remove this functionality and make the custom table inactive. Now the question is that I want to kno...

    report

    sir i correct my query but it is not give correct answer.ables: bkpf, bseg.select-options: budat for bkpf-budat.select * from bkpf into bkpf where budat between '20070820' and '20071020'.select * from bseg.write:/, bkpf-budat,20 bkpf-blart,30 bseg-b...

    Resolved! Accepted Solution

    Function module to get Amt in words in indian format ( Crores, Lacs ..)

    Hello Friends; Is their any function module exist which will give me Amount in words in indian format? For example if i pass 2,300.50 then it should give me two thousand three hundred and fifty paise just like that . I mean to say it shouid add cur...

    Resolved! Accepted Solution

    BAPI for f-04 transaction

    Hi all, I am using a bapi ( BAPI_ACC_DOCUMENT_POST ) for transaction f-04, posting and clear. But here only posting is happening, i.e after the execution only the table BSIS (Accounting: Secondary Index for G/L Accounts) is getting updated and ...

    Resolved! Accepted Solution

    select stat

    Hi,i have writen one select like belowPARAMETERS: pa_rdate TYPE datum.PARAMETERS: g_rdate TYPE datum.SELECT vertrag FROM ever INTO TABLE li_ever_contracts_pWHERE ( ( auszdat = pa_rdate )OR ( auszdat = g_rdate ) )AND ( ( aedat = pa_rdate OR ( a...

    Labels in this area

    Explore this Area