Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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...

    Criticality.png

    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...

    2024-08-07_08-25-11.png
    sheenamk by Developer Advocate
    • 93163 VIEWS
    • 212 REPLIES
    • 39 Likes

    Resolved! 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...

    Runtime Error - PA40

    Hello Everyone,I am getting the run time error whenever I am performing T-Code PA40. It was working fine before but recently I have deleted around 13 personnel numbers and changed the personnel number ranges status from 13 to 0 and tried to hire an e...

    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! 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! 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! 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...

    use of value table

    hi experts,i have gone through many posts in SDN but couldnt understand the real use of value table.According to my understanding,value table is not used for data validation and F4 help.Then what is the actual use of value table??Please help

    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! 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! 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! 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...

    excel multiple sheet

    Hi,I am having a problem with creating new sheet in excel via abap. My values in the 1st sheet is getting overwritten. I have used the following code.. CREATE OBJECT H_EXCEL 'EXCEL.APPLICATION'. "type of application PERFORM CHECK_ERRORS. SET PROPERT...

    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! 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! 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