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
    • 94653 Views
    • 212 Comments
    • 39 Likes

    DBIF_RSQL_INVALID_RSQL

    I get this runtime error "Error in module RSQL of the database interface." when this ABAP statement is executed. What is the main cause? REPORT Z_ALV_V5. TYPE-POOLS: SLIS. TABLES: EKPO. TYPES: BEGIN OF ty_ekpo, EBELN TYPE EKPO-EBELN,...

    vicky31 by Explorer
    • 2462 Views
    • 8 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Dynamic SQL with field symbol

    Hi experts, my requirement seems a little weird, but maybe you can help me. We have a custom db-table, which comes with two colomns: table and field. In this table (ZB01), the customer has values like KNA1 & NAME1, or KNVV & AUFSD. The custom...

    tim82 by Explorer
    • 1490 Views
    • 4 Comments
    • 1 Likes

    How can i make the Searchhelp so it searches in any of the Fields of a multy field search?

    Hi i have this search help: The Problem is, as soon as i type something into the text field, it only shows entries where the street matches the pattern. But i want it to match the entered pattern in any of those parameters. For example if i ty...

    Resolved! Accepted Solution

    Data is not getting fetched.

    After debugging the code, it_ekpo is not fetching any data.I'm very new to ABAP so, not able to understand the problem/ error/ mistake. Help me. REPORT Z_ALV_V4. TYPE-POOLS: SLIS. TABLES: EKPO. TYPES: BEGIN OF ty_ekpo, EBELN TYPE E...

    vicky31 by Explorer
    • 2493 Views
    • 4 Comments
    • 0 Likes

    How to use Application based permission type in OAuth authentication in SAP ABAP?

    Hi,We have ABAP application to get the data from the exchange online server(Microsoft EWS) and for this, We have used the EWS web-service and Basic authentication(RFC). But we want to change authentication type from RFC to OAuth 2.0.I have already im...

    Labels in this area

    Explore this Area