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

    "OTF end command // missing in OTF data" while converting smartform to pdf

    Dear ALL,I'm trying to convert a smartform to pdf format. All programming I've done and there is no activation error.But In selection screen after putting document number and verndor number when I press F8 (execute), I'm getting print screen and then...

    Resolved! Accepted Solution

    HTTPS Client

    Hi, I´m trying to call a URL that uses a querystring to perform some actions in the server side. I create already a http client to process pdf´s and I want to reuse it for this purpose, this is my code : DATA: http_client TYPE REF TO if_http_clie...

    Resolved! Accepted Solution

    ABAP Unit crashes when comparing character and string ending in spaces.

    ABAP Unit crashes (instead of reporting as a failure) when you compare a character and string texts trailing with spaces, which are otherwise equal and >= 10 chars long.The values are not equal, since type c will truncate the trailing spaces, but it ...

    Issue in spool output

    Hi all,I have one issue in the spool output.In the spool output I see some strange results. At the first column the values COL1N, COL1H, COL0N, COL0H, COL2N .... were getting displayed at the first column in every row. Any one of the above values wil...

    sanath1 by Explorer
    • 415 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Wrong index being returned after the use of delete_subtree in ALV tree

    Hi Experts,I am using an ALV Tree. On some user action, i have to delete the nodes in the tree for which i use delete_subtree method of class CL_GUI_ALV_TREE.The problem is that after deleting the nodes using this method, whenever, i select any node ...

    Resolved! Accepted Solution

    GUI_Download Return

    Dear Experts,I need to display all the error messages which comes if my BAPI returns any in an Excel File .. Please helpcode: data: error_message TYPE STANDARD TABLE OF BAPIRETURN1 WITH HEADER LINE . CALL FUNCTION 'BAPI_PLANNEDORDER_CREATE' EXPOR...

    View Inheritance

    Hi Experts,I am into an OO ABAP project design, and have a requirement of inheriting a view from another view (just like class inheritance):1. there will be 1 master view having all data entries2. when I create another view, I should be able to inher...

    Labels in this area

    Explore this Area