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

    delete duplicates

    want to delete all occurances (not just the adjacent duplicates) from an internal table where certain fields are duplicated. I tried 'DELETE duplicate entries FROM it_name' but got an error saying 'Between Delete and Duplicate, Adjacent is missing'. ...

    Resolved! Accepted Solution

    number range at runtime

    I have to create a batch for co01 tcode. in that i have to use Number range Object based on 3 parameters. those may varie in runtime.there are 731 combinations are there. for each combination have to use a new Number range start from "0000" to "9999"...

    Resolved! Accepted Solution

    access key

    Hi all, My friend installed IDES 4.7 ver with DB oracle 9.2 on windows 2003 server. When he goes for any development work its asking for an access key ; Since he doesnt know whick key to use the system is not allowing him for the same. Could you plea...

    Resolved! Accepted Solution

    code error

    CONCATENATE 'WTG0' LV_MON INTO LV_FNAME. ASSIGN (LV_FNAME) TO <FS>. SELECT SINGLE <FS> FROM COSP INTO LV_SAPRST WHERE OBJNR = LV_OBJ AND GJAHR = LV_YEAR AND WRTTP = '4' AND KSTAR = GT_INOUT-SAKNR Error message : Unknown column name "<FS>" . field lis...

    Resolved! Accepted Solution

    Cyrillic characters

    In one of my regional ABAP, some comments are available in Cyrillic text. But all the comments are seen as JUNK characters For ex.: DATA: REM_LIFE(6) TYPE N. "comments seens as Junk characters We would like to make it as: DATA: REM_LIFE(6) TYPE N. "c...

    Resolved! Accepted Solution

    FM for dec imal point

    3.I am creating a sales order from a legacy data file using BAPI_SALESORDER_CREATEFROMDAT2. I also have condition data in the inbound file. The problem I am facing is when I pass the condition rate as in inbound file to the BAPI, it is automatically...

    Resolved! Accepted Solution

    ALV LIST DISPLAY

    Hello,I am using the reuse_alv_list_display function module to display data from my internal table. The internal table has following fields: MATNR LIKE MARA-MATNR, ZZBISMT05 LIKE MARA-ZZBISMT05, MAKTX LIKE MAKT-MAKTX, SPA...

    Resolved! Accepted Solution

    Which directory will have the data released from Transport Organizer

    Hello FriendsI have released a transport request consisting of some objects like Function group, Functions etc., When i released it from Transport Organizer, I got a message saying that it got successfully released. But I don't know which subdirector...

    Resolved! Accepted Solution

    BAPI_SALESORDER_CREATEFROMDAT2 and modifying materials configuration

    Hi. I used the BAPI_SALES_ORDER_CREATEFROMDAT2 to create a sales order with materials configuration. It's work nice.But now I'm trying to update/insert some characteristics.When I create the order I used this code:Solo posicion de material configurab...

    ML81N

    Hi Gurus, Could any body explain me how to do thisI want an ERROR to occur on ML81n transaction when the PO entered has a check in the GR Message of the Purchase Order. plz any body respondEdited by: sukruthi raj on Jan 26, 2008 10:05 ...

    Labels in this area

    Explore this Area