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

    Search Help Exit

    Hi ,I have six fields defined in my search help (join for proj , jest )One of the field (ZSTAT) is not a part of any TABLE .. I want to send it to the import parameter of the Search help Exit for further processing of records.But when i debug the sea...

    Resolved! Accepted Solution

    query not working

    Hi all, I am working in 4.6c, i have written a select query as below but it is not populating the internal table.please help . urgent. SELECT lifnr name1 brsch INTO CORRESPONDING FIELDS OF TABLE vend_det FROM lfa1 FOR ALL ENTRIES IN po_h...

    Resolved! Accepted Solution

    REG TABLES.

    when i pass an internal table to a subroutine, it is taking only body in that subroutine, i am not able to access header of this internal table it is gving error. perform test tables i_tab. is there any other way thru which i can acess header in s...

    Resolved! Accepted Solution

    How to catch the select-options value in AT SELECTION-SCREEN event?

    Hi,allThis is my code:SELECT-OPTIONS: P_BUKRS FOR T012-BUKRS.PARAMETERS: P_BNKA TYPE BANKA.AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_BNKA.select single bankl from bnka where bukrs = p_bukrs.-Last statement failed because p_bukrs was null.So, How can...

    Resolved! Accepted Solution

    Business Add-In for addition item detail screen in delivery

    Does anyone know how to add a customed tab in the transaction VL01N?I have found the BAdi interface IF_EX_LE_SHP_TAB_CUST_ITEM, but still don't know how to proceed after reading the documentation?Do I need to modify the standard program SAPMV50A by a...

    Resolved! Accepted Solution

    internal table NAST

    Hi All!I have the code:......LOOP AT IT_VBRK.AT NEW VBELN.SELECT OBJKY KAPPL KSCHL NACHA VSZTP USNAM LDEST ERDAT ERUHR INTO TABLE IT_NAST FROM NAST WHERE OBJKY = IT_VBRK-VBELN AND KAPPL = 'V3' AND KSCHL = 'RD00'.IF SY-SUBRC = 4.WR...

    numc and char

    hi i have got two fields that have data types numc and char. I want to fill value --- in those fields. I know i can do it for char but nt sure for numc. what if i put space or 0000 for numc, will it be any good.thanks in advance,Gaurav

    Resolved! Accepted Solution

    numc and char

    hi i have got two fields that have data types numc and char. I want to fill value --- in those fields. I know i can do it for char but nt sure for numc. what if i put space or 0000 for numc, will it be any good.thanks in advance,Gaurav

    Resolved! Accepted Solution

    tables,fields

    hi with reference to the Purchase order i need to develop delivery note program.the fields i needed init are from address, to address, po number, quantity, item id, description, and package weight.what are the tables i should look into it an dfields....

    Labels in this area

    Explore this Area