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

    Resolved! Help in the ABAP query

    hi folks,Need help in this query.I am working on this query..select knumv kschl kbetr kwert kinakfrom konvinto table cdata for all entries in bodyitab1where konv~knumv = bodyitab1-knumvand ( konvkbetr > 0 or konvkwert > 0 )The query works fine and I ...

    Resolved! The tilde vs. the dash

    What is the deal with the tilde, exactly?I haven't programmed in ABAP in a long while, and when I tried to change a program, I kept getting "field not found in program" messages on a SELECT statement.I actually copied some of Rich's code to replace m...

    Resolved! ALV Printing

    Hi,While printing an ALV report, it seems the following header comes by default:Data statistics Number ofRecords passed 6 (my ALV has 6 records)I am using classical ALV, is there any way to turn it off.Thanks again,Rajib

    Resolved! LSMW- Specify Files

    I was trying to specify files in my LSMW object. I specified a PC Test File under Legacy Data. However when I try to specify a .conv file under the Converted data section the system is asking me to specify a logical path and logical file and is makin...

    Resolved! EVENTS in Classical ALV

    Hi,I want to know the Purpose of using the below Events in Classical ALV (if possible with example).1. CALLER_EXIT 2. REPREP_SEL_MODIFY3. top_of_coverpage4. END_OF_COVERPAGE5. TOP_OF_FOREIGN_PAGE6. END_OF_FOREIGN_PAGE7.SUBTOTAL_TEXTThanks in Advance,...

    Resolved! ALV-OOPS

    Friends, I have to give a detailed presentation on ALV-OOPS within few days.Can anyone specify various topics that should be covered under OOPS.Friends please help me on this regard.Thanks & Regards,Kanthimathi

    Weird Code Error

    tables: mara,eina.DATA: ze1edp19 like e1edp19 occurs 0 with header line.DATA: begin of zinteina occurs 0, matnr like mara-matnr, idnlf like eina-idnlf, end of zintEINA.data: i_mara like mara occurs 0.CLEAR ZE1EDP19.clear zinteina.MOVE ...

    Resolved! displaying negative nos.

    Hi,I am working on an ALV program which should show the no. of days as negative...if the due date is past the current date.For instance if the due date is 07/26/2005, it should show 1-.I have declared the data as:no_of_days_1 type I.no_of_days_1_d(10...

    adjusting space

    hi folks,I have to adjust the space while cocatenation of charactersIf I have the data '7/08 TU MET ENT' I need the data to be spaced as'7/08 TU MET ENT'Few days back one of the developers helped me with this codeconstants: c_crt type x value '0D'....

    Labels in this area