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

    error in BAPI_INCOMINGINVOICE_CREATE in miro for delivery cost

    E              M8         321         Document contains same order item more than once                     000000  6500020704         00110I am getting this error message while booking multiple delivery cost Invoices against the same Purchase Order L...

    Resolved! Accepted Solution

    Error message at VA01

    Hi guys,I've tried to display an error message and I know that it makes all field greyed out.Is there a way there I can validate header data and prompt the user a message?I've searched around but no avail. I've tried coding at MV45AFZZ, MV45AFZB but ...

    Resolved! Accepted Solution

    TDD: Using Test-Data Containers(eCATT) in Unit-test

    Recently I learned about TDD, and learn how to write unit-test for some class. But When I write a report(with DB, post account doc) , I come across some problem.1. I  have some method just select some data form table , but I don't know how to write t...

    Resolved! Accepted Solution

    Issue with Filter

    Hi All,I have developed an ALV report.I have passed below parameters only...    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'    EXPORTING      i_callback_program = sy-cprog      i_grid_title       = c_title      is_layout          = gs_layout      i_save  ...

    Resolved! Accepted Solution

    How to give condition on internal table ekbe to pick up correct entry

    Hi All,      In my internal table IT_EKBE ,1 po no.EBELN-1113002378,3 entries are there i have to pick up BUDAT latest one i.e. 3rd oneBELNR-5000256706 ,BWART-101,& BUDAT = 20140221,my condition is LFBNR whose BWART(movement type) is 101 & 102 delete...

    Resolved! Accepted Solution

    Issue with Unlock

    hi Good day,am trying to unlock the INCIDENT when the user clicks on the CLEAR Button.the screen is Cleared and when i debug, i see the sy-subrc = 0 and i have committed Successfully.but when i go to the TCODE : CBIH82 with the same INCIDENT it says ...

    Resolved! Accepted Solution

    BBP_UI_CONTROL_BADI

    Hello Gurus,In the SRM link i need to make the custom field editable in the account assignment section based on the invoice.if the invoice is NOT created in the ECC, then the custom field should be editable in the SRM.if the invoice is created in ECC...

    Resolved! Accepted Solution

    Simple Transformation

    I am working on simple xml transformation to read xml string into ABAP structure and having an issue on with one of the children node (table) of parent node. Can someone give a pointer on how to access the child (table) node.? I am not sure quite on...

    hi all,can anyone help in solving my error in my alv report. it gives error as Unable to interpret "TYPE SLIS_T_FIELDCAT_ALV". Possible causes of error: Incorrect spelling or comma error

    REPORT ZALV_EKKO.TYPE-POOLS: SLIS.TYPES: BEGIN OF TY_EKKO,BUKRS TYPE EKKO-BUKRS,BSART TYPE EKKO-BSART,LOEKZ TYPE EKKO-LOEKZ,END OF TY_EKKO.DATA: IT_EKKO TYPE STANDARD TABLE OF TY_EKKO,WA_EKKO TYPE TY_EKKO.DATA:IT_FIELD type slis_t_fieldcat_alv,WA_FIE...

    Resolved! Accepted Solution

    BAPIRET2 empty message and type

    Hi Experts,I'm very new to ABAP (and I like it ).Below my first steps in ABAP: DATA : answer         TYPE        BAPIRET2.DATA : mmarket        TYPE        BAPI2042_MAINTAIN_MM.           mmarket-transaction_type = '100'.           mmarket-partner =...

    Ok_CODE problem

    Hello experts,Am doing module pool programming and i've created several screen with push button on each screen. The first screen push button work fine, but the second screen push button doesnt work at all.I've declared my ok code as global variable t...

    Resolved! Accepted Solution

    SELECT On Tabe PRPS not working

    HI Experts,Below is my select query.SELECT SINGLE PSPNR               POSID               ZSECOND_BU               ZCORPGROUP               USR01               OBJNR               ZDEPROJTYPE FROM PRPS INTO WA_PRPS                WHERE PSPNR = <FS_OU...

    Labels in this area

    Explore this Area