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

    Load data in xl by giving dynamic table and selecting dynamic fields from this table

    Below is the program and output screens. REPORT zvb_dummy1. DATA:ls_fieldcat TYPE slis_fieldcat_alv, lt_fieldcat TYPE slis_t_fieldcat_alv, ls_fieldcatlog TYPE slis_fieldcat_alv, lt_fieldcatlog TYPE slis_t_fieldcat_alv, lt_layout TYPE slis_layout_al...

    Resolved! Accepted Solution

    Joining service tables

    Hi, I am looking to create a CDS view where I can use the same column value in a loop to retrieve information from the same table. Code: define view ZSERVICE_DETAILS as select from ekpo as ekpleft outer join essr esr on ekp.ebeln = esr.eb...

    placeholder syntax

    I am looking for a sql syntax for a prompt variable (placeholder!=null) to notNull. I know we do some thing like this for is equal, but what would be the syntax like for notNull or isEmpty ...SELECT ... FROM "schema"."view" ('PLACEHOLDER' = ('$MU...

    Resolved! Accepted Solution

    How Select From Local IT !

    DATA : IT_DATA_GRID1 TYPE TABLE OF BKPF, IT_DATA_GRID2 TYPE TABLE OF BKPF. START-OF-SELECTION. SELECT * INTO CORRESPONDING FIELDS OF TABLE IT_DATA_GRID1 FROM BKPF UP TO 10 ROWS. How select again from IT_DATA_GRID1 ? SELECT * INTO CORRESPON...

    srahemi by Participant
    • 4339 Views
    • 14 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Eclipse - forward navigation with CTRL+LEFT MOUSE not working

    H there, I've just installed Eclipse (2019-6) and the ABAP Development Tools. The problem is, that the forward navigation with CTRL+LEFT MOUSE is nor working (e.g. when clicking on a variable to get to the declaration). Same issue with Eclipse ...

    Resolved! Accepted Solution

    Getting 6 hr delay timestamp value when Creating YR by using Standard BAPI

    Hi Everyone, I have a requirement to create Yard Request(YR) based on the file/record receive from PI/PO system. I used the Standard BAPI provided by SAP to Create & Update YR in the program but when I check the Created YR in tiles, I can find tha...

    Resolved! Accepted Solution

    Re-triggering Output Type after Goods Movement Reversal [VL09]

    Hello. I would like to ask how do I go about re-triggering an output type after reversing the outbound delivery in VL09? The output type has "Multiple Issuing" ticked in NACE so it has an unprocessed status even after processing. I came up with add...

    Labels in this area

    Explore this Area