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

    SAP debugging in ABAP

    Any way to find the particular field changes throughout the whole program like ME22N. For Creating watchpoint ,we need to know program name to find the field changes, any method to find the field changes whatever the program name.( script debugging m...

    Resolved! Accepted Solution

    How to write concatenation in inner join condition in select query

    I want to inner join two tables RSEG and BKPF and condition is BKPF~AWKEY = concat( RSEG~BELNR, RSEG~GJAHR). I write following statement but it is not working SELECT * FROM RSEG INNER JOIN BKPF ON BKPF~AWKEY = concat ( RSEG~BELNR, RSEG~GJAHR ).

    SSO and Web Service API

    Hi all, I was trying to consume ABAP system API(Looks like it's OData service), it's just a GET method. I know username(technical user) and password and I set them as the basic authentication. I tried it in Chrome and Postman, but I was brougnt...

    EricYu0912 by Product and Topic Expert
    • 1000 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Access ABAP Variant parameter that is long string value

    Hi, I have an ABAP variant with a long string parameter. It looks like all of the FMs I am using only pull up a partial value of the string parameter for display/use. Is there a way I can access the full value of the ABAP Variant Parameter for valida...

    sap_cohort by Active Contributor
    • 2893 Views
    • 7 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Using BDC over BAPI

    Hi All, We see that in almost all cases we use BAPI over BDC because it has many advantages over BDC. However, can you let me know scenarios, with the help of an example preferably, where BDC should/is used even when there is an existing BAPI for t...

    Resolved! Accepted Solution

    F4 help on alv

    Hello can anyone help me,I want to add an F4 search help on an alv column ,in this case status. I have seen some examples and I changed from REUSE_ALV_GRID_DISPLAY to REUSE_ALV_GRID_DISPLAY_LVC gs_fieldcat_lvc-fieldname = 'STATUS'. gs_fieldcat...

    Resolved! Accepted Solution

    create screen doesn't exist in Module Pool programming

    Hi Gurus, I'm trying to create a container in Module pool programming. In SE80 when i right click on my program name create screen option does not exist on the list so i can't reach grey layout screen. (instead of screen dynpro exist on list) Cou...

    Labels in this area

    Explore this Area