Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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...

    Criticality.png

    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...

    2024-08-07_08-25-11.png
    sheenamk by Developer Advocate
    • 94057 VIEWS
    • 212 REPLIES
    • 39 Likes

    use ranges

    i use it write ?RANGES: r_course FOR hrp1001-sobid.LOOP AT person_tab. CLEAR r_course. REFRESH r_course. <b> r_course-high = hrp1001-sobid. r_course-low = hrp1001-sobid.</b> r_course-sign = 'I'. r_course-option = 'BT'. <b> APPEND r...

    Resolved! Regarding list box

    Hi all,I have given List box on my screen and i Wrote all the code i am getting the Drop Down list but when i click on that i am facing a problem that i am not able to Capture the value which i have entered by selected the required one.Can any one he...

    Resolved! Reports & idoc

    1what is the difference between IDOC types and IDOC views?2.What is Document Tool and what is use of it?3.what is IDOC archiving?4.what is the difference between watch point and break point.?5.How to add extra functionality to a standard print progra...

    confirmation problem

    hi all,we have a requirement that in transaction co1f where production order is confirmed . it is required thet once the user confirms the order xxxx on operation sequence 90,it will not be able to do so again.actually a message comes before every co...

    Regarding search help

    Hi Frnds,I have created a search help on "TVARVC" table "LOW" field, It retrieves the value of TVARVC-LOW with the condition TVARVC-NAME = <condition>. It displays all the match values, but it gives the following message on the screen "There are more...

    Resolved! ALV Grid event handlers

    Hello Friends;I have a problem with event handlers. I have defined events for double_click, data_change and hotspot_click. At first run of the program everything runs fine but when I make a change at the screen (like pressing Enter or entering a valu...

    field length

    hi frnds, im generating a table maintainence for a z table. the table has a field of length 225 characters... because of this im not able to generate a view with 2 screens...any solution for this ?points assured to all replies..regards,Madan..

    Resolved! List of Events

    Dear friends,Can u please tell me the events as per the execution.a)list of basic events in abap prg?b) list of classical events?c) list of interactive events? If possible Documentation or link to that docmentation.I Promise to Reward.Thanx in advanc...

    Labels in this area