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

    BDC_INSERT Problem

    Hi All,I have a problem with the BDC_Insert function module. Present situation -- it is not reporting any error i.e. sy-subrc is always zero when I run the function module. But when I debug the BDC program screen by screen it gives an error. How to c...

    loop with Flag

    Hi,I want to compare the a field with its previous value in a internal table i am using the following logicflag = 0.loop at it where x_field = s_field.if not of flag is intial.if it_field2 = v_field2.--endif.endif.move it_field2 to v_field.endloop.i...

    Resolved! Accepted Solution

    Download File

    Hi All,I need to dowload a file to PC.I want a dialog box before saving file on PC. I need a dialog as propmted when we choose menu path as Status->List-> Save->Local File.With out prompting to choose SpreadSheet, Richformat text etc.How can i achive...

    F4 Help

    Hi,Month and Year are the inputs in the selection screen as belowMONTH RANGE = 11/2008 TO 12/2008I need to get the F4 help for the above select option to choose month and year.please let me know how to get the F4 help, if possible please pro...

    Resolved! Accepted Solution

    Currency represent

    Hi all,I have some problem with currency numbers represent.I want to convert '50 000.00' number to currency format with 3 digit places '5 000.000'. How can I do it.?I have wrote some code DATA: brtwr LIKE esll-brtwr. DATA: lv_brtwr LIKE esll-brtwr....

    Labels in this area

    Explore this Area