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

    Sequence of a table

    Hi,is there a command in ABAP to test whether a table (internal) is sorted on a specific field?If I remember correctly, DB tables are always sorted by their keyfields, so logically, when I SELECT a subset of any DB tables into internal tables, those ...

    Resolved! Accepted Solution

    Table Control Issue

    Hi ,I am working on a development scenario where , a table control has 4 columns. One is material/Batch , quantity , Available stock , Total quanitity(Posting).Once the user enters the quantity , and click on proceed ,  BApi is triggered for 261 , 53...

    Resolved! Accepted Solution

    GETWA_NOT_ASSIGNED

    Hii Expert's,I have one customized report, it is working fine and i am getting the values properly, but after executing this report, when i am trying to download this data to EXCEL sheet, this report is going to dump and i got this  "GETWA_NOT_ASSIGN...

    Resolved! Accepted Solution

    In User EXIT MV45AFZZ..I need to create line item based on Pricing Condition (KONDM) in VA02

    Hi Gurus,In User EXIT MV45AFZZ..I need to create line item based on Pricing Condition (KONDM), e.g In my org we maitain three pricing condition 40.45.50,Now the requirement is when creating a sales order in VA01, in the first line item if we enter ma...

    Resolved! Accepted Solution

    Move file from one directory to the another directory through coding?

    Hello Friends,I would like to know is there is any sap coding where i can cut the file from c:\sap1 directory and paste it in another directory ie c:\sap2.Or else any coding where i can delete the file after processing it from the directory..Regards,...

    Resolved! Accepted Solution

    create an internal table including two columns of the same type?

    Hi there,I've defines two structures.TYPES: BEGIN OF line1,          ...          vbeln TYPE vbrk-vbeln,        END OF line1.TYPES: BEGIN OF line2,          vbeln TYPE vbkd-vbeln,          ...        END OF line2.I wanna create a third structure incl...

    ALV OOPS

    Does anyone know how to handle single click of check box in ALV grid oops.So i have a detailed list ,alv grid.when i click check box for one row.i need to disable some of the data in same row.,without pressing enter/any other button?Is that possible ...

    Resolved! Accepted Solution

    In User EXIT MV45AFZZ..I need to create line item based on Pricing Condition (KONDM)

    Hi Gurus,In User EXIT MV45AFZZ..I need to create line item based on Pricing Condition (KONDM), e.g I my org we maitain three pricing condition 40.45.50,Now the requirement is when creating a sales order in VA01, in the first line item if we enter mat...

    Resolved! Accepted Solution

    Material Management and GR

    When we receive materials to our warehouse, do we create a BDC program to update the material master or create a GR for the items received. Could you please tell me the difference between these two process. And in which scenarios the BDC program is u...

    Modify LIKP-INCO2

    Hello, I'll have to modify the incoterm 2 related to the shipping point (VSTEL) for ex works shipments. Is MV50AFZ1 the correct way to do so and I think the coding below is not complete. Any proposals?IF likp-vstel = '1000' AND likp-inco1 = 'EXW'.   ...

    Labels in this area

    Explore this Area