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

    Report

    Hi,I have selection screen with GL account range (BSEG-HKONT),Company code (BKPF-BUKRS),posting date range (BKPF-BUDAT).Now,I have to find all the documents (Belnr) from BKPF that fall within the posting date range (bkpf-budat)With regards

    Resolved! open dataset

    i have written below code.IF NOT it_final_itab[] IS INITIAL. OPEN DATASET p_file FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE. IF sy-subrc NE 0. MESSAGE 'Error on output file read' TYPE 'E'. ELSE. LOOP AT it_final_itab INTO wa_fina...

    Resolved! su01

    hi all,my requirement is to add an extra field in logon data tab in su01 beneath the field costcenter in table usdefaults can nayone plz guide me as how to accomplish this.<REMOVED BY MODERATOR>rgdsEdited by: Alvaro Tejada Galindo on Apr 22, 2008 5...

    Resolved! Select-options

    Hi All,I need to fetch the data based on selection criterial PLANT,MATERIAL,DATE,at present my coding working for MATERIAL only can any one give hit how to fetcah data from above two options,here it is my code:TABLES:s031,s032,makt,marc.DATA : BEGIN ...

    Excel Download

    I need to download an Internal table into excel sheet. While down loading, if the sum of any one of the columns in the internal table is 'Zero', that column should not be displayed in the excel sheet. Can any body tell me the solution for this ASAP.

    Resolved! Break Security

    Guys, last nigth I was thinking, if a user is not allow to execute for example transaction sm50 and he execute /h before of perform sm50 , he can change the values of variables in debugging process ? and worst access to transaction ?

    give ans

    1) write the syntax for AT NEW?2)write the syntax for AT END?3)write the syntax for AT FIRST?4) write the syntax for AT LAST?5)write the syntax for ON CHANGE?6) write the syntax for 'for all entries'?

    Labels in this area