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

    VA05 transaction

    Hi,the user requirement is when the list of sales orders is displayed using transaction VA05, if he selects a single record and presses an icon it should take him to the screen VA03.There is no user exit for this.CAn anyone let me know how can we ach...

    Resolved! Accepted Solution

    Derived Roles - auth values from master role not being copied to Derived

    I created a derived role from a master role and when I go into authorizations for the derived role they are all yellow and blank as if I'm creating a single role. I thought the master role was suspposed to pass the values to the derived role except ...

    Resolved! Accepted Solution

    DMEE_EXIT_TEMPLATE_ABA interface for this function implemented incorrectly

    Hi,IN my project ( using ECC 6.0 ) I have implemented a exit on amount field to convert it from cents to dollars. I used DMEE_EXIT_TEMPLATE_ABA and copied it to ZDMEE_EXIT_TEMPLATE_ABA . After doing this I put in my code in ZDMEE_EXIT_TEMPLATE_ABA be...

    Resolved! Accepted Solution

    Get started with ABAP

    Hello Everyone,I started learning ABAP few days ago (my ABAP knowledge is zero), I went thru Amazon and there're millions of ABAP tutorials / books. Any recommended book for a starter like me? I do have SAP ECC 6.0 or 4.7 to practice and really need ...

    Resolved! Accepted Solution

    EDI Order Response

    Hi,How can i check the net price calculations done for a particular item on the sales order response. My problem is.The value sent in field vprei is having a netprice value and from this i have to deduct bill back condition value.and this should be h...

    Resolved! Accepted Solution

    Internal Table - logic for Chunk

    Hi,I have an internal table with n records.I want to use at a time say max of 20 records .This is calling a BDC.i.e. loop at n record.take 20 records.call BDC.then next set of recrds.repeat process till all records processed.Thanks in Advance.Amit

    amit_khare by Active Contributor
    • 1494 Views
    • 5 Comments
    • 0 Likes

    count problem

    Hi, i am in do loop.Even though im clearing variable used for count , its still using the last value while counting next value. do 2 times.loop at itab.program logic......count1 = count1 + x.endloop. itab-count1 = count1.clear count1.enddo.i am dow...

    Resolved! Accepted Solution

    field catalog

    In field catalog what does no_out do? what would fieldcat-no_out = space do and what would fieldcat-no_out = 'X' do because in my program what ever value I give to no_out, the fields are added in hidden fields

    Resolved! Accepted Solution

    Concatenate

    I am using the concatenate statement to place fields of a itab into a single line.My output is currently. xxxx xxxx xxxxx xxx xxx xxxx xxxx xxxx xxxxI would like to have the display like xxxx xxxx ...

    SG141 by Active Participant
    • 559 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    count error

    Hi, i am counting total number of hours for each order type weekiy.in selection screen if i enter 1 month date range then it should calculate for 4weeks .but my program is counting previous week value while calculating next week value. for 1week if...

    Resolved! Accepted Solution

    Table Entry

    HiI have a table where maintenace generator is allowed. In one of the non key fields when i maintian a null entry the system shud throw an error when the table is saved with an empty data for that field. how to achieve this?thkxPrabhu

    prabhu_s2 by Active Contributor
    • 676 Views
    • 3 Comments
    • 0 Likes
    Labels in this area

    Explore this Area