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

    Only 1 line item extension fields getting updated using bapi goods movement not working for multiple

    Hi Experts, I am using BAPI Goods Movement for updation of extension fields in MATDOC Problem occurs when i am trying to update multiple data Suppose i choose 2 document numbers to update in matdoc it perfectly updates the extension fields i...

    how to make Visible my Video Component to the customer whose orderstatus is completed.

    I have a created a video component in homepage and i want to show that component to the cusotmer whose order history is having order as completed. I have done few of the things but not getting the last kick.I am not able to deal with enum in the getV...

    send data from sap system database archive repository to HTTP content server archive repository

    Hello all, I am trying to send the data from the sap system database to the HTTP content server as I am not aware of it that which FM or class should i use so please help me with this issue. Source: Z0 which is a sap system database Destinatio...

    Resolved! Accepted Solution

    DuringSPDD object not activated during Adjust in shadow DEV system.

    Hello my Question is I am doing SPDD Activity on Dev shadow System on adjust an object because some changes in compare version but in adjust when we take object in TR then save it and check it and activate then object not activated and it sho...

    Resolved! Accepted Solution

    not an integer: '0.00'

    Hi all,I am using transformations for XML to serialize and deserialize a XML file.Here a snippet from the definition: <tt:group> <tt:cond frq="?"> <cac:Price> <tt:cond check="not-initial($INVL.PRICE.PRICE_AMOUNT) and ($INVL...

    How to send data from excel file in al11 to my custom table(ztable) using read dataset.

    Hello Experts, I Have created a program to get the data from application server using open, read & close dataset into internal tables but im not able to update my custom table with those records taken from excel file in application server. TABLES...

    Resolved! Accepted Solution

    ABAP Unit Tests for events

    Hello ABAPers! Short question: How do I unit test events of an object? Sample code: a global class that raises an event after some data was changed: CLASS zcl_enno_001 DEFINITION PUBLIC FINAL CREATE PUBLIC . PUBLIC SECTION. TYPES: ...

    EnnoWulff by Active Contributor
    • 2219 Views
    • 2 Comments
    • 1 Likes
    Resolved! Accepted Solution

    SORT and GROUP BY

    Imagine a source code like this where we first sort an internal table and directly after that group by: SORT lt_data_aqua BY lgtyp lgber.LOOP AT lt_data_aqua ASSIGNING FIELD-SYMBOL(<ls_data_aqua>) GROUP BY <ls_data_aqua>-lgber ASSIGNING FIELD-SY...

    Labels in this area

    Explore this Area