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
    • 94129 Views
    • 212 Comments
    • 39 Likes

    Select statement

    Hi Gurus,I have a condition :I need to go to knvh and collect planning group from knvh-kunnr where knvh-hityp = "D" and knvh-hkunnr = cid, after that go to knvh and collect sold to party from knvh-kunnr where knvh-hityp = "D" and knvh-hkunnr = planni...

    Resolved! Accepted Solution

    Delete Duplicates from internal table with object references

    HiHow can I delete duplicates from an internal table in ABAP OO based on the value of one of the attributes?I have created a method, with the following code: ...... LOOP AT me->business_document_lines INTO l_add_line. CREATE OBJECT ot_line_own...

    IMG Role

    Hi,Can anyone please explain me, IMg role, because I have so many users who has some kind of MODSAPALL role in their Role tab, and I never created such role for them, and never assign to them, I'm the only security person. When I try to open this rol...

    Resolved! Accepted Solution

    include MF05AFA0

    Hi Experts,I want to modify few lines in the standard include program MF05AFA0.I am not able to find a suitable user exit for this include program.Few tcodes invloved are fb01,f-22,fb02..etc. Can someone tell me how to do this?thanksDany

    Resolved! Accepted Solution

    Which table contains information on attributes of screen fields in XK02?

    Hello.I need to know which table(s) contain the customized information on the attributes of the fields in transaction XK01, XK02, XK03. specially, I am interested in knowing how the fields are customized (required, optional etc.). In SPRO: Financial ...

    Resolved! Accepted Solution

    Optimisation of code

    Hi,I have the code below, is there a more efficient way of doing this so it runs faster?IF NOT xaccit[] IS INITIAL AND NOT cvbrp[] IS INITIAL. LOOP AT xaccit. LOOP AT cvbrp. IF xaccit-posnr_sd = cvbrp-posnr AND NOT xaccit-hkont IS INITIAL. ...

    Invoice Details

    Hi,Can any body suggest me any FM which will give me invoice details based on invoice number only with its pricing conditions. i have seen BAPI_INCOMINGINVOICE_GETDETAIL.but it asks for fiscal year too.Pls help me.points will be rewarded.regardsAzad.

    Resolved! Accepted Solution

    Table maintenace

    Hi All,I have created a table maintenance genrator to a Z table.Now I can maintain (create, delete, modify) the table entries from SE16 or SM30.But on user's request I have created a Z transaction for the maintenance of this Z table.Now if user types...

    Resolved! Accepted Solution

    User- Exit Activation (FORM EXIT) How to activate in different Machines?

    Hi,I have a user-exit RV60AFZD working fine in development, but when i go into testing machine, i have the program RV60AFZD, but the standard program don't go to this user-exit... Do you know if i need to activate something?ThanksBRMessage was edited...

    Resolved! Accepted Solution

    BUKRS <=> KUNNR/LIFNR

    Hi. I'd like to ask You something. Every unit (BUKRS) is simultanously a supplier and receiver. It's in KNA1 and LFA1 under customer/supplier number (KUNNR/LIFNR). How to connect those things together? Let's say that I have some BUKRS = x. Now I'd li...

    Resolved! Accepted Solution

    Getters & Setters in ABAP?

    In C# and in Java we have special functions that operate on private class data called getters and setters. These are almost always public and allow the "outside" to interact safely with the private class data. An example would be :[C#]public class ...

    Resolved! Accepted Solution

    Script to PDF

    Hi guys,I have created a driver pgm and script inorder to convert the script o/p to pdf.-REPORT ZPDF.DATA: BEGIN OF ITAB OCCURS 0, CARRID TYPE SFLIGHT-CARRID, CONNID TYPE SFLIGHT-CONNID, PRICE TYPE SFLIGHT-PRICE, END OF ITA...

    Resolved! Accepted Solution

    Object status - Get description instead of code (J_STATUS) for OBJNR

    Hi,I am modifying a report, in which one of the fields on output is "Object status," which is pulled from table "Jest". The field is called "Stat" and pertains to the specific OBJNR (object number.)However, the status is a code (5 Char) but the user ...

    Resolved! Accepted Solution

    Page header

    Hi everbody,here is a simple code below. I i don't use the write statement in the header part it writes out all the results. If I use it, I only get 1 row. Why is it that?? Why I can't use my page header?????TOP-OF-PAGE.write: 3 'Vendor Nr.', 30 'Nam...

    User exit in PP

    Dear all,Pl' give any examples of use exits used for PP modules, etc....e.g. while production order confirmation (TCCO11) qty should be equal to & less than issued qty. ( CO27-- 261mvt) only , It should not accept order qty. greated than issue qty.If...

    Labels in this area