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

    How to create a Break point programatically

    Hi Experts,I have a requirement to create a break point in ABAP Code programatically. I came accross BREAK-POINT keyword which beaks at the current line or next statement but in my case I have to set a break point in some other class at particular li...

    harishbabu_m by Product and Topic Expert
    • 901 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    reg: VL02n getting dump when clicking on header details icon

    hello every one,     i have a problem when processing VL02n t-code.when i clicked  on the HEADER DETAILS it is getting dumped and the message it is showing is SAPLZSD_HEAD does not exists.i have gone thru some of the threads available in the forum bu...

    How to delete from table T1 common data's available in both table.

    I have 2 internal table T1 ,T1 both are having fields F1.T1-F1     T2-F11             12             2345How to delete from table T1 common data's available in both table.For example after delete my output shold be T1-F13 44I dont want loop endloop s...

    Spool request

    Hello All,I have run report in the background & I got 70 pages in spool but my requirement is that it should show header only once. What i observed is that it is showing header details after specific row count. Please refer the attachment for the exa...

    Resolved! Accepted Solution

    Delete Statement does not work as expected

    Hi Experts,I’m trying to improve the performance of an interface. This requires a check on KNVV internal table based it’s KUNNR value. I need to delete all KUNNR in KNA1 internal table if they are not found in KNVV table. I’ve accomplished this task ...

    Resolved! Accepted Solution

    Regarding the selecting field values (Select Options) is getting refreshed each time u press the F4help button

    Hi Team,I have created an F4 help for the select option.Please find the below code.   REPORT ytest.DATA: v_field TYPE fieldname.SELECT-OPTIONS: s_field FOR v_field NO INTERVALS.AT SELECTION-SCREEN OUTPUT.  LOOP AT SCREEN.    IF screen-name = 'S_FIELD...

    Resolved! Accepted Solution

    Across and down abap report

    HI All,IS it possible to have across and down reports in abap list (not alv) for exmaplemy itab has valuesBAN     MYS     890BAN     HUB     780BAN     MAN     588BAN     BEL     734BAN     TUM     723MUM     MYS     233MUM     HUB     434MUM     MAN...

    abap2xlsx

    Hi All,Can some body advice me on abap2xlsx.In my system i have installed it, now i can exeucte the program "ZSAPLINK"But kindly put some light where i can see the programs e.g Zdemo_excel01, Zdemo_excel02 etc.Regards,Shegar

    Resolved! Accepted Solution

    Time stamp conversion mystery

    Hello SAPians,I have come across a very strange ABAP behavior. Cool in Please see the code below:i_date = '20170326'.i_time = '020000'.convert date i_date time i_time into           time stamp c_tstmp time zone sy-zonlo.if sy-zonlo is INDIA   c_tstmp...

    Labels in this area

    Explore this Area