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

    On F4 , POP up details on screen,

    hi all,I have a senario where in i have a screen containing fields Po document(ebeln),and PO item (ebelp) noother than that i have material no(matnr) ,supplier(lifnr) and transporter(lifnr) .now the issue is , i have a text field by the name get pode...

    Resolved! Accepted Solution

    Problem in report.

    hi, i used at selection screen output event in my report. in this report , i have given loop at screen statement. when i am executing this report, the program control not come out of this loop and now executing proceding write statements. how to s...

    Resolved! Accepted Solution

    Do loop

    Hi Experts,I have a code in ECC version like this: DO 6 TIMES VARYING W_COUNT FROM <FS1> NEXT <FS2> VARYING W_AMOUNT FROM <FS3> NEXT <FS4>. FROM <FS3> NEXT <FS4>. W_DISCPERCENT = W_AMOUNT / W_SUM_REC_AMT * 100. WRITE...

    read with index

    hi i am using this code for reading a single record but the problem is that no records are getting appended to internal tble li3_rfpln whereas thw value is coming in the work area can u tell me y??READ TABLE li_rfpln into lw_rfpln INDEX 1.IF SY-SUBRC...

    Resolved! Accepted Solution

    Currency format

    Hi Experts,In vbap table the Netpr and netwr are displayed as 124,800,000 (like this). (currency is JPY). ( all other currency format working correctly).But while picking the value to report it will display as 1,248,000.00. I need the value as it is...

    Resolved! Accepted Solution

    table type

    Hi Expetrts,i have a declaration like this:data: w_file type string.DATA: W_FILENAME TYPE FILETABLE,.This FILETABLE is of table type.So i have a value for this like: W_FILENAME-FILENAME = 'C:\DATA'.no i want to move it one more variablle called w_fil...

    Labels in this area

    Explore this Area