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

    Pls guide me

    Hi Experts,I Have been assigned a task that is based on the transaction IW31 AND IW32.ie,I have to capture the newly created service order from sap r/3.(tHEY TOLD LIKE I CAN FETCH FROM AUFK TABLE.I really dnt know how to start this coding.After this...

    Resolved! Accepted Solution

    events in alv grid dispaly

    Hi,I have a requirement to select a row in ALV output and perform some action after a button is pressed.(i.e) i have a release button and after i select a line item in alv output and press on the button ,that item should be released.so both the event...

    Blocked List

    Dear All,Could anyone help me in below topic - I want to to display multiple lists at a time. For that, I am using Blocked List. I want to display different Header for each List. Header will be decided dynamically. And for List display I am using In...

    Resolved! Accepted Solution

    reg.report

    hi experts,iam doing one blocked alv report , the output is going to the dump. iam sending the code . rewards are helpful answers.*&----**& Report ZPICK_SUMMARY**&*&---- Description : Pick order summary AUTHOR : N.Narasimha Rao Req.number : ...

    Resolved! Accepted Solution

    open dataset

    DATA : lv_line type string.IF NOT it_final_itab[] IS INITIAL. OPEN DATASET p_file FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE. IF sy-subrc NE 0. MESSAGE 'Error on output file read' TYPE 'E'. ELSE. LOOP AT it_final_itab INTO wa_fin...

    module pool .

    Hello gurus , Hw to modify the screen in modulepool (loop at screen ) , i have a button in my screen , when I wl predssed that a new window wl come and main screen will enlarge , and when I pressed collapse , new wl remove from main screen , ...

    module pool .

    Hello gurus , Hw to modify the screen in modulepool (loop at screen ) , i have a button in my screen , when I wl predssed that a new window wl come and main screen will enlarge , and when I pressed collapse , new wl remove from main screen , ...

    Resolved! Accepted Solution

    loop at screen

    Hello gurus , Hw to modify the screen in modulepool (loop at screen ) , i have a button in my screen , when I wl predssed that a new window wl come and main screen will enlarge , and when I pressed collapse , new wl remove from main screen , ...

    Authorization names

    For a profile there are maximum of 150 authorisations and if it is exceeded then a new profile is generated automatically.If the profile name is T-12345678 then authorization names start from T-1234567800 to T-1234567899,here 100 authorizations are c...

    Resolved! Accepted Solution

    reg.reports

    Hi experts,iam doing one alv report iam using blocked alvs .now it is going to the dump because of some field symbol is not assigned. in the error anlysis it is showing '' the current abap program '' saplkkbl''had be terminated because it has come ac...

    Resolved! Accepted Solution

    For all entries

    Hi All,Can any one send me good coding for For all entries,I need to get data from 6 tables,earlier I uesd Join condition but it is performace wise so poor,pls any one send me example code using For all entries with performance wise good.Thanks,Sree.

    event programing

    Hi All,I would like to run an abap program in background after tcode VL02n of Goods issue button has been saved, In the user exit (USEREXIT_SAVE_DOCUMENT_PREPARE) of the VL02n, I should create the job that will run the abap program. after the VL02n i...

    Labels in this area

    Explore this Area