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
    • 92898 VIEWS
    • 212 REPLIES
    • 39 Likes

    Resolved! Regarding Execution

    Hi Gurus I am facing problem while Executing the Report.That is After displaying the selection screen and by making entries it is giving the correct list.But when I press the Back button or Esc button in the list level insted of showing the Select...

    Resolved! Looping issue

    Hi All...When i use the following code, i am unable to append the data in the internal Table i_jest.It is getting over written each time....************************************************************loop at i_aufk into wa_aufk. select objnr stat in...

    Resolved! User Authentication

    Hello SDN'sI have a customised screen where in user enters a RFQ Number. Now what i require is if a RFQ No is being processed by one user User1 and at the same if another user User2 tries to process the same using the same screen on a different syste...

    SCREEN Painter issue

    Hello Expertsi am trying to create a drop down list for a given screen element sdyn_conn-carridi have wrote the following piece of code PROCESS ON VALUE-REQUEST.FIELD sdyn_conn-carrid MODULE create_dropdown_box1. in flow logic of screen 100 when in...

    Resolved! Email

    Hello Friends,After the report runs in the background it will create a spool file and it should send the spool as an email. The email is for a group of people and looks like they want it to set up through the distribution list.What is it and how can ...

    Resolved! Import automatic

    Hi,Our import procedure is set up to do it automatically every half an hour. I already have had a transport moved to a test system but now I want to reimport it again. How woud I do this without creating a new transport. Thanks

    Resolved! Spool

    Hello friends,I am running my programs in back ground and it creats an outbound text file and i havent used any write statements in the program. Would it create a spool or anything to say that the progam has ran succesfully and would it display the o...

    Resolved! internal table

    Hi,This is not modifying the internal table. Required field is changed in work area. GT_EKBE_E[] = GT_EKBE[]. LOOP AT GT_EKBE_E. IF GT_EKBE_E-BEWTP = 'E' OR GT_EKBE_E-BEWTP = 'D'. READ TABLE GT_EKBE WITH KEY LFBNR = GT_EKBE_E-BELNR BEWTP = ...

    QM Defects tables

    Hello,I'm working a report that needs to list all defects for the characteristics of an inspection lot. I can see those defects by entering the t-code QF03, then type the inspection lot (30000000060), the screen shows a list like the followings. Bu...

    Message 336 in MV45A

    Hello, In SAPMV45A, if i try to add a schedule line with duplicate request date it throws an information message saying that a line with the same request date already exists. I need to make this an error message. I found the following code:The flow ...

    Labels in this area