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

    Customer update in Partner function in va01

    Hi,while creating the sales order ,how to change the customer for a particular partner function in 'IDOC_INPUT_ORDCHG'.sales order is creating the through idoc in message type -  ORDCHG                                                             basi...

    SAP ABAP FRESHER

    Hi all,         I'm Nimal from India..well i'm a fresher in this field..so anyone please share me somethings about ABAP..actually i wanna develop my skills in this field..for that what are the things i've to follow and what are all the stuffs require...

    Resolved! Accepted Solution

    Sum of payment amount

    Hi All,I am getting an extract from BSAK and for one payment number (AUGBL), I need to display the sum of  all amounts (WRBTR) . Right now I am doing this:LOOP AT LT_PAYR INTO W_PAYR.     W_OUTPUT-PaymentNumber = W_PAYR-AUGBL. W_OUTPUT-PaymentTotal =...

    Resolved! Accepted Solution

    Dump UC_OBJECTS_NOT_CONVERTIBLE / Method add_node

    Hi,i need some advice for following problem.I have a alv tree and want to add a node with the method add_node but i get the dump "UC_OBJECTS_NOT_CONVERTIBLE".Data definition outtab_line:DATA: BEGIN OF outtab_line,        typ TYPE c LENGTH 3,        v...

    data type error

    Hi experts I m using following code to create a internal tableDATA : BEGIN OF IT_MASTER OCCURS 0,         PERNR            TYPE P0001-PERNR,         ENAME(60),         SEX              TYPE PA0002-GESCH,         AGE(2)           TYPE I,         POS_T...

    Resolved! Accepted Solution

    How to swap values of fields of an internal table

    hii all,          my requirement is like this:                                   suppose i have one internal table with two fields say FLD1(type char1) and FLD2(type char1),and i populate this internal table with some records like                    ...

    Resolved! Accepted Solution

    Table primary key issue

    Hello experts,I have an issue with a table, the system is raisiins the following error:Table XXXXX has more than 16 key fields (violates SAA standard)Since i am feeding this table with an Abap program, i would like to know if using a statement like D...

    Labels in this area

    Explore this Area