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
    • 94193 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    Strange Problem ABAP Prog.

    Hi,Very strange problem. I have the program below;When I run it , I would expect ls_business_object-Valueto have the contents of header , but it does not, when I look at it in the debugger. It adds the element, but there is nothing in value.Can't rea...

    Resolved! Accepted Solution

    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! Accepted Solution

    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

    Resolved! Accepted Solution

    Data Dictionary Structure

    HiI was wondering if anyone would have a function call that would pull back the data dictionary structure for tables like TVARV. I tried VIEW_GET_DDIC_INFO but I recieve and error saying that no TVDIR entry exsits. Is there anything else that might w...

    Resolved! Accepted Solution

    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