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

    ALV Output

    Hi,Actualy my report is displaying the field label of domain as the field description in the output. I have the requirement to change description as customised. I am not able to understand where in field catalog it doing for that field. How should i...

    Resolved! Accepted Solution

    Dump....

    hi,when i am trying to do this... read table i_infstr index 1. select * from (i_infstr-gentab) into table <v_value> where vbeln = s_vbeln.it's going for a dump as The types of the operands "dbtab" and "itab" are not mutually con...

    Resolved! Accepted Solution

    Loop statement

    Hi,I did extended program check, i receive the following error two times<b>The LOOP statement processing will be limited(FROM, TO and WHERE additions in LOOP)Interaction with group change processing (AT NEW, ...) is undefined(The message can be hidde...

    Resolved! Accepted Solution

    Display of minus sign

    Well I want to display minus sign in front of credit amount. though i have multiplied the amount by -1. it shows the minus sign after the amount. i want to display it before the amount. is there any function for it.i'm making a classical report using...

    Resolved! Accepted Solution

    Types of Exits?

    Please will you give me the possible questions asked for User exits, customer exits and different types of exits? Please dont provide me the links though they are helpful.. If you are a examiner then wat questions would u ask for a trainee engineer r...

    Resolved! Accepted Solution

    sy-tabix question

    Hi,If i delete records within a loop the sy-tabix remain with initial value?code:loop at itab.if itab-a = 'please delete'.fi_tabix = sy-tabix.loop at itab where b = c.if itab-d = 0. delete itab.endif.endloop.read table itab index fi_tabix. 'return t...

    Labels in this area

    Explore this Area