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

    ADT in Eclipse: Code Inspector checks and quick fixes from central check system

    Hello everybody, we have a central Code Inspector check system (Release 753, SP00) and several other systems where we would like to check our custom code. We already executed some checks (FUNCTIONAL_DB, PERFORMANCE_DB, S4HANA_READINESS_REMOTE) fr...

    Resolved! Accepted Solution

    CA10 Function module

    Hi all, I need a Function Module to dynamically enter CA10 texts, meaning the Standard Text Key and its Description. I have tried FM Submission_Processing but it pops up an editor, prompting me to enter the details, save and click back to finish ...

    Resolved! Accepted Solution

    Eclipse "Open development object" can't find some objects

    Odd little problem here: When I try to open dev objects in Eclipse, the dialog box comes up with a blank for existing source code objects (Function modules etc.) in one of our systems. It's only on one system, affects all Eclipse users, and it's d...

    pokrakam by Active Contributor
    • 3360 Views
    • 3 Comments
    • 1 Likes

    BDC for COIB

    Hello friends, I need to create BDC or BAPI for uploading data for COIB tcode . So I just need to check that can we create BDC for COIB tcode and if yes then how? I searched for BAPI but couldn't find if BAPI or FM exist then it will be better....

    Resolved! Accepted Solution

    cl_abap_testdouble verify calling parameters - act as a spy

    Hello, how is possible to use cl_abap_testdouble framework as a spy -- as a check that the mock was called with some exact calling parameters? I have a cut where I isolated dependency , I created a global interface and I need to check that my mock wi...

    Download Sap Gui

    Hello I am new in SAP I want to learn to develop under ABAP I read a lot on the website sap I found this link https://tools.eu1.hana.ondemand.com/# abap I followed the steps but I can't to download SAP GUI 7.5 for windows I found this link http://...

    Resolved! Accepted Solution

    BAPI_HU_DELETE

    FORM bapi USING pv_exidv. CALL FUNCTION 'BAPI_HU_DELETE' EXPORTING hukey = pv_exidv ifpacked = 'X' TABLES return = it_return. IF sy-subrc = 0. CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' EXPORTING wait...

    kiran_k8 by Active Contributor
    • 1802 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Abap Read exel file dynamically into internal table

    Hello, I have an excel file that the number of columns might vary so its not fixed. I want to read this excel file into an internal table correctly. Right now I have declared a structure and can upload it to internal table. begin of t_record...

    Labels in this area

    Explore this Area