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

    Goods Movement

    Hi All,I am using BAPI BAPI_GOODMVT_CREAT to post PO.this is a snapshot - ITAB-MOVE_TYPE = '101'. ITAB-MVT_IND = 'B'. ITAB-PLANT = WA_FINAL-WERKS. ITAB-MATERIAL = WA_FINAL-MATNR. ITAB-ENTRY_QNT = WA_FINAL-MENGE. ...

    amit_khare by Active Contributor
    • 493 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    derivve fiscal year

    helloi have a field called BUDAT (posting date) and i need to derive the fiscal year from this date. Can you help me. I am not very familiar with abap so please help me write the code for it. I found a FM called GM_GET_FISCAL_YEAR but i am not sure h...

    Resolved! Accepted Solution

    Select Table ?

    arch_date-high = sy-datum - 730 . arch_date-sign = 'E'. arch_date-option = 'BT'. append arch_date. select vbeln posnr vbtyp auart kunnr bstnk bstdk vkorg vtweg vkbur meins abrvw matnr pstyv werks abgru vkaus prctr netpr netwr waer...

    Resolved! Accepted Solution

    Badi after save PM WorkOrder

    Hi, i´m in 4.7 and i´m trying to find a Badi where to update a field in transactino IW31 (Create WorkOrder). I didn´t find user-exit or badi. I also try to find a badi to update the order after if have been create, but method IN_UPDATE of badi WORKOR...

    COMMIT Work

    Hello All,I have a simple code:<i><CODE>data: begin of itab occurs0, f1 like table-f1, f2 like table-f2, f3 like table-f3, f4 like table-f4, end of itab.SELECT F1 F2 F3 F4 FROM TABLE INTO itabwhere clause.COMMIT WORK. <----...

    Resolved! Accepted Solution

    View/table Ztable can only be displayed and maintained with restrictio

    Team,I am getting this error when I enter my table in SM30 and click on either -No Restrictions; -Enter conditions. (I already created Table Maint. for it.)Error:"View/table ZTABLE can only be displayed and maintained with restrictions"I deleted and ...

    Resolved! Accepted Solution

    database query

    hi i have an internal table...itabf1***f2*****f3*****f4***f5********f6***totalcost1 ***218.02*312.03*0.00*110.00*****R***2**** 109.01**416.04*0.00*110.00*****R*** 3**** 109.01**416.04*0.00*110.00*****u*** 4**** 19.01***46.04*0.00**110.00*****R*** 5**...

    HR_HOURS_MINUS_BREAKS

    Hi Has anyone used the FM HR_HOURS_MINUS_BREAKS?I would like to calculate the number of hours a person has worked in a day - the total breaks.i.e (09:00 to 17:00) - (13:00 to 14:00)I have been trying to use the FM's SD_DATETIME_DIFFERENCE and SD_CAL...

    Resolved! Accepted Solution

    ABAP Code - Urgent

    Hi All,This code is not working properly. Say, after first pass through the loop, l_bukrs has value '100', the second pass throught he loop is again taking '100' without going to the next value of l_bukrs. LOOP AT I_T_DATA.... clear: l_salesorg,...

    Search Help

    Dear Guys I have two different fields in a table. User needs a search help which show the concatenate from of those fields on screen so that when user choose the field from search help it will be concatenating form of those two fields. Or if its not...

    questions

    1 for creating external programs from sap scripts what program structure type must be used?2.which processor control flow logic of online programs?3.in sap r/3 which processer allocates resorses to application server?

    Material creation

    Hi all, I want to create retail material Generic(MM41) with any method, preferably bapi. material should be assigned internally. I tried with 'BAPI_MATERIAL_MAINTAINDATA_RT'.but this bapi require material no is mandatory.Plz suggest solution if an...

    Resolved! Accepted Solution

    sum in field catalog

    i have an field catalog and i wont to do sum for column i declere in the field catalog like this and it didnet worki check the structre and all fields are numc .what is the problem can be.thankes..WHEN 'YYQUOTA'. wa_fcat-coltext = text-006. ...

    Labels in this area