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

    Problem in ALV List

    Hi,When i'm executing the report in background it is displayed in a ALV list, problem is in some coloumns( mainly qty's) the first few digits are not being displayed .. Ex (*65000.) where it should be 3565000 gd_layout-colwidth_optimize = ''.I want ...

    field symbols

    Hi, my requirement is i want to add the fields into internal table from <fs>field-symbols <field> type any.<field> = w_value.here i want to add the contents of <field> into internal table likeappend <field> to zsb_item.How to impleme...

    Resolved! Accepted Solution

    BAPI FOR KB31N

    Hi all, I have a problem in the bapi for kb31n , I made a program used the bapi "API_ACC_STAT_KEY_FIG_POST" . But Same times , the program didn't work succeed. When I debug this program , Everything is succeed. How to do this?thanks in a...

    Resolved! Accepted Solution

    ALV gris control

    Hi All,I have created ALV grid control(editable) with 2 fields material num and material text. When I enter material num and press 'enter' onthe keyboard, material text should come instantly. I tried using 'CHANGED_DATA" and USER_COMMAND events to ha...

    ME41 Header

    Dear all,I have already do my recording to ME41. I have problem to the screen with header information. THe fields is not filled with the data i pass. But when i press F1 and exit, i can see the screen field is filled with my passing data. Why is this...

    Resolved! Accepted Solution

    report format

    hi friends,I have a report creating a test file. I am also writing the text file. Below is the code and I am successfully getting it. LOOP AT it_outfile. write : / it_outfile. ENDLOOP.the results in the ou...

    FTP_CONNECT

    Hi, I have used FTP_CONNECT and then FTP_COMMAND. FTP_CONNECT is successfully executed but FTP_COMMAND fails.CALL FUNCTION 'FTP_COMMAND' EXPORTING HANDLE = HDL COMMAND = CMD1 TABLES DATA = RESULT EXCEPTIONS TCPIP_ERROR = 1 COMMAND_...

    Labels in this area

    Explore this Area