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

    TMS import issue

    We had single system landscape, I imported a request, and it was continually running more than 2 hours, still import task not finished yet. I killed the processor at OS level, but tp program still running. I recently setup TMS in this system. I check...

    BDC IN VA42

    hi all, i m doing bdc in va42(change contract) updating just two fields..this is how i've built my bdc table:form build_bdc .wa_bdcdata-program = 'SAPMV45A'.wa_bdcdata-dynpro = '102'.wa_bdcdata-dynbegin = 'x'.append wa_bdcdata to lt_bdcdata.clear wa_...

    Resolved! Accepted Solution

    BDC Conversion

    Hi, I am doing a BDC conversion Technical Design. I am mapping a field( Customer number) from input file to the the SAP ZMAPPING Table. I am mapping customer number from the external file and from zmapping table i am getting the KUNNR.The functi...

    Resolved! Accepted Solution

    ALV Grid display

    Hi,I am using REUSE_ALV_GRID_DISPLAY for display in alv format, all the Currency values are automatically converted into text format in the output and for those columns the sum values are zero. If I use REUSE_ALV_LIST_DISPLAY values are displaying co...

    Resolved! Accepted Solution

    copy instance to instance

    I am using two instances DE1(100) and DE2(110).I have generated one report in DE1(100) client using transaction KE30.I like to copy this report to DE2(110),this is not client copy.This is copying from one instance to another instance.How can I do thi...

    Resolved! Accepted Solution

    AT END

    Hi i have to use command : AT END OF DATE MATDEPTH ENDAT DATE IS OF DATA TYPE : DATS MATDEPTH IS OF TYPE : CHARall data is collected in internal table.at the moment i am just using AT END OF MATDEPTH.can i use...

    finding table

    Dear Friends, I need to findout in which table the field CALL_STATUS resides.In RMIPM (Preventive Maintenance I/O Table) structure the field is there but i couldn't find out in which table the field resides.Could anyone give solution for this.Regard...

    Resolved! Accepted Solution

    Events with Class Builder

    Hi Gurus,a simple question (I hope).Target:raise an event from a class method0. create a class <i>abc</i>1. Create a method <i>raise_event</i> for class abc in Classbuilder with only one coding row (raise event <i>xyz</i>).2. I created a event <i>xyz...

    Resolved! Accepted Solution

    How to Retrieve Spool ID

    Scenario: I'm calling submit RPCEDT_LIST_TO_MEMORY to SAP-SpoolSPOOL PARAMETERS PARAMSWITHOUT SPOOL DYNPRO and return.for Submitting the Remuneration Statement to Spool.Now how can i retrieve the ID of the spool created. This SPOOL ID is required for...

    Flat structute

    Hi all, I was trying to use the table type which i have created in se11. but when i tried to use it, it is giving me error as "z_kna1 must be a flat structure, you cannot use internnal tables, strings, references, or structures as components"...

    Resolved! Accepted Solution

    Table Control Problem

    Hi All,In the Table Control PAI,I am using this ABAP. loop at t_zmm_packing_item. MODULE modify_t_zmm_packing_item. ENDLOOP.************************************************************************MODULE modify_t_zmm_packing_item INPUT. MODIFY t_...

    Labels in this area