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

    Only Subtotal in ALV

    Dear all,I am using fieldcat-do_sum = 'x' and sort-subtot = 'x'. for displaying subtotal. but in this alv output total has been also displayed. My requirement is that i only want to display subtotal only not total value of column. If anybody is havi...

    Ftp from sap server

    Hi,I need to transfer my file from sap server directory to a location at ftp.I just cant figure out how to reach that directory. I wrote to that directory with open dataset but cant transfer it.I am trying this program to test my command linesRSFTP00...

    Resolved! Accepted Solution

    read file from FTP

    I want to fetch data in internal table from FTP server...P_FILE = '/data/Newfolder/test.txt'.OPEN DATASET P_FILE FOR INPUT IN TEXT MODE ENCODING DEFAULT.break-point.IF SY-SUBRC = 0. DO. READ DATASET P_FILE INTO IT_ITAB. APPEND IT_ITAB. CLEA...

    Coding block issue

    Hi Experts, I have added some fields to FI business according to technology coding block. There was no error message when I done this. But now some SAP standard programs dump and the system hints me that some standard programs have error code beca...

    Labels in this area

    Explore this Area