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

    Sentence Try...Catch when submiting a report

    Hello gurus,   I have a problem catching the errors when submiting a report inside a class.   Here is the method I'm using:  method CALL_ROUTINE.  data: ocatch   TYPE REF TO cx_root,        text   TYPE string.  TRY.   SUBMIT ZTEST AND RETURN.  CATCH ...

    marcelogb by Participant
    • 2003 Views
    • 8 Comments
    • 0 Likes

    caufvd-ingrp

    Hi !I have to find all sales orders that have the field caufvd-ingrp set to 'L42' (this value is just an example)I know I can call PM_ORDER_DATA_READ with an order number. Then CAUFVD is filled with the correct values. But then I have to call PM_ORDE...

    Smart form

    Hi Gurus,Can you please help me to develop this logic :Select vbelv posnv vbeln posnn vbtyp_n vbtyp_vFrom vbfa into corresponding fields of table lt_vbfa1For all entries in lt_vbfaWhere          vbelv = lt_vbfa-vbelv  “getting the reference sales ord...

    Resolved! Accepted Solution

    Copying a file

    Hi guys,i have created command zcmd in SM69 to run a .BAT file for copying a file from PC one directory to another.in SM69 i definedCommand name: ZCMDOperating system: UNIXOperating system command: cmd /c inside Copy.bat file have command isCopy C:\F...

    Resolved! Accepted Solution

    value getting null after loop at it into wa

    Hi Experts,select bukrs          kunnr          budat          wrbtr     belnr     shkzg     from bsad     into table it_bsad     where bukrs in s_bukrs and kunnr in s_kunnr and budat in s_date.   select bukrs        kunnr        budat        wrbtr  ...

    Resolved! Accepted Solution

    SAP PS BADIs - dump

    Hello everyone,I get a dump when calling the BADIs in the order below. In the second list, everything works. My question is - Is it possible to create a network header before the WBS is committed to the database?This sequence results in a dump "RAISE...

    Resolved! Accepted Solution

    Is it really necessary to clear a variable before overwriting it?

    Hello Experts,I might be asking a dumb question but I havent really found an answer for this anywhere.Is it really necessary to do this:CLEAR l_material.l_material = 'ARandomMaterial'.I have seen the above snippet in several programs and even well ex...

    sap ooabap

    Hi SAP people,in ooabap,by using docking container i can splited the screen into 3 parts,when i double click on the first cell the data coming to the second cell,but the problem is when i double click in second cell the data is not populated in third...

    Labels in this area

    Explore this Area