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

    BDC SEESION ERROR

    Sir/mam,I am getting a short dump error after executing this bdc session programRuntime error:  raise exceptionshort text: exception condition"upload_ole" raised.The following program is given below:report ZBDC_SESSION3no standard page heading line-s...

    Customer AFS additional data screen is not visible while doing LSMW using recording method

    Hi,I need to update few fields in AFS additional data screen of customer master general data (Available only for SAP-AFS module). I am being able to see the tab through XD02. But while creating LSMW to do the same using screen recording method, the A...

    Resolved! Accepted Solution

    Save internal table on application server in .xlsx format

    Hello All,We have a requirement to save the data in an internal table on to the application server in .xlsx format. Can someone please let me know if this is possible. And I do not want to save it as microsoft xml format (.xml extension).On searching...

    Resolved! Accepted Solution

    inner join vs for all entries

    hi experts,i have done SQL Trace on select statements using joins and for all entries.case1: using joins and time taken             : 2.249.936case2: using for all entries and time taken : 3.074.469Clearly i can see that join is bit faster than for a...

    Resolved! Accepted Solution

    Differnce in term of performance

    Hi ABAP experts,Let's take the follwing logic:LOOP at IT into WA     IF condition 1          IF condition 2          Treatment          ENDIF.      ENDIF.ENDLOOPIf I add an exit statement into it as follwing:LOOP at IT into WA     IF condition 1     ...

    Resolved! Accepted Solution

    Locking a table

    This topic has been discussed over and over however I can't seem to lock down my table.Here is the code:CALL FUNCTION 'ENQUEUE_EZZTESTTABLE'   EXPORTING      mode_zsss_obs_3 = 'X'*     MANDT               = SY-MANDT      node_no              = '00000...

    Method IF_HTTP_REQUEST->GET_HEADER_FIELD is not returning 'Authorization' header value

    Hi All,I have added a class using interface IF_HTTP_EXTENSION and implemented the method IF_HTTP_EXTENSION~HANDLE_REQUEST as follows:method IF_HTTP_EXTENSION~HANDLE_REQUEST.     DATA:         name TYPE STRING,         value TYPE STRING.    name = 'Au...

    Resolved! Accepted Solution

    Stock at subcontractor on a past date

    Hi,     I want to developing an custom report ''stock at subcontracting Vendor on a past date''.      How can I calculate the stock at subcontracting Vendor on a past date ?I want the inputs as     Date :     Vendor     Material     Batch     PlantAn...

    Resolved! Accepted Solution

    SOFFICEINTEGRATION205 - Error occurred while reading object property

    Hello ABAP-Dev-Community,in our company we have a huge development infrastructure with different landscapes, so different development systems. Now I have the problem, that I can't edit the documentation of a function module with the PC-Editor in one ...

    Resolved! Accepted Solution

    MB1B - User Exit on Save - Does not give me generated Doc no

    Hi,My requrement is to send an email once the document is saved thrugh MB1B. I used following exit -MBCF0002     In the include - ZXMBCU02    I set a  break point. The exit is triggered on save.  However, the newly generate ddocument number is not av...

    Job scheduling issue

    Hi experts,  I'm new to ABAP. i need to create background job scheduling for sending a mail twice in a month(once in 15 days). i.e every month 15th and  last date of a month. how to set this in sm37 . I've used job wizard. i found weekly , monthly .b...

    Resolved! Accepted Solution

    BAPI_CHARACT_CHANGE: err in Quality system

    Hi Friends,We have manage the Characterstics(CT04) uing the BAPI "BAPI_CHARACT_CHANGE" based on the purchase group. I'm getting the error quality error. Kindly find the attachement. It's working fine is Developement. Thanks with regards,Vallamuthu M

    Duplex printing is not working in smartforms

    Hi All,  I am trying to print Double side print using print Mode 'D'.  I am Having 4 Pages like below. page          next Page      print Mode FIRST      SECOND               D SECOND     THIRD               '  'THIRD           FOURTH           DFOUR...

    Resolved! Accepted Solution

    How to delete field from CI_COBL include structure?

    Dear Gurus,I have include a field LCNO  in cl_cobl include structure which is in RKPF and assign it to the package of $temp. But now I want to delete this field from structure and want to make it like as before.Kindly, please help me to short out thi...

    Resolved! Accepted Solution

    Table Updation.

    Hi ,In a program I am pulling out data from 3 tables and creating an Internal table.In this internal table I have a field trans.date which is nothing but the current date. So with this internal table I will create entries in  custom created database ...

    Labels in this area

    Explore this Area