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

    data updation in ztable

    hi,by using following code I uploaded data into ztable but if one time we inserted data in ztable we can't change that ( insert ZPHYSICALSTOCK from table itab accepting duplicate keys.)but i want if data will be changed in itab ,ztable have to be ch...

    Select Statement

    Hi All, Requirement is that. Fetch the data from Table1. After fetching data from Table1. I need to take the data from Table2, based on the values retrived from Table1. If atleast 1 entry is found in Table2. I need to stop the select.How...

    Resolved! Accepted Solution

    field description vs. DD03T

    Dear All,DD03L contains table-field data, DD03T - as I know - is for field description. If I use SE16 + DD03T and give table MARC as selection parameter, SAP tells me:No table entries found for specified keyMessage no. MO429In which tabel I can find ...

    Resolved! Accepted Solution

    deleting duplicates

    in my report at one point they are collecting all the records into one internal table using the syntaxcollect rrb_tab.but im getting double records in some cases . so i want to avoid that.so after this collect statement can i use delete adjacent dupl...

    Vendor Details

    Hi Guys,I have one different error, when I create / changing the vendoru2019s through T-code FK01/FK02, all the changes reflecting the LFAI table. I was added two Z fields in the table like ZZ_Change_Date and ZZ_Change_By, these fields details I am c...

    Resolved! Accepted Solution

    Latest Date Logic

    I have an Internal table, with columns Date, Material no(duplicates), Material Document No(unique).I would like to pick only latest date record with material no, material document, then delete rest for the material no in the internal table.Any Sugges...

    Resolved! Accepted Solution

    I want to call components of an internal table in ABAP-Objects!!!!

    Hy all,I am trying to call the component my_query_info-compuid. But if I do it that way like shown below I get a Syntax error message. "MY_QUERY_INFO" is a table without a header line and therefore has no component called "COMPUID".And in Classes and...

    SubQuery Doubt

    Moderator message: Please use meaningful subject in futureInitially i'm doing likes this:-get Material no to itAB.SELECT MATNR FROM MARA AS F INTO CORRESPONding Fields of TABLE ITABWHERE MATKL IN MATGRP. LOOP AT ITABfor every MATNR SELECT *FROM ( (...

    SORT Statement

    Hi All,,I want to knw wat the following sort statement is doing..... the below snippet follows certain code, but im unable to make out what role in this sort playing. on which table/s this sort works... ..............CLEAR RTAB. REFRESH RTAB. SOR...

    Labels in this area

    Explore this Area