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

    ENHANCEMENT-POINT

    Hi AllNeed crystal inputs and details on ENHANCEMENT-POINT. 1. What it is , why it is used for. 2. The transaction to create ENHANCEMENT-POINT.3. When i clone a std f/n mod and activate it it goes for ENHANCEMENT-POINT creation. why so?4. How to dele...

    prabhu_s2 by Active Contributor
    • 723 Views
    • 4 Comments
    • 0 Likes

    Bind Variables

    HiDoes ABAP support the use of bind variables in database queries ?In Oracle (and Sql Server), a query that is run many times but with a slightly different 'where' clause is much faster when bind variables are used. This is because the statment does ...

    Resolved! Accepted Solution

    ABAP OOABAP ALV GRID

    Hi Experts, i have one requirement. i need to Develop Alvgrid in one Screen.in the Same Screen another Grid.in First i need to Display Summary information.if we Double Click on First Grid of line Detail output of paricular contract.How to Acheive us...

    Resolved! Accepted Solution

    Display Basic List

    Hello,I'm using the FM - DISPLAY_BASIC_LIST for simple report. The Save Layout Icon is missing.Can this be done by changing one of the parameters just like the is_variantin the FM - REUSE_ALV_GRID_DISPLAY ????If so which variant ?????ThanksAndy

    Resolved! Accepted Solution

    script

    Hi Friends,this is my code in a subroutine of my script.i'm unable to get value into outtab.This is my code - plz look into this and advice me.LOOP AT T_VTTP.Select BRGEW from LIPS SELECT SUM( BRGEW ) INTO L_BRGEW FROM LIPS WHERE VBELN = T_VTT...

    Resolved! Accepted Solution

    tab setting as required

    Hi All,How can we set the tab control as required,for example if there are ten fields on the screen ,if i want the tabto be moved to third field when i press tab and then to second field and then to fifth field and so on as in the required order any...

    Resolved! Accepted Solution

    command

    Hi , i am getting a value from a function module to a variable in a combined form of year and week eg: 200711, 200712 etc. into a variable w_year_week.how to get only the year ?? .if i select year and week in the selection screen it should d...

    Resolved! Accepted Solution

    help in increase index

    Hallow I have a 2 table with data and the table that I do the read statement I wont to increase the index of score_tab after all read because the problem is when I modify the table score 4 I have the first data in all my table. How can I do that?Reg...

    Resolved! Accepted Solution

    downloading a file

    report ydownload.tables:kna1.data: begin of itab occurs 0, kunnr like kna1-kunnr, land1 like kna1-land1, name1 like kna1-name1, end of itab.call function 'ws_download'.filename = 'c:\venx.txt'.filetype = 'dat'.tables data_...

    Labels in this area