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

    Index Value

    Hi friends, I am looping an internal table based on a where condition.DATA : BEGIN OF itab1 OCCURS 0, vbeln LIKE vbak-vbeln, matnr LIKE mara-matnr, END OF itab1.data : v_tabix type c.itab1-vbeln = '1'.itab1-matnr = 'A'.APPEND ita...

    Resolved! Accepted Solution

    Creating Customer Table

    I need to create a table ZInvoiceOut. It will contain KUNNR, VBELN, ERDAT, ERZET, FLAGVBELN is VBRK-VBELNWhat is the delivery class going to be? I am using this as a temporary table to store data that I will use in a batch transfer How to set the VBE...

    Resolved! Accepted Solution

    Interface

    I have to create an outbound interface It needs to happen at least once a day The interface will be triggered for all new invoice documents that are issued on the company code Can some one please help me on how to start off writing the code. Thank yo...

    Resolved! Accepted Solution

    IDOC

    Hi ,When am doing IDoc am getting some error plz anyone can help me.Am sending materail data from 800 client to 810 client. in 800 client it showing 03 status but in 810 client am getting status 51 . plz find the below errorb<b>]<b>Function module no...

    Resolved! Accepted Solution

    BDC

    Hi,I need to write a call transaction to update the delivery(likp-bolnr) with the tracking number.How do I do this?I don’t have knowledge of the BDC ‘s.Can anyone tell me how I should write the code?I looked into a sample program ..the code was li...

    Resolved! Accepted Solution

    Transport request

    Hi,I need to bet back a transport which is already sent to the production ..back into the development.How?This is bacause I need to bring back a SForm and I have no version mgt for SForms.Message was edited by: ramana peddu

    Resolved! Accepted Solution

    payroll results

    ExpertsI am working on retrieving payroll results using cluster.I am using FM 'CU_READ_RGDIR' with CD_READ_LAST and PYXX_READ_PAYROLL_RESULTI dont want to use LDB. Can anyone tell me the logic of passing pernr to this FM CU_READ_RGDIR and begda and...

    Labels in this area

    Explore this Area