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
    • 94730 Views
    • 212 Comments
    • 39 Likes

    BADI for MIRO

    Hi,I want to use the GR posting date as the date on which exchange rate would be calculated while doing posting through MIRO (using the corresponding Purchase Order). Which BADI definition should I work with and how?Please suggest.Thanks and Regards,...

    Resolved! Accepted Solution

    Activate Table

    Hi,In table TGSB, we have included BUKRS(Company code) as a key field along with GSBER(Business area) and activated.Now users dont want this field, so when we try to remove this field and activate it gives the following error."Primary key change not ...

    Resolved! Accepted Solution

    Dump in create object

    can someone tell me what i have forget in this coding, I alwaya get a dump when I run the program. DATA: r_row TYPE REF TO cl_gui_alv_grid, lt_selected_rows TYPE lvc_t_row. CALL METHOD r_row->get_selected_rows IMPORTING et_index_rows = lt_...

    Resolved! Accepted Solution

    inserting into table

    Hi,i have created 2 tables and i need to insert the records into them from screens. i have created my internal table according to the screen fields and also tables.but i'm getting a error message as " The type of the database table and work area (...

    FK10N...?

    Hi All,In this Transaction Code: FK10N, after giving the input to the Vendor, Company code and Fiscal yr, im getting the next screen, in that screen, I have Balance and cum.balance fields with the data, I would like to know from where we are getting ...

    i/o field

    hello all, we use the I/O field in the screen painter , it will have a single line, but can it be of multiple lines, As my user needs to add delivery note.Which comes for multiple lines,he wants it to be as a single block.with regards,sandeep a...

    Resolved! Accepted Solution

    lock transaction

    Hi friends,I am working on module pool program. I need to know how to lock the transaction. That is when I execute my transaction code it should be in active mode or in editable mode. But simultaneously if i open the transaction the other time the...

    Resolved! Accepted Solution

    Populating Quantity fields in Table Maintainance generator Events.

    Hi all,I have a custom table, in that i have to check the material number and the quantity of the previously present entries and current entry which i am adding in the before save event.However in the total table.... The value of material is getting ...

    Resolved! Accepted Solution

    Conversion error

    Hi,i have a code lik thisztabletype is a table structure.tables : ztable.data: itab type ztabletype, wa_itab like line of itab.select * from ztable into itab where 'condition'.LOOP AT itab INTO wa_itab........ENDLOOP.I am getting the error "IT...

    FM for Value table

    Hello,Is there a FM that returns the values associated to the 'Value Table' of a domain?For eg: Say I have the domain 'CRM_IMPORTANCE' and the corresponding value table 'CRMC_OPPIMPOR'. I want the list of all values in the value table.This is just on...

    nisha_vinod by Product and Topic Expert
    • 594 Views
    • 3 Comments
    • 0 Likes
    Labels in this area

    Explore this Area