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

    User exit MGA00001 - logic to prevent database commit of material

    Hello,I have been asked to show a warning to users if they are trying to extend a material using MM01 and the material has a cross plant block (MARA-MSTAE). I am using popup_to_confirm with warning message icon and the options to Proceed or Exit. If ...

    jimminy1 by Participant
    • 797 Views
    • 1 Comments
    • 0 Likes

    BAdI WORKORDER_UPDATE

    Hi,I'd like to use WORKORDER_UPDATE BAdI, specifically AT_SAVE method to modify components at production order BoM (RESB table), at production order creation TR. CO01.I know It's possible to use FM CO_BT_CAUFV_UPD to modify header data but, is there ...

    dunky by Active Participant
    • 1447 Views
    • 1 Comments
    • 1 Likes

    Smartforms issues

    We need to output a PDF letter, so used Smartforms. The functional person linked the smartforms as the output mechanism, but after I activated my form and tested it, it seems the form is not linked at all, still outputting the original form. I checke...

    Resolved! Accepted Solution

    Select .. EndSelect : inconsistency in selection sequence

    Hi All,I came across a strange behavior of select.. endselect query. want to know the sequence in which this will select data from DB tables?eg:select * from vbfa where vbeln = 'XXXXX'.....................................................endselect.the...

    Resolved! Accepted Solution

    problem in Infoset Query

    Hello All,I have created a infoset query in SQ02.My Query includes below tables:VBRP VBRK LIKP  J_EXCHDR  KNA1 J_1IRG23DI need to add the transporter's name which is maintained in header text of outbound delivery.So i have added that field and entere...

    Resolved! Accepted Solution

    Table Control Delete issue

    Hi Frds,In my table control i have given the conditions for row selected .CASE OK_CODE.     WHEN 'DELETE'.       GV_COUNT = GV_COUNT + 1.       IF GW_COST-MARK = 'X'.         MODIFY GT_COST INDEX GV_COUNT FROM GW_COST TRANSPORTING MARK.       ENDIF.O...

    kabil_g by Active Participant
    • 816 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    F110 - send pay. advise to multiple email addresses

    Hi All,i need to send payment advise via Email to several email addresses that has been maintained in XK02 . Below is the Code I have written but Im unable to send getting error like below;BTE :Code; Data  :  p_finaa   TYPE finaa,             lv_emai...

    tharu by Contributor
    • 5820 Views
    • 7 Comments
    • 0 Likes
    Resolved! Accepted Solution

    FUNCTION 'GUI_DOWNLOAD' error, to dbf files

    hi,i found an error in FUNCTION 'GUI_DOWNLOAD' ,with chinese systems , data: begin of itab occurs 0 ,         maktx type char8,       end of itab. DATA: BEGIN OF FLDITAB OCCURS 0,         FLDNAME(11) TYPE C,       END OF FLDITAB. itab-maktx = '一二三四'...

    Transport import issue

    Hello,I have a class "ABC" in which I had a method "XYZ". And the TR was transported to our quality system.Later on because of change in requirement I deleted method "XYZ". and the transport was successfully imported in quality.But when I am trying t...

    Dev164 by Participant
    • 721 Views
    • 2 Comments
    • 0 Likes

    Error in application

    Hi ,I have one requirement for Quantity Conversion .I am using FM: ' MD_CONVERT_MATERIAL_UNIT' .For particular Unit it rises exception : 'Error_in_application'. CALL FUNCTION 'MD_CONVERT_MATERIAL_UNIT'         EXPORTING           I_MATNR             ...

    Resolved! Accepted Solution

    Mass updating the CATSDB without using data entry profile via BAPI

    Hi Gurus,We are working on a requirement where we need to update the CATSDB entries for multiple personnel numbers and multiple work dates together. We actually update the price field there. We currently use the BAPI_CATIMESHEETMGR_CHANGE inside a lo...

    Labels in this area

    Explore this Area