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

    transfering 0 byte file

    I need to transfer a 0 byte file.for that I am using the following code.<b><i>begin of i_zero occurs 0, dummy, end of i_zero,move '' to i_zero-dummy. append i_zero. open dataset v_file for output in binary mode. if sy-subrc eq 0. loop ...

    what is BDC

    ) I submiteed a session program for BACK GROUND JOB after execution I found few transactions not updated ? I got error log file? What we will do with that error record in real time? Client asks for 100 percent records should be updated?

    Resolved! Accepted Solution

    Data objects in a Unicode program are not convertible?what does this mean?

    hello,everyone,when I execute a smartform directly in the transaction smartforms.,the result can be seen just no data.when I execute program to transfer two internal tables from interface with data to the smartforms,and I use tcode st22,the error is ...

    Resolved! Accepted Solution

    RFC into SAP

    Does anyone know if there are standard RFCs written by SAP to retrieve company code, business area, account, etc. This would be an external system invoking the RFC and expecting one of these objects to be returned from SAP.ThanksNic

    Resolved! Accepted Solution

    About cl_gui_simple_tree

    I want to build a tree that contained more than 5 nodes, use the table mtreesnode-node_key to build the node_key ,but this fields only 12 characters long. Is there a good method to come true? thanks example: CLEAR node. ///the key is only 12 char...

    Labels in this area

    Explore this Area