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

    preprocessor directives

    On older systems the following statement cl_salv_table=>factory( IMPORTING r_salv_table = DATA(lo_table) CHANGING t_table = <fs_data> ). must be rewritten as follows: DATA: lo_table TYPE REF TO cl_salv_table. cl_salv_table=>factory(...

    abo by Active Contributor
    • 805 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    [abap2xlsx] excel (XLSX) repair due to new line character (cr_lf) in table column header

    Hi, Excel (XLSX) is repairing when it is opened. This is due to new line character (cr_lf) in table column header. abap-code.png excel-opening-error-message-1.png excel-opening-error-message-2.png New line characterblinigual-column-header....

    How to use 'for all entries' and 'into corresponding' and 'up to 1 row' together in SQL

    I have an internal table A with fields name and price and DB table B with fields name,price,date. Now itab A already has name, and I want to for each name in A, query latest price in B and filled into corresponding field of A. So I wrote select ...

    Resolved! Accepted Solution

    AL11 has a '#' in one of the rows. How to read and replace this.

    A file on our sap server, has a row with this entry 'iE#ski' I want to read this file and replace the # with an X. The following code doesn't work, and I assume it is because the # is actually a hex variable. The gv_string variable below is fille...

    Resolved! Accepted Solution

    Declare a parameter in the selection screen in RFFOAVIS_FPAYM

    Hello experts, We have a Z program, which is a copy with changes of the standard program RFFOAVIS_FPAYM. My goal is to add a parameter to the beginning of the selection screen. The first parameter which I can see in the selection screen definit...

    hagit by Active Participant
    • 2903 Views
    • 7 Comments
    • 0 Likes

    ​ Download Issue : SAP NetWeaver AS ABAP Developer Edition 7.52 SP04

    when I am trying to download SAP NetWeaver AS ABAP Developer Edition 7.52 SP04 . It is showing "Your request for information is being reviewed. Once approved, you’ll receive an e-mail with additional instructions.".It is showing for every section . H...

    Labels in this area

    Explore this Area