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

    Dynamic internal table

    Hello Experts,I need to create a dynamic internal table. I have one internal table with 3 fields. Now I need to add fields dynamically to this internal table based on the number of records in database table. for ex: My database table contains 5 recor...

    Coding buck..

    Hi Experts,I have requirements in my program that...In one case there is sales order and sales order Item number ..for each sales order item, there is one production order..In another case for one sales order item number, there are more than one prod...

    Indexing

    hi all guru's,I am working on a report which is giving dump due to exeeding of its execution time. on debugging i knew that its because of MSEG table which s being used in the report. wat i wana know is how to use indexing in a report to reduce the e...

    Resolved! Accepted Solution

    regarding Userr Exits

    Hi All,I am bit confused about user exits. As per User exit concepts a enhancement needs to be implementedwhich has EXIT* functionmodule and in that finction module we can write a code in include.But I found one the include RV60AFZC , the desription ...

    BADI/Userexit

    Hi Experts,I need to add 4 custom fields(Zfields) in transaction FB60 under Details tab.The four fields should get appended to the table BKPF.I am looking for a BADI which I can use. Please let me know which BADI to use and also, if there is a user-...

    Resolved! Accepted Solution

    VL01N / VL02N exit/enhancement point/ badi to populate picked quantity

    Hello Everyone,I have a requirement like in the transaction vl01n / 2n, under heading PICKING i have to populate picked quantity field by mapping delivery quantity to it.for example if delivery quantity is 2 then under the heading PICKING picked quan...

    Resolved! Accepted Solution

    How to pass a default parameter in a screen created in Module Pool

    hi,suppose i have created a screen in module pool.I want to display a path name defaulted in the i/o field.But when i am giving the path name and making the i/o box as output only and executing that screen the i/o field is showing blank.How to fix th...

    alv display

    Hi gurus,I hav to diplay certain record (say 10 records) using alv grid display.But my challege is when i click on any record it should get deleted (mean now one should have only 99 records only instead of 100) and i dont have to make use of alv grid...

    Resolved! Accepted Solution

    Authorization Logic in PNP

    Hi Experts,I am using PNP for the payroll programming.For the PA data retrival am using PNP (Get pernr) and for payroll data am using FMD(CU_READ_RGDIR, PYXX_READ_PAYROLL_RESULT).The basis team here has a doubt, how the authorization check is happeni...

    Resolved! Accepted Solution

    BDC data upload

    Hi Guys,when i am sending data from excel to sap ,getting error hereplz modify this code.Convert the excel data to row-wise data LOOP AT it_upload_data. l_col_no = it_upload_data-col. CONCATENATE 'WA_TAB-cell_' l_col_no INTO w_field. -> ...

    Labels in this area

    Explore this Area