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

    Changing the length of a key field in a table

    Hi,I want to increase the length of the field from 2 to 4 in a standard SAP table and deliver it to the customers. This field is a key field in table. This field from this table is also used in view and view clusters.What is the implication of changi...

    Resolved! Accepted Solution

    Select Query

    Hi,I want to write a select query to fetch the records, which has field (say objnr) should start with "PR"I tried giving as follows:SELECT * from <dbtab> into table <itab> where objnr = 'PR%'.But the output is not coming.What is the correct way to fe...

    Resolved! Accepted Solution

    Interface vs Inheritance

    Hello Gurus,1. why the interface methods are always public ?2. why the protected section is not in interface?3. why the inherited protected methods act as private in sub class , in this case child-sub class also access the methods of the super class ...

    Resolved! Accepted Solution

    DDIC

    1. What is definiton for Data dictionary2.Difference b/w pool table and clustered table?3. If the table contain CLIENT field whether it is a client dependent or independent?4.What is the reference field and reference table name for CURRENCY AND QUANT...

    Resolved! Accepted Solution

    I need help in my code..

    i am the fields populating my internal tables and i am printing data from there. but i dont want to populate tables for somevalue of a particular column.How will be the WHere condition ....?Suppose one of the column in internal table is 'partner typ...

    QUAN fields in ALV

    Hi,I have created a ALV grid in OOP ABAP with Quantity fields.When i try to add a new record, and enter 1 and 200 for 2 QUAN fields, it changes to :0,001 and 0,200. Beacuse of this the calulation goes wrong.Usually in other ALV grids, i get as 1,00...

    Question Events

    Hi All,Can anyone please tell me the process that happens behind the following code.*& Report ZMY_TEST_PROGRAM*&&----*&*&&----REPORT ZMY_TEST_PROGRAM.TABLES : KNA1, MARA.SELECTION-SCREEN :BEGIN OF BLOCK SC1 WITH FRAME TITLE TEXT-001.PARAMET...

    in reports

    hiin reports , i am providing F4 help for a field, for that i used the function module 'popup-with-table-display'.but when i press F4 on that filed it is showing the popup window with 10 records with '00' . when i choose one it is copying to that fie...

    Labels in this area

    Explore this Area