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

    ABAP performance

    Hi!I have the following code. With huge amount of data (250000 record) it is running for 8 minutes. The SELECT is not a problem, because it takes only 20 seconds, after I created an alternative index for the COEP table.SELECT * FROM covp INTO TA...

    Resolved! Accepted Solution

    Field Exit

    Hello Folks,Can you explain me the step by step process for create field exit. I create a Field_exit_matnr but am not able to know what to code in that..Actually my requirement is that i want to change the description of MATNR to Product Number from ...

    function module

    hi i developed a function module.in that i maintained data declarations in one include and i declared subroutines in another include and i used perform statements in function module source code,\now the problem is if i want to activate the function m...

    Resolved! Accepted Solution

    Error

    Hi, This is my program. I am not getting the output. Plz correct me.TYPES:BEGIN OF TY_VBAK,VBELN TYPE VBAK-VBELN,AUART TYPE VBAK-AUART,AUDAT TYPE VBAK-AUDAT,KUNNR TYPE VBAK-KUNNR,NETWR TYPE VBAK-NETWR,END OF TY_VBAK.DATA DECLARATIONS.DATA:ST_VBAK TY...

    please

    Hi,LOOP AT i_ekko INTO wa_i_ekko. SELECT * FROM ekkn INTO wa_i_ekkn WHERE ebeln EQ wa_i_ekko-ebeln. APPEND wa_i_ekkn TO i_ekkn. ENDSELECT. ENDLOOP.I got error is The work area "WA_I_EKKN" is not long enough . .

    Resolved! Accepted Solution

    creating entries in table

    hi all,I have created customised table Zflight,with fields CARR ID and CONNIDfor these fields i have given check table as SCARR for CARRID.when i trying to create entries through se11 it is not allowing to enter the values other than from the Check t...

    Resolved! Accepted Solution

    Export data to Excel

    Hi All,I want to export data into local file. The line of internal table is greater than 1023 characters. I have used List->Export->Local File.... But when I open that file in excel the data is wrapped (here with wrapping I mean the fields of the int...

    Resolved! Accepted Solution

    how to update database?

    hi gurus, i have created two tables one with name zasset and other with name zbcode. zasset has 3 fields namely serialno, barcode and description zbcode has 3 fields namely serialno,location_barcode and location_description. now i have creat...

    Resolved! Accepted Solution

    Display of totals in ALV

    Hi All, I have developed an alv report in which i have made netpr (net price from ekpo) editable by assiging fieldcat-edit field to X and displaying total of the column netpr.If am editing the value of the netpr pertaing to any row in the displ...

    Labels in this area

    Explore this Area