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

    ALV output refresh

    Hi Gurus,Here i have one requirement that iam displaying output in alv using list display having a check box.now iam deleting some of the records taking a confirmation from the user...now after deleting the records i am in the same output screen....b...

    Resolved! Accepted Solution

    Is the logical comparison expression NE obsolete in an IF statement

    Hello,I heard somebody saying that the logical comparison expression NE in an IF statement in the ABAP code should no longer be used in WAS 7.0 and upwards.Example:IF lv_value NE 'COMPLETED' OR lv_value NE 'CANCELLED'. ...ENDIF.What's your opinio...

    Resolved! Accepted Solution

    Mixed Case Character fields are all coverting to Upper Case in ALV?

    I am using an ALV grid with editable cells. When I edit a field with a character string, mixing lower case with upper case characters, it converts all to upper case. Seems like by the time my custom program takes back control from SAP its already bee...

    Resolved! Accepted Solution

    REPLACE ALL OCCURRENCES

    Hi experts,that's my question; this is my code :DATA: spazio(1) VALUE '$'.DATA: nome TYPE string VALUE '$blabla$blabla$blabla$blabla$'REPLACE ALL OCCURRENCES OF spazio IN nome WITH space.Why my result is 'blablablablablablablabla' all condensed ?w...

    Rouitnes

    Moderator message: please use a more meaningful subject in futureCan some one tell me with an example as to why we create routines in VOFM transaction .What is there use and advantages ?Edited by: Matt on Nov 20, 2008 3:17 PM

    Resolved! Accepted Solution

    update a text on screen without action/event of an user

    Hi everybody,I have a checkbox ch_pax.When i activate this checkbox, i want to display the status of a Process Chain via a table.BUT the refresh of the status does work only if an user create an event on the screen.I want to refresh the status on the...

    Labels in this area

    Explore this Area