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

    Hiding column in cl_salv_table

    hey, I am using cl_salv_table to dispay report and I need to hide some of my column present in gt_table I did this using SET_VISIBLE method. TRY. CALL METHOD cl_salv_table=>factory IMPORTING r_salv_table = lt_table CHANGING t_table = gt_table . ...

    amysh95 by Participant
    • 10923 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    How to move a structure containing type CURR fields to a string

    I am trying to move lines from Infotype 0008 to a string. Infotype 0008 contains fields like BET01 which is type CURR, and ANZ01 which is type DEC. I want to move ls_0008 to ls_string but in Unicode this is not allowed because the field types are n...

    Left Outer Join

    Hello, I would like to do a Left Outer Join in the WHERE statement (Selection Formula Record). Any suggestions would be utmost appreciated. I know we should do this in the FROM statement, but I do not have a field to LOJ to at that point. It's one fi...

    Resolved! Accepted Solution

    BDC in S/4 HANA

    Hi experts , Is BDC supported in S/4 HANA? But we see there are few standard programs in S/4 HANA 1709 , which are using BDC Call transaction method. Do we have any information note such from SAP, stating BDC is either can be used or obsolete i...

    how to maintain change logs like edit or delete entries in table maintenance generator(ztable)

    Dear All, I have a requirement that I have to maintain the delete , edit entries logs into a ztable for a table maintenance generator ztable_tmg . Whenever a table entry is deleted or edited or modified then the entry should be saved in a ztable ...

    Sales Order Query

    Hi All, I need to write a query, that gives me the Open sales order for a financial calendar year, which is easy enough because I can write a query for the sales order with open line status, but the problem I need to find out if any of those open o...

    Resolved! Accepted Solution

    Concurrent compression streams with CL_ABAP_GZIP_TEXT_STREAM

    Hi, When using CL_ABAP_GZIP_TEXT_STREAM, it requires a buffer interface if_abap_gzip_text_handler~use_out_buf which is defined as static. This works fine when I need a single compression stream. E.g. looping through a single table, writing data o...

    Resolved! Accepted Solution

    Couldnt build Java applications in SAP Web IDE from 4/2/2019 after Reinstalling Builder

    Hi everyone, After reinstalling builder I am getting the below error while building the application. Moreover this error shouldn’t occur because this runtime environment is provided by cloud foundry.Could you please suggest some inputs? [INFO] BU...

    ODATA update

    Hi, I'm using web IDE Full Stack, SAP UI5 and a HANA db service. Creating entities with the app works fine. But I receive errors during the update operation. onTaskStatePress: function () { var oModel = this.getView().getModel(), oViewMode...

    WFlats by Participant
    • 1760 Views
    • 2 Comments
    • 0 Likes

    Querying in SE16

    Hi, How can we create below query in SE16? select rldnr, rbukrs, belnr, gjahr FROM acdoca INTO TABLE @DATA(it_acdoca) WHERE ( rldnr = 'U0' AND rbukrs = 'AA05' AND belnr = '1000000011' ) OR ( rldnr = 'U0' AND rbukrs = 'AA04' AND be...

    Labels in this area

    Explore this Area