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

    dynamic columns

    Hi all,Suppose i have this code:<b>loop at table into line.....if line-column1 eq 'something'.....endloop.</b>with that i search if the column line-column1 is equal to 'something', and if it is i do something. That works fine, but now i'm facing a pr...

    luscruz by Participant
    • 608 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    select join

    I want to create a select join on 2 tables and I want to select ALL of the fields from the 1st table(without having to list them) and just a few (I'll list them) from the 2nd table. Is this possible?Thanks!

    sap_cohort by Active Contributor
    • 1453 Views
    • 10 Comments
    • 0 Likes

    RFC basics?

    Hello All,I know the basic differences between tRFC and qRFC. I know how to create RFC's using SE37. But how do I create and use tRFC and qRFC? The RFC we usually create is a tRFC or qRFC? How do I recognize?Thanks in advance,Chandni

    Resolved! Accepted Solution

    Download Srting to Application Server of Length grater than 1023 char long

    Hi,I have a requirement in which i have the string longer than 1023 to be downloaded into application server. Actually the string length keep changing for each row of string in the file. Please suggest me a suitable solution. I think the application ...

    Resolved! Accepted Solution

    Field Symbol

    Hi allIm using the follow code in a user exit to retrieve the text typed for a certain item of the transacatio ME51N...field-symbols <ztext> type any " or field-symbols <ztext2> type standard table.assign ('(SAPLMMTE)gt_control') to <ztext>. Eve...

    GUI status

    Hi all,I have two screens like 100 and 200.In 100 i hvae 2 radio buttons and in 200 i have a gui appln tool bar button say 'add batch'.My requirement is when i select radio button 1 in 100 then that 'add batch'button should not appear in 200.and if I...

    Resolved! Accepted Solution

    Read Statement

    Hello friends,I have to read a internal table based on it_zzsd-Kunnr.I am using,READ TABLE it_knvv WITH KEY kunnr = it_zzsd-kunnr.However in table it_knvv there are multiple records for a single it_zzsd-kunnr.I just want to pick the first.Will the re...

    Resolved! Accepted Solution

    Help with INNER JOIN

    Hi All,The following statement takes quite a long time to run. Any suggestions how it can be fine tuned.SELECT MSEGWERKS MSEGBWART MKPFBUDAT MKPFBLDAT MKPFBKTXT MKPFMBLNR MSEGGRUND MSEGLGORT MSEGMATNR MSEGMENGE MSEGUMLGO MSEGSGTXT ...

    Resolved! Accepted Solution

    Data from Z-table

    Hi ,My requireent is as follows . I have a z-table for which company code (BUKRS) is the only keyfield . Now I need to dislpay a list of all company codes which are in t001 but not on the z-table .This is my follwoing code :TABLES: t001, zfinfc . D...

    Resolved! Accepted Solution

    Last Page in Smart Form

    Hi,I need to print footer always in the last pageirrespecive of the number of pages generated for purchase order.Created a Folder and added a template with the footer information.Tried the event " Only After End of Main Window".It doesn't work.Any he...

    EKKO - EKPO - EKET

    Hi, I was writing a report that selects data EKKO (Purchase Order), EKPO (Purchase Order Items) and EKET (Purchase Order Delivery Schedule). I needed to get BANFN field (Purchase Requisition) number which is related to the PO.Both EKPO and EKET table...

    Labels in this area

    Explore this Area